All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda - Added inverted digital-mic handling for Acer TravelMate 8371
@ 2014-03-03  0:48 Marius Knaust
  2014-03-03  8:57 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Marius Knaust @ 2014-03-03  0:48 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai

Signed-off-by: Marius Knaust <marius.knaust@gmail.com>

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 534796e..9fc7bb6 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -4255,6 +4255,7 @@ static const struct hda_fixup alc269_fixups[] = {
 };

 static const struct snd_pci_quirk alc269_fixup_tbl[] = {
+	SND_PCI_QUIRK(0x1025, 0x0283, "Acer TravelMate 8371",
ALC269_FIXUP_INV_DMIC),
 	SND_PCI_QUIRK(0x1025, 0x029b, "Acer 1810TZ", ALC269_FIXUP_INV_DMIC),
 	SND_PCI_QUIRK(0x1025, 0x0349, "Acer AOD260", ALC269_FIXUP_INV_DMIC),
 	SND_PCI_QUIRK(0x1025, 0x047c, "Acer AC700", ALC269_FIXUP_ACER_AC700),

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ALSA: hda - Added inverted digital-mic handling for Acer TravelMate 8371
  2014-03-03  0:48 [PATCH] ALSA: hda - Added inverted digital-mic handling for Acer TravelMate 8371 Marius Knaust
@ 2014-03-03  8:57 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2014-03-03  8:57 UTC (permalink / raw)
  To: Marius Knaust; +Cc: alsa-devel

At Mon, 03 Mar 2014 01:48:58 +0100,
Marius Knaust wrote:
> 
> Signed-off-by: Marius Knaust <marius.knaust@gmail.com>

Thanks, applied with Cc to stable.


Takashi

> 
> diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
> index 534796e..9fc7bb6 100644
> --- a/sound/pci/hda/patch_realtek.c
> +++ b/sound/pci/hda/patch_realtek.c
> @@ -4255,6 +4255,7 @@ static const struct hda_fixup alc269_fixups[] = {
>  };
> 
>  static const struct snd_pci_quirk alc269_fixup_tbl[] = {
> +	SND_PCI_QUIRK(0x1025, 0x0283, "Acer TravelMate 8371",
> ALC269_FIXUP_INV_DMIC),
>  	SND_PCI_QUIRK(0x1025, 0x029b, "Acer 1810TZ", ALC269_FIXUP_INV_DMIC),
>  	SND_PCI_QUIRK(0x1025, 0x0349, "Acer AOD260", ALC269_FIXUP_INV_DMIC),
>  	SND_PCI_QUIRK(0x1025, 0x047c, "Acer AC700", ALC269_FIXUP_ACER_AC700),
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-03  8:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-03  0:48 [PATCH] ALSA: hda - Added inverted digital-mic handling for Acer TravelMate 8371 Marius Knaust
2014-03-03  8:57 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.