diff mbox

ALSA: hda - fix a fixup value for codec alc293 in the pin_quirk table

Message ID 1402622590-28675-1-git-send-email-hui.wang@canonical.com (mailing list archive)
State Accepted
Commit 64eb428078b7b9b40c2d9413a7332fa3af85c51d
Headers show

Commit Message

Hui Wang June 13, 2014, 1:23 a.m. UTC
The fixup value for codec alc293 was set to
ALC269_FIXUP_DELL1_MIC_NO_PRESENCE by a mistake, if we don't fix it,
the Dock mic will be overwriten by the headset mic, this will make
the Dock mic can't work.

Cc: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Hui Wang <hui.wang@canonical.com>
---
 sound/pci/hda/patch_realtek.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Takashi Iwai June 13, 2014, 9:04 a.m. UTC | #1
At Fri, 13 Jun 2014 09:23:10 +0800,
Hui Wang wrote:
> 
> The fixup value for codec alc293 was set to
> ALC269_FIXUP_DELL1_MIC_NO_PRESENCE by a mistake, if we don't fix it,
> the Dock mic will be overwriten by the headset mic, this will make
> the Dock mic can't work.
> 
> Cc: David Henningsson <david.henningsson@canonical.com>
> Signed-off-by: Hui Wang <hui.wang@canonical.com>

Applied, thanks.


Takashi

> ---
>  sound/pci/hda/patch_realtek.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
> index 9c095fa..06d6063 100644
> --- a/sound/pci/hda/patch_realtek.c
> +++ b/sound/pci/hda/patch_realtek.c
> @@ -5159,7 +5159,7 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
>  			{0x1d, 0x40700001},
>  			{0x1e, 0x411111f0},
>  		},
> -		.value = ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
> +		.value = ALC293_FIXUP_DELL1_MIC_NO_PRESENCE,
>  	},
>  	{}
>  };
> -- 
> 1.8.1.2
>
diff mbox

Patch

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 9c095fa..06d6063 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -5159,7 +5159,7 @@  static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
 			{0x1d, 0x40700001},
 			{0x1e, 0x411111f0},
 		},
-		.value = ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
+		.value = ALC293_FIXUP_DELL1_MIC_NO_PRESENCE,
 	},
 	{}
 };