summaryrefslogtreecommitdiffstats
path: root/sound/pci/ice1712/wm8766.h
Commit message (Collapse)AuthorAgeFilesLines
* ALSA: ice1712: wm8766: Remove some unused functionsRickard Strandqvist2015-01-111-2/+0
| | | | | | | | | | Removes some functions that are not used anywhere: snd_wm8766_set_power() snd_wm8766_set_master_mode() 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 WM8766 codec supportOndrej Zary2012-10-171-0/+163
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>