All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda - Add Macbook 5,2 quirk
@ 2010-06-22  1:04 Luke Yelavich
  2010-06-22  9:15 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Luke Yelavich @ 2010-06-22  1:04 UTC (permalink / raw)
  To: alsa-devel; +Cc: Luke Yelavich, stable

From: Luke Yelavich <luke.yelavich@canonical.com>

BugLink: https://bugs.launchpad.net/bugs/463178

Set Macbook 5,2 (106b:4a00) hardware to use ALC885_MB5

Cc: <stable@kernel.org>
Signed-off-by: Luke Yelavich <luke.yelavich@canonical.com>
---
 sound/pci/hda/patch_realtek.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index f1ce7d7..b145306 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9486,6 +9486,7 @@ static struct snd_pci_quirk alc882_ssid_cfg_tbl[] = {
 	SND_PCI_QUIRK(0x106b, 0x3e00, "iMac 24 Aluminum", ALC885_IMAC24),
 	SND_PCI_QUIRK(0x106b, 0x4900, "iMac 9,1 Aluminum", ALC885_IMAC91),
 	SND_PCI_QUIRK(0x106b, 0x3f00, "Macbook 5,1", ALC885_MB5),
+	SND_PCI_QUIRK(0x106b, 0x4a00, "Macbook 5,2", ALC885_MB5),
 	/* FIXME: HP jack sense seems not working for MBP 5,1 or 5,2,
 	 * so apparently no perfect solution yet
 	 */
-- 
1.7.0.4

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

* Re: [PATCH] ALSA: hda - Add Macbook 5,2 quirk
  2010-06-22  1:04 [PATCH] ALSA: hda - Add Macbook 5,2 quirk Luke Yelavich
@ 2010-06-22  9:15 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2010-06-22  9:15 UTC (permalink / raw)
  To: Luke Yelavich; +Cc: alsa-devel, Luke Yelavich, stable

At Tue, 22 Jun 2010 11:04:19 +1000,
Luke Yelavich wrote:
> 
> From: Luke Yelavich <luke.yelavich@canonical.com>
> 
> BugLink: https://bugs.launchpad.net/bugs/463178
> 
> Set Macbook 5,2 (106b:4a00) hardware to use ALC885_MB5
> 
> Cc: <stable@kernel.org>
> Signed-off-by: Luke Yelavich <luke.yelavich@canonical.com>

Applied now.  Thanks.


Takashi

> ---
>  sound/pci/hda/patch_realtek.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
> index f1ce7d7..b145306 100644
> --- a/sound/pci/hda/patch_realtek.c
> +++ b/sound/pci/hda/patch_realtek.c
> @@ -9486,6 +9486,7 @@ static struct snd_pci_quirk alc882_ssid_cfg_tbl[] = {
>  	SND_PCI_QUIRK(0x106b, 0x3e00, "iMac 24 Aluminum", ALC885_IMAC24),
>  	SND_PCI_QUIRK(0x106b, 0x4900, "iMac 9,1 Aluminum", ALC885_IMAC91),
>  	SND_PCI_QUIRK(0x106b, 0x3f00, "Macbook 5,1", ALC885_MB5),
> +	SND_PCI_QUIRK(0x106b, 0x4a00, "Macbook 5,2", ALC885_MB5),
>  	/* FIXME: HP jack sense seems not working for MBP 5,1 or 5,2,
>  	 * so apparently no perfect solution yet
>  	 */
> -- 
> 1.7.0.4
> 
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> 

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

end of thread, other threads:[~2010-06-22  9:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-22  1:04 [PATCH] ALSA: hda - Add Macbook 5,2 quirk Luke Yelavich
2010-06-22  9:15 ` 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.