Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ALSA: ice1712: fix boundary check in snd_wm8766_write() | Dan Carpenter | 2013-02-07 | 1 | -1/+1 |
| | | | | | | | | The wm->regs[] array has WM8766_REG_COUNT (16) elements not WM8766_REG_RESET (31). Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> | ||||
* | ALSA: ice1712: Add Wolfson Microelectronics WM8766 codec support | Ondrej Zary | 2012-10-17 | 1 | -0/+361 |
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> |