* [PATCH]PCI quirk for MSI laptop
@ 2008-03-24 5:45 Jiang zhe
2008-04-14 10:24 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Jiang zhe @ 2008-03-24 5:45 UTC (permalink / raw)
To: alsa-devel; +Cc: tiwai, zhe.jiang
[-- Attachment #1: Type: text/plain, Size: 162 bytes --]
Hi,
Please refer to [0003848] on the alsa mantis.
This patch adds the pci quirk and Mic-Int controller.
Thanks!
Signed-off-by: Jiang zhe <zhe.jiang@intel.com>
[-- Attachment #2: 3848-alc888-msi.patch --]
[-- Type: text/x-patch, Size: 1298 bytes --]
--- alsa-driver-hg20080318/alsa-kernel/pci/hda/patch_realtek.c 2008-03-15 09:00:07.000000000 +0800
+++ b/alsa-kernel/pci/hda/patch_realtek.c 2008-03-19 15:59:05.000000000 +0800
@@ -6864,6 +6864,9 @@ static struct snd_kcontrol_new alc883_ta
HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
+ HDA_CODEC_VOLUME("Int Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
+ HDA_CODEC_VOLUME("Int Mic Boost", 0x19, 0, HDA_INPUT),
+ HDA_CODEC_MUTE("Int Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
@@ -7761,6 +7764,7 @@ static struct snd_pci_quirk alc883_cfg_t
SND_PCI_QUIRK(0x1462, 0x0349, "MSI", ALC883_TARGA_2ch_DIG),
SND_PCI_QUIRK(0x1462, 0x040d, "MSI", ALC883_TARGA_2ch_DIG),
SND_PCI_QUIRK(0x1462, 0x0579, "MSI", ALC883_TARGA_2ch_DIG),
+ SND_PCI_QUIRK(0x1462, 0x2fb3, "MSI", ALC883_TARGA_2ch_DIG),
SND_PCI_QUIRK(0x1462, 0x3729, "MSI S420", ALC883_TARGA_DIG),
SND_PCI_QUIRK(0x1462, 0x3783, "NEC S970", ALC883_TARGA_DIG),
SND_PCI_QUIRK(0x1462, 0x3b7f, "MSI", ALC883_TARGA_2ch_DIG),
[-- Attachment #3: Type: text/plain, Size: 160 bytes --]
_______________________________________________
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* Re: [PATCH]PCI quirk for MSI laptop
2008-03-24 5:45 [PATCH]PCI quirk for MSI laptop Jiang zhe
@ 2008-04-14 10:24 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2008-04-14 10:24 UTC (permalink / raw)
To: Jiang zhe; +Cc: alsa-devel
At Mon, 24 Mar 2008 13:45:43 +0800,
Jiang zhe wrote:
>
> [1 <text/plain (7bit)>]
> Hi,
>
> Please refer to [0003848] on the alsa mantis.
> This patch adds the pci quirk and Mic-Int controller.
>
> Thanks!
>
> Signed-off-by: Jiang zhe <zhe.jiang@intel.com>
Thanks, applied to ALSA tree now.
Takashi
> [2 3848-alc888-msi.patch <text/x-patch; UTF-8 (7bit)>]
> --- alsa-driver-hg20080318/alsa-kernel/pci/hda/patch_realtek.c 2008-03-15 09:00:07.000000000 +0800
> +++ b/alsa-kernel/pci/hda/patch_realtek.c 2008-03-19 15:59:05.000000000 +0800
> @@ -6864,6 +6864,9 @@ static struct snd_kcontrol_new alc883_ta
> HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
> HDA_CODEC_VOLUME("Mic Boost", 0x18, 0, HDA_INPUT),
> HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),
> + HDA_CODEC_VOLUME("Int Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
> + HDA_CODEC_VOLUME("Int Mic Boost", 0x19, 0, HDA_INPUT),
> + HDA_CODEC_MUTE("Int Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
> HDA_CODEC_VOLUME("Capture Volume", 0x08, 0x0, HDA_INPUT),
> HDA_CODEC_MUTE("Capture Switch", 0x08, 0x0, HDA_INPUT),
> HDA_CODEC_VOLUME_IDX("Capture Volume", 1, 0x09, 0x0, HDA_INPUT),
> @@ -7761,6 +7764,7 @@ static struct snd_pci_quirk alc883_cfg_t
> SND_PCI_QUIRK(0x1462, 0x0349, "MSI", ALC883_TARGA_2ch_DIG),
> SND_PCI_QUIRK(0x1462, 0x040d, "MSI", ALC883_TARGA_2ch_DIG),
> SND_PCI_QUIRK(0x1462, 0x0579, "MSI", ALC883_TARGA_2ch_DIG),
> + SND_PCI_QUIRK(0x1462, 0x2fb3, "MSI", ALC883_TARGA_2ch_DIG),
> SND_PCI_QUIRK(0x1462, 0x3729, "MSI S420", ALC883_TARGA_DIG),
> SND_PCI_QUIRK(0x1462, 0x3783, "NEC S970", ALC883_TARGA_DIG),
> SND_PCI_QUIRK(0x1462, 0x3b7f, "MSI", ALC883_TARGA_2ch_DIG),
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-04-14 10:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-24 5:45 [PATCH]PCI quirk for MSI laptop Jiang zhe
2008-04-14 10:24 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox