Skip to content

Commit

Permalink
ASoC: Flag AD1980 as an AC97 interface
Browse files Browse the repository at this point in the history
Special handling is required for suspend and resume of AC97 codecs
due to the control path going over the data bus.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Nov 24, 2008
1 parent 3ba9e10 commit 67c9151
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/codecs/ad1980.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ static int ac97_write(struct snd_soc_codec *codec, unsigned int reg,

struct snd_soc_dai ad1980_dai = {
.name = "AC97",
.ac97_control = 1,
.playback = {
.stream_name = "Playback",
.channels_min = 2,
Expand Down

0 comments on commit 67c9151

Please sign in to comment.