From 5ed726e2233d0d41fd861906e8599eb107ffdd74 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 5 Jun 2007 12:13:34 +0200 Subject: [PATCH] --- yaml --- r: 62054 b: refs/heads/master c: 538c49c41bf5a0a739ad2a5417ec25e060ee9d9e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_analog.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 712a355230c6..7974e04d4d9e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1919de0a9e939ef4f9453ef1630ca1345991e144 +refs/heads/master: 538c49c41bf5a0a739ad2a5417ec25e060ee9d9e diff --git a/trunk/sound/pci/hda/patch_analog.c b/trunk/sound/pci/hda/patch_analog.c index c1216470595d..dff2e7917885 100644 --- a/trunk/sound/pci/hda/patch_analog.c +++ b/trunk/sound/pci/hda/patch_analog.c @@ -2872,9 +2872,9 @@ static struct snd_kcontrol_new ad1984_dmic_mixers[] = { 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 */ };