summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm8580.h
AgeCommit message (Collapse)AuthorFilesLines
2009-03-12ASoC: Move WM8580 to normal I2C device probeMark Brown1-5/+0
Refactor the WM8580 device registration to probe via standard I2C device registration, registering the DAIs once the device has probed via I2C. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2008-10-16ALSA: ASoC: Convert wm8580 to a new-style i2c driverJean Delvare1-0/+1
Convert the wm8580 codec driver to the new (standard) device driver binding model. Signed-off-by: Jean Delvare <khali@linux-fr.org> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
2008-08-13ALSA: ASoC: Add WM8580 CODEC driverMark Brown1-0/+42
The WM8580 is an audio CODEC designed for DVD and surround sound applications, offering three stereo DACs and a stereo ADC. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>