Skip to content

Commit

Permalink
intel_sst: Enable recording via DMIC
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lu Guanqun authored and Greg Kroah-Hartman committed May 10, 2011
1 parent 9d9bb3c commit 26d3b2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/staging/intel_sst/intelmid_v2_control.c
Original file line number Diff line number Diff line change
Expand Up @@ -880,12 +880,12 @@ static int nc_set_selected_input_dev(u8 value)
sc_access[2].reg_addr = 0x10a;
sc_access[2].value = 0x40;
sc_access[2].mask = MASK6;
sc_access[3].reg_addr = 0x109;
sc_access[3].reg_addr = LILSEL;
sc_access[3].mask = MASK6;
sc_access[3].value = 0x00;
sc_access[4].reg_addr = 0x104;
sc_access[4].value = 0x3C;
sc_access[4].mask = 0xff;
sc_access[4].reg_addr = ADCSAMPLERATE;
sc_access[4].mask = MASK7|MASK6|MASK5|MASK4|MASK3;
sc_access[4].value = 0x33;
num_val = 5;
break;
default:
Expand Down

0 comments on commit 26d3b2d

Please sign in to comment.