diff options
author | Cliff Cai <cliff.cai@analog.com> | 2008-09-04 16:25:54 +0800 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-09-09 09:10:54 +0200 |
commit | b1cd9b24e8b010847a081c88960f411bda736b37 (patch) | |
tree | 84d73e89459ccb79afde83827bcc038f137c92d5 /sound/soc/codecs/ad1980.c | |
parent | ea88663cdcf64bfc14feaf033e902ce3c432156e (diff) |
ALSA: ASoC codec: fix compiling error in ad1980 driver after ASoC API changed
Signed-off-by: Cliff Cai <cliff.cai@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/soc/codecs/ad1980.c')
-rw-r--r-- | sound/soc/codecs/ad1980.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/ad1980.c b/sound/soc/codecs/ad1980.c index bfbab3d6c35..4e09c1f2c06 100644 --- a/sound/soc/codecs/ad1980.c +++ b/sound/soc/codecs/ad1980.c @@ -141,7 +141,7 @@ static int ac97_write(struct snd_soc_codec *codec, unsigned int reg, return 0; } -struct snd_soc_codec_dai ad1980_dai = { +struct snd_soc_dai ad1980_dai = { .name = "AC97", .playback = { .stream_name = "Playback", |