projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaa9b3a
)
ALSA: hda - Fix parsing pin node 0x21 on ALC259
author
Takashi Iwai
<tiwai@suse.de>
Tue, 19 Jan 2010 14:38:44 +0000
(15:38 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 19 Jan 2010 14:38:44 +0000
(15:38 +0100)
ALC259 has a widget NID 0x21 for the output pin, but it wasn't handled
properly in alc268_new_analog_output().
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/patch_realtek.c
b/sound/pci/hda/patch_realtek.c
index 3f92def752fd727d8924ca21605e3a50e4a63a67..79cdae324c5e30b65e94bc460e44abf2639441a9 100644
(file)
--- a/
sound/pci/hda/patch_realtek.c
+++ b/
sound/pci/hda/patch_realtek.c
@@
-12541,6
+12541,7
@@
static int alc268_new_analog_output(struct alc_spec *spec, hda_nid_t nid,
dac = 0x02;
break;
case 0x15:
+ case 0x21:
dac = 0x03;
break;
default: