Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b2776f6 authored by Meng Wang's avatar Meng Wang
Browse files

ASoC: compress: update snd_soc_platform to snd_soc_component



snd_soc_platform is obsoleted in new kernel.
Update it to snd_soc_component.

Change-Id: I6de172cfe786fb77c0809664c0539ecb9219ee1d
Signed-off-by: default avatarMeng Wang <mengw@codeaurora.org>
parent 567264c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -760,7 +760,7 @@ static int soc_compr_set_next_track_param(struct snd_compr_stream *cstream,
				union snd_codec_options *codec_options)
{
	struct snd_soc_pcm_runtime *rtd = cstream->private_data;
	struct snd_soc_platform *component;
	struct snd_soc_component *component;
	struct snd_soc_rtdcom_list *rtdcom;
	int ret = 0;