intel_sst: set default output and input device
Signed-off-by: Lu Guanqun <guanqun.lu@intel.com> Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
231c63839f
commit
e1bfee2673
|
@ -1066,6 +1066,8 @@ static int nc_jack_enable(void)
|
|||
}
|
||||
|
||||
struct snd_pmic_ops snd_pmic_ops_nc = {
|
||||
.input_dev_id = DMIC,
|
||||
.output_dev_id = INTERNAL_SPKR,
|
||||
.set_input_dev = nc_set_selected_input_dev,
|
||||
.set_output_dev = nc_set_selected_output_dev,
|
||||
.set_mute = nc_set_mute,
|
||||
|
|
Loading…
Reference in New Issue