aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/ac97.c
Commit message (Collapse)AuthorAgeFilesLines
* [ALSA] soc - ASoC 0.13 generic AC97 codecLiam Girdwood2007-02-091-21/+10
| | | | | | | | | | | This patch updates the AC97 codec driver to the new API in ASoC 0.13. Changes:- o Removed DAI capabilities matching code in favour of manual matching in the machine drivers. Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
* [ALSA] ASoC codecs: generic AC97 supportRichard Purdie2007-02-091-0/+167
This patch allows the std Alsa AC97 codec driver to use any AsoC AC97 controller driver. Currently, only HiFi playback and Capture are supported atm. Signed-off-by: Richard Purdie <rpurdie@rpsys.net> Signed-off-by: Liam Girdwood <liam.girdwood@wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>