projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b200d7
)
ALSA: HDA: Use model=auto for LG R510
author
David Henningsson
<david.henningsson@canonical.com>
Tue, 10 Aug 2010 07:18:00 +0000
(09:18 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 10 Aug 2010 07:30:42 +0000
(09:30 +0200)
Two users report model=auto is needed to make the internal mic work properly.
BugLink:
https://bugs.launchpad.net/bugs/495134
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_realtek.c
b/sound/pci/hda/patch_realtek.c
index 6b00a2369e97630fc826d9cbc023346401d8ed7d..55d6e5b6bb7d3d7da0209a9e436e86be5dd41411 100644
(file)
--- a/
sound/pci/hda/patch_realtek.c
+++ b/
sound/pci/hda/patch_realtek.c
@@
-13477,7
+13477,6
@@
static struct snd_pci_quirk alc268_cfg_tbl[] = {
SND_PCI_QUIRK(0x14c0, 0x0025, "COMPAL IFL90/JFL-92", ALC268_TOSHIBA),
SND_PCI_QUIRK(0x152d, 0x0763, "Diverse (CPR2000)", ALC268_ACER),
SND_PCI_QUIRK(0x152d, 0x0771, "Quanta IL1", ALC267_QUANTA_IL1),
- SND_PCI_QUIRK(0x1854, 0x1775, "LG R510", ALC268_DELL),
{}
};