Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249429
b: refs/heads/master
c: 9d9bb3c
h: refs/heads/master
i:
  249427: f0aef58
v: v3
  • Loading branch information
Lu Guanqun authored and Greg Kroah-Hartman committed May 10, 2011
1 parent 62b3ef3 commit 2efb1a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cd573917c33be5f2bd75e4216c9a05ba51096bca
refs/heads/master: 9d9bb3c3fbe1376320fdde0d5b2d2e2b6d6c8d56
5 changes: 4 additions & 1 deletion trunk/drivers/staging/intel_sst/intelmid_v2_control.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2efb1a6

Please sign in to comment.