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:
98bd111
)
ALSA: hda - Lower the badness for independent HP penalty
author
Takashi Iwai
<tiwai@suse.de>
Fri, 22 Mar 2013 14:10:08 +0000
(15:10 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Fri, 22 Mar 2013 14:10:08 +0000
(15:10 +0100)
The lack of independent HP mode shouldn't be too bad, but currently
its badness is set a bit too high. Let's lower it.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_generic.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/hda_generic.c
b/sound/pci/hda/hda_generic.c
index 326302fcab44b81d3fce9ab7d49b2e4e08ce9608..f0a422f5ea45fc9df74f541234294f0298ac6634 100644
(file)
--- a/
sound/pci/hda/hda_generic.c
+++ b/
sound/pci/hda/hda_generic.c
@@
-1007,7
+1007,7
@@
enum {
/* Primary DAC shared with main surrounds */
BAD_SHARED_SURROUND = 0x100,
/* No independent HP possible */
- BAD_NO_INDEP_HP = 0x
4
0,
+ BAD_NO_INDEP_HP = 0x
1
0,
/* Primary DAC shared with main CLFE */
BAD_SHARED_CLFE = 0x10,
/* Primary DAC shared with extra surrounds */