Takashi Iwai | 10 May 2010 10:29
Picon

Re: [PATCH] snd-hda-intel: add support for Lenovo ThinkPad X100e in conexant codec

At Sun, 09 May 2010 22:10:41 +0200,
Andrej Gelenberg wrote:
> 
> Ideapad quirks working for my ThinkPad X100e (microphone is not tested).
> 
> Signed-off-by: Andrej Gelenberg <andrej.gelenberg <at> udo.edu>

Thanks, applied now with a slight modification (coding-style, the list
sorting and a more intuitive string).

Takashi

> ---
>   sound/pci/hda/patch_conexant.c |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
> index 56e5207..b56c52a 100644
> --- a/sound/pci/hda/patch_conexant.c
> +++ b/sound/pci/hda/patch_conexant.c
>  <at>  <at>  -2847,6 +2847,7  <at>  <at>  static struct snd_pci_quirk cxt5066_cfg_tbl[] = {
>          SND_PCI_QUIRK(0x1179, 0xff50, "Toshiba Satellite 
> P500-PSPGSC-01800T", CXT5066_OLPC_XO_1_5),
>          SND_PCI_QUIRK(0x1179, 0xffe0, "Toshiba Satellite Pro T130-15F", 
> CXT5066_OLPC_XO_1_5),
>          SND_PCI_QUIRK(0x17aa, 0x3a0d, "ideapad", CXT5066_IDEAPAD),
> +       SND_PCI_QUIRK(0x17aa, 0x21b2, "ideapad", CXT5066_IDEAPAD), // X100e
>          {}
>   };
> 
(Continue reading)

@@@ | 17 May 2010 18:31
Picon

Prize Won!!!

GOOD DAY
THIS IS TO INFORM YOU THAT YOU HAVE WON THE SUM OF
$552,000.00 FROM THE MICROSOFT®PROMOTION HELD ON 1ST MAY 
2010. PLEASE
FILL THE INFORMATION BELOW AND SEND TO
(claimsdepartment1313 <at> ufo.tc)

Name: Mr.Renny Harlings
Email: claimsdepartment1313 <at> ufo.tc

1.Full Name:
2.Full Address:
3.State:
4.Occupation:
5.Age:
6.Sex:
7.Country:
8.Tel.Number:

CONGRATULATION ONCE AGAIN.
--
To unsubscribe from this list: send the line "unsubscribe linux-sound" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Joey Lee | 29 May 2010 03:23
Picon
Favicon
Gravatar

[PATCH] Add 92HD81B1X5 to stac92hd83xxx_cfg_tbl[] for mute LED support on HP mini

Hi Takashi, 

The attached is my patch to 

Add 92HD81B1X5 subsystem id 0x103c1584 to stac92hd83xxx_cfg_tbl[] for
mute LED support on HP mini.

Please kindly help review it.

Thank's a lot!
Joey Lee

Add 92HD81B1X5 subsystem id 0x103c1584 to stac92hd83xxx_cfg_tbl[] for
mute LED support on HP mini.

Signed-off-by: Lee, Chun-Yi <jlee <at> novell.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 f1e7bab..18b75bd 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
 <at>  <at>  -1655,6 +1655,8  <at>  <at>  static struct snd_pci_quirk
stac92hd83xxx_cfg_tbl[] = {
                      "unknown Dell", STAC_DELL_S14),
        SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xff00, 0x3600,
                      "HP", STAC_92HD83XXX_HP),
(Continue reading)

Takashi Iwai | 29 May 2010 21:47
Picon

Re: [PATCH] Add 92HD81B1X5 to stac92hd83xxx_cfg_tbl[] for mute LED support on HP mini

At Sat, 29 May 2010 03:23:50 +0200,
Joey Lee wrote:
> 
> Hi Takashi, 
> 
> The attached is my patch to 
> 
> Add 92HD81B1X5 subsystem id 0x103c1584 to stac92hd83xxx_cfg_tbl[] for
> mute LED support on HP mini.
> 
> Please kindly help review it.
> 
> 
> Thank's a lot!
> Joey Lee
> 
> 
> Add 92HD81B1X5 subsystem id 0x103c1584 to stac92hd83xxx_cfg_tbl[] for
> mute LED support on HP mini.
> 
> Signed-off-by: Lee, Chun-Yi <jlee <at> novell.com>

2.6.34 driver should work without this quirk.  Could you check?

thanks,

Takashi

> ---
>  sound/pci/hda/patch_sigmatel.c |    2 ++
(Continue reading)

Joey Lee | 30 May 2010 02:52
Picon
Favicon
Gravatar

Re: [PATCH] Add 92HD81B1X5 to stac92hd83xxx_cfg_tbl[] for mute LED support on HP mini

Hi Takashi, 

於 六,2010-05-29 於 21:47 +0200,Takashi Iwai 提到:
> At Sat, 29 May 2010 03:23:50 +0200,
> Joey Lee wrote:
> > 
> > Hi Takashi, 
> > 
> > The attached is my patch to 
> > 
> > Add 92HD81B1X5 subsystem id 0x103c1584 to stac92hd83xxx_cfg_tbl[] for
> > mute LED support on HP mini.
> > 
> > Please kindly help review it.
> > 
> > 
> > Thank's a lot!
> > Joey Lee
> > 
> > 
> > Add 92HD81B1X5 subsystem id 0x103c1584 to stac92hd83xxx_cfg_tbl[] for
> > mute LED support on HP mini.
> > 
> > Signed-off-by: Lee, Chun-Yi <jlee <at> novell.com>
> 
> 2.6.34 driver should work without this quirk.  Could you check?
> 

Yes, I didn't check the 2.6.34, I will do that.

(Continue reading)

Joey Lee | 31 May 2010 06:34
Picon
Favicon
Gravatar

Re: [PATCH] Add 92HD81B1X5 to stac92hd83xxx_cfg_tbl[] for mute LED support on HP mini

Hi Takashi, 

Yes, you are right! 
I just check the newest 2.6.34 drvier, it works fine and don't need this
quirk.

Thank's a lot!
Joey Lee

於 六,2010-05-29 於 21:47 +0200,Takashi Iwai 提到:
> At Sat, 29 May 2010 03:23:50 +0200,
> Joey Lee wrote:
> > 
> > Hi Takashi, 
> > 
> > The attached is my patch to 
> > 
> > Add 92HD81B1X5 subsystem id 0x103c1584 to stac92hd83xxx_cfg_tbl[] for
> > mute LED support on HP mini.
> > 
> > Please kindly help review it.
> > 
> > 
> > Thank's a lot!
> > Joey Lee
> > 
> > 
> > Add 92HD81B1X5 subsystem id 0x103c1584 to stac92hd83xxx_cfg_tbl[] for
> > mute LED support on HP mini.
> > 
(Continue reading)


Gmane