| changeset 5094: | 47ca87407c84 |
|---|---|
| parent 5093: | 140bce9f382e |
| child 5095: | f8f694395641 |
| author: | tiwai |
| date: | Tue Jun 05 12:13:34 2007 +0200 (4 years ago) |
| files: | pci/hda/patch_analog.c |
| description: | hda-codec - Fix AD1984 basic model Fix the amp direction of digital mic capture volume mixer, which resulted in -EINVAL. |
--- a/pci/hda/patch_analog.c Mon Jun 04 23:11:23 2007 +0200 +++ b/pci/hda/patch_analog.c Tue Jun 05 12:13:34 2007 +0200 @@ -2872,9 +2872,9 @@ static struct snd_kcontrol_new ad1984_dm HDA_CODEC_VOLUME("Digital Mic Capture Volume", 0x05, 0x0, HDA_INPUT), HDA_CODEC_MUTE("Digital Mic Capture Switch", 0x05, 0x0, HDA_INPUT), HDA_CODEC_VOLUME_IDX("Digital Mic Capture Volume", 1, 0x06, 0x0, - HDA_OUTPUT), + HDA_INPUT), HDA_CODEC_MUTE_IDX("Digital Mic Capture Switch", 1, 0x06, 0x0, - HDA_OUTPUT), + HDA_INPUT), { } /* end */ };