mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 13:59:45 -04:00
intel_sst: Enable recording via HS_MIC
We may need to make some of this board specific eventually. 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:
committed by
Greg Kroah-Hartman
parent
cd573917c3
commit
9d9bb3c3fb
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user