Commit 9d9bb3c3 authored by Lu Guanqun's avatar Lu Guanqun Committed by Greg Kroah-Hartman

intel_sst: Enable recording via HS_MIC

We may need to make some of this board specific eventually.
Signed-off-by: default avatarLu Guanqun <guanqun.lu@intel.com>
Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent cd573917
......@@ -863,7 +863,10 @@ static int nc_set_selected_input_dev(u8 value)
sc_access[4].reg_addr = AUXDBNC;
sc_access[4].mask = MASK7|MASK6|MASK5|MASK4|MASK3|MASK2|MASK1|MASK0;
sc_access[4].value = 0xff;
num_val = 5;
sc_access[5].reg_addr = ADCSAMPLERATE;
sc_access[5].mask = MASK7|MASK6|MASK5|MASK4|MASK3;
sc_access[5].value = 0xc8;
num_val = 6;
break;
case DMIC:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment