[alsa-cvslog] alsa-kernel: Official ALSA project GIT repository for Linux 2.6 branch, master now at
Brought to you by:
perex
|
From: <nor...@al...> - 2012-02-07 14:41:13
|
Hello,
This is an automated email from the git hooks/update script, it was
generated because a ref change was pushed to the repository.
Updating branch, master,
via cf5864e2e76a4d060beaba6271fe2b44b0fc2da8 (commit)
from adf2c404557d4589ac9552f935b613cc2aa9a1d8 (commit)
- Log -----------------------------------------------------------------
commit cf5864e2e76a4d060beaba6271fe2b44b0fc2da8
Author: Jaroslav Kysela <pe...@pe...>
AuthorDate: Tue Feb 7 14:18:14 2012 +0100
Commit: Jaroslav Kysela <pe...@pe...>
CommitDate: Tue Feb 7 14:21:41 2012 +0100
ALSA: hda - add support for Uniwill ECS M31EI notebook
This hardware requires same fixup for the node 0x0f like Asus A6Rp.
More information: https://bugzilla.redhat.com/show_bug.cgi?id=785417
Signed-off-by: Jaroslav Kysela <pe...@pe...>
-----------------------------------------------------------------------
Diffstat:
sound/pci/hda/patch_realtek.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Patch -------------- (max 1500 lines)
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index bf9c083..4a2a49f 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -5603,6 +5603,7 @@ static const struct alc_fixup alc861_fixups[] = {
static const struct snd_pci_quirk alc861_fixup_tbl[] = {
SND_PCI_QUIRK_VENDOR(0x1043, "ASUS laptop", PINFIX_ASUS_A6RP),
+ SND_PCI_QUIRK(0x1584, 0x0000, "Uniwill ECS M31EI", PINFIX_ASUS_A6RP),
SND_PCI_QUIRK(0x1584, 0x2b01, "Haier W18", PINFIX_ASUS_A6RP),
SND_PCI_QUIRK(0x1734, 0x10c7, "FSC Amilo Pi1505", PINFIX_FSC_AMILO_PI1505),
{}
------- End of patch
hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
adf2c404557d4589ac9552f935b613cc2aa9a1d8 \
cf5864e2e76a4d060beaba6271fe2b44b0fc2da8
|