diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-03-24 00:36:07 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-03-24 00:36:07 +0100 |
commit | c9294e4b3793e2bd397691ae015283eecca29562 (patch) | |
tree | a8f59a67b1540565000ee679615641dcc1255307 /sound/pci/echoaudio/mia_dsp.c | |
parent | Merge branch 'topic/drop-l3' into for-linus (diff) | |
parent | ALSA: Echoaudio: add support for Indigo express cards (diff) | |
download | linux-c9294e4b3793e2bd397691ae015283eecca29562.tar.xz linux-c9294e4b3793e2bd397691ae015283eecca29562.zip |
Merge branch 'topic/echoaudio' into for-linus
Diffstat (limited to 'sound/pci/echoaudio/mia_dsp.c')
-rw-r--r-- | sound/pci/echoaudio/mia_dsp.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sound/pci/echoaudio/mia_dsp.c b/sound/pci/echoaudio/mia_dsp.c index 3eca16cb7f71..551405114cbc 100644 --- a/sound/pci/echoaudio/mia_dsp.c +++ b/sound/pci/echoaudio/mia_dsp.c @@ -69,18 +69,6 @@ static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) if ((err = init_line_levels(chip))) return err; - /* Default routing of the virtual channels: vchannels 0-3 go to analog - outputs and vchannels 4-7 go to S/PDIF outputs */ - set_vmixer_gain(chip, 0, 0, 0); - set_vmixer_gain(chip, 1, 1, 0); - set_vmixer_gain(chip, 0, 2, 0); - set_vmixer_gain(chip, 1, 3, 0); - set_vmixer_gain(chip, 2, 4, 0); - set_vmixer_gain(chip, 3, 5, 0); - set_vmixer_gain(chip, 2, 6, 0); - set_vmixer_gain(chip, 3, 7, 0); - err = update_vmixer_level(chip); - DE_INIT(("init_hw done\n")); return err; } |