* [PATCH - hda 1/1] ALSA: hda - Add PCI quirk for 17" MacBook Pro 5, 2 model (July 2009) to use existing mb5 model
@ 2010-01-21 11:46 murray.alex
2010-01-21 11:56 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: murray.alex @ 2010-01-21 11:46 UTC (permalink / raw)
To: patch; +Cc: Alex Murray, alsa-devel
From: Alex Murray <murray.alex@gmail.com>
Signed-off-by: Alex Murray <murray.alex@gmail.com>
---
pci/hda/patch_realtek.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/pci/hda/patch_realtek.c b/pci/hda/patch_realtek.c
index 7e0ea37..d044db9 100644
--- a/pci/hda/patch_realtek.c
+++ b/pci/hda/patch_realtek.c
@@ -9223,6 +9223,7 @@ static struct snd_pci_quirk alc882_ssid_cfg_tbl[] = {
*/
SND_PCI_QUIRK(0x106b, 0x4000, "MacbookPro 5,1", ALC885_MB5),
SND_PCI_QUIRK(0x106b, 0x4600, "MacbookPro 5,2", ALC885_MB5),
+ SND_PCI_QUIRK(0x10ec, 0x0885, "MacbookPro 5,2", ALC885_MB5),
{} /* terminator */
};
--
1.6.3.3
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH - hda 1/1] ALSA: hda - Add PCI quirk for 17" MacBook Pro 5, 2 model (July 2009) to use existing mb5 model
2010-01-21 11:46 [PATCH - hda 1/1] ALSA: hda - Add PCI quirk for 17" MacBook Pro 5, 2 model (July 2009) to use existing mb5 model murray.alex
@ 2010-01-21 11:56 ` Takashi Iwai
2010-01-21 12:37 ` Alex Murray
0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2010-01-21 11:56 UTC (permalink / raw)
To: murray.alex; +Cc: alsa-devel
At Thu, 21 Jan 2010 22:16:26 +1030,
murray.alex@gmail.com wrote:
>
> From: Alex Murray <murray.alex@gmail.com>
>
>
> Signed-off-by: Alex Murray <murray.alex@gmail.com>
> ---
> pci/hda/patch_realtek.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/pci/hda/patch_realtek.c b/pci/hda/patch_realtek.c
> index 7e0ea37..d044db9 100644
> --- a/pci/hda/patch_realtek.c
> +++ b/pci/hda/patch_realtek.c
> @@ -9223,6 +9223,7 @@ static struct snd_pci_quirk alc882_ssid_cfg_tbl[] = {
> */
> SND_PCI_QUIRK(0x106b, 0x4000, "MacbookPro 5,1", ALC885_MB5),
> SND_PCI_QUIRK(0x106b, 0x4600, "MacbookPro 5,2", ALC885_MB5),
> + SND_PCI_QUIRK(0x10ec, 0x0885, "MacbookPro 5,2", ALC885_MB5),
Thanks for the patch.
But I wonder whether this entry is really correct. The value looks
like the codec vendor id. There you need a PCI SSID.
Did you confirm that your patch really works?
Takashi
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH - hda 1/1] ALSA: hda - Add PCI quirk for 17" MacBook Pro 5, 2 model (July 2009) to use existing mb5 model
2010-01-21 11:56 ` Takashi Iwai
@ 2010-01-21 12:37 ` Alex Murray
2010-01-22 9:47 ` Alex Murray
0 siblings, 1 reply; 4+ messages in thread
From: Alex Murray @ 2010-01-21 12:37 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
Patch was supplied here:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/337314/comments/148
so no I can't personally confirm it works...
I agree it definitely looks odd - especially compared to the existing
entries... okay I'll see if I can get some more info then and will
repost if I can defintiely confirm it.
2010/1/21 Takashi Iwai <tiwai@suse.de>:
> At Thu, 21 Jan 2010 22:16:26 +1030,
> murray.alex@gmail.com wrote:
>>
>> From: Alex Murray <murray.alex@gmail.com>
>>
>>
>> Signed-off-by: Alex Murray <murray.alex@gmail.com>
>> ---
>> pci/hda/patch_realtek.c | 1 +
>> 1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/pci/hda/patch_realtek.c b/pci/hda/patch_realtek.c
>> index 7e0ea37..d044db9 100644
>> --- a/pci/hda/patch_realtek.c
>> +++ b/pci/hda/patch_realtek.c
>> @@ -9223,6 +9223,7 @@ static struct snd_pci_quirk alc882_ssid_cfg_tbl[] = {
>> */
>> SND_PCI_QUIRK(0x106b, 0x4000, "MacbookPro 5,1", ALC885_MB5),
>> SND_PCI_QUIRK(0x106b, 0x4600, "MacbookPro 5,2", ALC885_MB5),
>> + SND_PCI_QUIRK(0x10ec, 0x0885, "MacbookPro 5,2", ALC885_MB5),
>
> Thanks for the patch.
> But I wonder whether this entry is really correct. The value looks
> like the codec vendor id. There you need a PCI SSID.
> Did you confirm that your patch really works?
>
>
> Takashi
>
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH - hda 1/1] ALSA: hda - Add PCI quirk for 17" MacBook Pro 5, 2 model (July 2009) to use existing mb5 model
2010-01-21 12:37 ` Alex Murray
@ 2010-01-22 9:47 ` Alex Murray
0 siblings, 0 replies; 4+ messages in thread
From: Alex Murray @ 2010-01-22 9:47 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
Indeed - turns out is was a config error, and the patch is invalid -
thats a bit embarrassing - sorry for the noise. Thanks for looking at
it nonetheless.
Cheers
2010/1/21 Alex Murray <murray.alex@gmail.com>:
> Patch was supplied here:
> https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/337314/comments/148
> so no I can't personally confirm it works...
>
> I agree it definitely looks odd - especially compared to the existing
> entries... okay I'll see if I can get some more info then and will
> repost if I can defintiely confirm it.
>
>
>
> 2010/1/21 Takashi Iwai <tiwai@suse.de>:
>> At Thu, 21 Jan 2010 22:16:26 +1030,
>> murray.alex@gmail.com wrote:
>>>
>>> From: Alex Murray <murray.alex@gmail.com>
>>>
>>>
>>> Signed-off-by: Alex Murray <murray.alex@gmail.com>
>>> ---
>>> pci/hda/patch_realtek.c | 1 +
>>> 1 files changed, 1 insertions(+), 0 deletions(-)
>>>
>>> diff --git a/pci/hda/patch_realtek.c b/pci/hda/patch_realtek.c
>>> index 7e0ea37..d044db9 100644
>>> --- a/pci/hda/patch_realtek.c
>>> +++ b/pci/hda/patch_realtek.c
>>> @@ -9223,6 +9223,7 @@ static struct snd_pci_quirk alc882_ssid_cfg_tbl[] = {
>>> */
>>> SND_PCI_QUIRK(0x106b, 0x4000, "MacbookPro 5,1", ALC885_MB5),
>>> SND_PCI_QUIRK(0x106b, 0x4600, "MacbookPro 5,2", ALC885_MB5),
>>> + SND_PCI_QUIRK(0x10ec, 0x0885, "MacbookPro 5,2", ALC885_MB5),
>>
>> Thanks for the patch.
>> But I wonder whether this entry is really correct. The value looks
>> like the codec vendor id. There you need a PCI SSID.
>> Did you confirm that your patch really works?
>>
>>
>> Takashi
>>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-01-22 9:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-21 11:46 [PATCH - hda 1/1] ALSA: hda - Add PCI quirk for 17" MacBook Pro 5, 2 model (July 2009) to use existing mb5 model murray.alex
2010-01-21 11:56 ` Takashi Iwai
2010-01-21 12:37 ` Alex Murray
2010-01-22 9:47 ` Alex Murray
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).