[alsa-devel] [PATCH] ALSA: hda - add dock support for Thinkpad T430s
Takashi Iwai
tiwai at suse.de
Mon Aug 6 14:49:10 CEST 2012
At Mon, 6 Aug 2012 13:14:18 +0200,
Philipp A. Mohrenweiser wrote:
>
> From: phiamo <phiamo at googlemail.com>
>
> Add a model/fixup string "lenovo-dock", for
> Thinkpad T430s, to allow sound in docking station.
>
> Tested on Lenovo T430s with ThinkPad Mini Dock Plus Series 3
>
> Cc: stable at kernel.org
> Signed-off-by: Philipp A. Mohrenweiser <phiamo at googlemail.com>
Thanks, applied (with manual adjustment).
At the next time, please remember that
- Give the patch created by git format-patch or git show
--pretty=email; I guess you copied the output from git show, and it
adds some spaces at each line head. For the submitted patch, there
shouldn't be.
- Commit with a real name, too. Set up your ~/.gitconfig properly.
It's the reason why "From:" line appears strangely.
Takashi
> ---
> sound/pci/hda/patch_realtek.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
> index b9a5c45..bb93f92 100644
> --- a/sound/pci/hda/patch_realtek.c
> +++ b/sound/pci/hda/patch_realtek.c
> @@ -6207,6 +6207,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
> SND_PCI_QUIRK(0x17aa, 0x21ca, "Thinkpad L412", ALC269_FIXUP_SKU_IGNORE),
> SND_PCI_QUIRK(0x17aa, 0x21e9, "Thinkpad Edge 15", ALC269_FIXUP_SKU_IGNORE),
> SND_PCI_QUIRK(0x17aa, 0x21f6, "Thinkpad T530", ALC269_FIXUP_LENOVO_DOCK),
> + SND_PCI_QUIRK(0x17aa, 0x21fb, "Thinkpad T430s", ALC269_FIXUP_LENOVO_DOCK),
> SND_PCI_QUIRK(0x17aa, 0x2203, "Thinkpad X230 Tablet", ALC269_FIXUP_LENOVO_DOCK),
> SND_PCI_QUIRK(0x17aa, 0x3bf8, "Quanta FL1", ALC269_FIXUP_QUANTA_MUTE),
> SND_PCI_QUIRK(0x17aa, 0x3bf8, "Lenovo Ideapd", ALC269_FIXUP_PCM_44K),
> --
> 1.7.9.5
>
More information about the Alsa-devel
mailing list