summaryrefslogtreecommitdiffstats
path: root/sound/pci/ice1712/wm8776.c
Commit message (Collapse)AuthorAgeFilesLines
* ALSA: ice1724: Fix uninitialized variable accessTakashi Iwai2013-10-291-1/+2
| | | | | | Spotted by coverity CIDs 751505 and 751506. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: Use strlcpy() instead of strncpy()Takashi Iwai2013-10-291-1/+1
| | | | | | | We tend to make stupid mistakes with strncpy(). Let's take a safer one, strlcpy(). Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: ice17xx: Constify strings and string arraysTakashi Iwai2012-10-171-1/+2
| | | | Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: ice1712: Add Wolfson Microelectronics WM8776 codec supportOndrej Zary2012-10-171-0/+632
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>