forked from Minki/linux
ASoC: amd: acp-da7219-max98357: replace codec to component
Now we can replace Codec to Component. Let's do it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
608a300fc1
commit
9a60cde2dd
@ -47,8 +47,8 @@ static int cz_da7219_init(struct snd_soc_pcm_runtime *rtd)
|
|||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
struct snd_soc_card *card = rtd->card;
|
struct snd_soc_card *card = rtd->card;
|
||||||
struct snd_soc_codec *codec = rtd->codec;
|
|
||||||
struct snd_soc_dai *codec_dai = rtd->codec_dai;
|
struct snd_soc_dai *codec_dai = rtd->codec_dai;
|
||||||
|
struct snd_soc_component *component = codec_dai->component;
|
||||||
|
|
||||||
dev_info(rtd->dev, "codec dai name = %s\n", codec_dai->name);
|
dev_info(rtd->dev, "codec dai name = %s\n", codec_dai->name);
|
||||||
|
|
||||||
@ -76,7 +76,7 @@ static int cz_da7219_init(struct snd_soc_pcm_runtime *rtd)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
da7219_aad_jack_det(codec, &cz_jack);
|
da7219_aad_jack_det(component, &cz_jack);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user