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:
Lu Guanqun
2011-05-03 17:33:43 +01:00
committed by Greg Kroah-Hartman
parent cd573917c3
commit 9d9bb3c3fb

View File

@@ -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: