All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] intel hda: add model dell-m6 quirk for the Dell Studio 15 (1537)
@ 2008-12-02 12:41 Andy Whitcroft
  2008-12-02 13:46 ` Takashi Iwai
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Whitcroft @ 2008-12-02 12:41 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai; +Cc: Andy Whitcroft, alsa-devel

Sort out the headphone connections for the Dell Studio 15 (1537), by
default there is no sound from this socket.  This seems to have the same
wiring as a dell-m6.  Automatically detect and select that model.

Signed-off-by: Andy Whitcroft <apw@canonical.com>
---
 sound/pci/hda/patch_sigmatel.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index 243f8de..7760636 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -1325,6 +1325,8 @@ static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
 				"unknown Dell", STAC_DELL_M6),
 	SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
 				"unknown Dell", STAC_DELL_M6),
+	SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
+				"unknown Dell", STAC_DELL_M6),
 	{} /* terminator */
 };
 
-- 
1.6.0.4.911.gc990

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

* Re: [PATCH 1/1] intel hda: add model dell-m6 quirk for the Dell Studio 15 (1537)
  2008-12-02 12:41 [PATCH 1/1] intel hda: add model dell-m6 quirk for the Dell Studio 15 (1537) Andy Whitcroft
@ 2008-12-02 13:46 ` Takashi Iwai
  2008-12-02 15:08   ` Andy Whitcroft
  0 siblings, 1 reply; 3+ messages in thread
From: Takashi Iwai @ 2008-12-02 13:46 UTC (permalink / raw)
  To: Andy Whitcroft; +Cc: alsa-devel

At Tue,  2 Dec 2008 12:41:02 +0000,
Andy Whitcroft wrote:
> 
> Sort out the headphone connections for the Dell Studio 15 (1537), by
> default there is no sound from this socket.  This seems to have the same
> wiring as a dell-m6.  Automatically detect and select that model.
> 
> Signed-off-by: Andy Whitcroft <apw@canonical.com>

Heh, the latest Linus tree already has the same fix :)


Thanks, anyway.

Takashi

> ---
>  sound/pci/hda/patch_sigmatel.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
> index 243f8de..7760636 100644
> --- a/sound/pci/hda/patch_sigmatel.c
> +++ b/sound/pci/hda/patch_sigmatel.c
> @@ -1325,6 +1325,8 @@ static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
>  				"unknown Dell", STAC_DELL_M6),
>  	SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
>  				"unknown Dell", STAC_DELL_M6),
> +	SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
> +				"unknown Dell", STAC_DELL_M6),
>  	{} /* terminator */
>  };
>  
> -- 
> 1.6.0.4.911.gc990
> 

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

* Re: [PATCH 1/1] intel hda: add model dell-m6 quirk for the Dell Studio 15 (1537)
  2008-12-02 13:46 ` Takashi Iwai
@ 2008-12-02 15:08   ` Andy Whitcroft
  0 siblings, 0 replies; 3+ messages in thread
From: Andy Whitcroft @ 2008-12-02 15:08 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

On Tue, Dec 02, 2008 at 02:46:03PM +0100, Takashi Iwai wrote:
> At Tue,  2 Dec 2008 12:41:02 +0000,
> Andy Whitcroft wrote:
> > 
> > Sort out the headphone connections for the Dell Studio 15 (1537), by
> > default there is no sound from this socket.  This seems to have the same
> > wiring as a dell-m6.  Automatically detect and select that model.
> > 
> > Signed-off-by: Andy Whitcroft <apw@canonical.com>
> 
> Heh, the latest Linus tree already has the same fix :)

Typical, I checked yesterday and it wasn't there and now it is.  It
being there is what matters.  Keep up the good work!

:)

-apw

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

end of thread, other threads:[~2008-12-02 15:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-02 12:41 [PATCH 1/1] intel hda: add model dell-m6 quirk for the Dell Studio 15 (1537) Andy Whitcroft
2008-12-02 13:46 ` Takashi Iwai
2008-12-02 15:08   ` Andy Whitcroft

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.