intel_sst: Enable recording via HS_MIC
authorLu Guanqun <guanqun.lu@intel.com>
Tue, 3 May 2011 16:33:43 +0000 (17:33 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 May 2011 19:58:26 +0000 (12:58 -0700)
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>
drivers/staging/intel_sst/intelmid_v2_control.c

index 6516a98..9f8ccea 100644 (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: