mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
ALSA: hda - Fix missing initialization of NID 0x0e for STAC925x
The selector widget 0x0e isn't initialized properly in the whole probe process, thus it can be a wrong value depending on the BIOS setup. This patch adds the init verb to set it to the max & unmuted. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
9248f26939
commit
2465fb6605
1 changed files with 2 additions and 0 deletions
|
@ -884,6 +884,8 @@ static struct hda_verb stac92hd71bxx_analog_core_init[] = {
|
|||
static struct hda_verb stac925x_core_init[] = {
|
||||
/* set dac0mux for dac converter */
|
||||
{ 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
|
||||
/* unmute and set max the selector */
|
||||
{ 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, 0xb07f },
|
||||
{}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue