From: Mark Brown Date: Thu, 28 Jan 2010 12:36:29 +0000 (+0000) Subject: ASoC: Set codec->dev for AC97 devices X-Git-Tag: firefly_0821_release~9833^2~1382^2~7^2~184 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2718625fba1e07bf2ce8a752036658737c1f76a7;p=firefly-linux-kernel-4.4.55.git ASoC: Set codec->dev for AC97 devices Signed-off-by: Mark Brown Acked-by: Liam Girdwood --- diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 9085b40fa04b..ca89c782132d 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -1368,6 +1368,7 @@ int snd_soc_new_ac97_codec(struct snd_soc_codec *codec, codec->ac97->bus->ops = ops; codec->ac97->num = num; + codec->dev = &codec->ac97->dev; mutex_unlock(&codec->mutex); return 0; }