提交 9d9bb3c3 编写于 作者: L Lu Guanqun 提交者: Greg Kroah-Hartman

intel_sst: Enable recording via HS_MIC

We may need to make some of this board specific eventually.
Signed-off-by: NLu Guanqun <guanqun.lu@intel.com>
Signed-off-by: NAlan Cox <alan@linux.intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册