summaryrefslogtreecommitdiffstats
path: root/sound/pci/ice1712/wm8776.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ALSA: ice1712: wm8776.c: Remove some unused functionsRickard Strandqvist2014-12-261-3/+0
| | | | | | | | | | Removes some functions that are not used anywhere: snd_wm8776_set_master_mode() snd_wm8776_set_adc_if() snd_wm8776_set_dac_if() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: ice17xx: Constify strings and string arraysTakashi Iwai2012-10-171-1/+1
| | | | Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: ice1712: Add Wolfson Microelectronics WM8776 codec supportOndrej Zary2012-10-171-0/+226
Needed by Philips PSC724 subdriver. The code does not contain any card-specific bits so other ice17xx cards using this codec could be converted to use this generic code. Signed-off-by: Ondrej Zary <linux@rainbow-software.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>