summaryrefslogtreecommitdiffstats
path: root/sound/pci/echoaudio/indigo_express_dsp.c
Commit message (Collapse)AuthorAgeFilesLines
* ALSA: Echoaudio - Add suspend support #1Giuliano Pochini2010-02-151-0/+1
| | | | | | | | | | | | | | | | Move the controls init code outside the init_hw() function because is must not be called during resume. This patch moves the code that initializes the card's controls with default valued from the init_hw() function into a separated set_mixer_defaults() function (one for each of the 16 supported cards). This change is necessary because during resume we must resurrect the hardware without losing the previous settings. set_mixer_defaults() must be called only once when the module is loaded. Signed-off-by: Giuliano Pochini <pochini@shiny.it> Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: Echoaudio: add support for Indigo express cardsGiuliano Pochini2009-03-191-0/+119
This patch adds support for IndigoIOx and IndigoDJx. Signed-off-by: Giuliano Pochini <pochini@shiny.it> Signed-off-by: Takashi Iwai <tiwai@suse.de>