diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-01-28 07:36:29 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-01-28 09:35:43 -0500 |
commit | 2718625fba1e07bf2ce8a752036658737c1f76a7 (patch) | |
tree | 439afb33f9660c71c7d5627f18865883064bf824 | |
parent | e03a8d2cf663429e2480a8db78b132ee300f79af (diff) |
ASoC: Set codec->dev for AC97 devices
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
-rw-r--r-- | sound/soc/soc-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, | |||
1368 | 1368 | ||
1369 | codec->ac97->bus->ops = ops; | 1369 | codec->ac97->bus->ops = ops; |
1370 | codec->ac97->num = num; | 1370 | codec->ac97->num = num; |
1371 | codec->dev = &codec->ac97->dev; | ||
1371 | mutex_unlock(&codec->mutex); | 1372 | mutex_unlock(&codec->mutex); |
1372 | return 0; | 1373 | return 0; |
1373 | } | 1374 | } |