提交 bec8e680 编写于 作者: T Takashi Iwai

ALSA: hda - Lower the badness for independent HP penalty

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: NTakashi Iwai <tiwai@suse.de>
上级 98bd1115
......@@ -1007,7 +1007,7 @@ enum {
/* Primary DAC shared with main surrounds */
BAD_SHARED_SURROUND = 0x100,
/* No independent HP possible */
BAD_NO_INDEP_HP = 0x40,
BAD_NO_INDEP_HP = 0x10,
/* Primary DAC shared with main CLFE */
BAD_SHARED_CLFE = 0x10,
/* Primary DAC shared with extra surrounds */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册