ALSA: hda - Initialize digital-input path properly
Call the path activation for the digital input pin properly, not only setting the pin control. Also add spec->digin_path for keeping the path index. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
@@ -136,6 +136,7 @@ struct hda_gen_spec {
|
||||
int speaker_paths[AUTO_CFG_MAX_OUTS];
|
||||
int digout_paths[AUTO_CFG_MAX_OUTS];
|
||||
int loopback_paths[HDA_MAX_NUM_INPUTS];
|
||||
int digin_path;
|
||||
|
||||
/* auto-mic stuff */
|
||||
int am_num_entries;
|
||||
|
Reference in New Issue
Block a user