Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233100
b: refs/heads/master
c: 454f141
h: refs/heads/master
v: v3
  • Loading branch information
Harsha Priya authored and Greg Kroah-Hartman committed Feb 2, 2011
1 parent 0632cc0 commit ba499d6
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: 7c161d0b900ea9bd9fc5ea5d3fa9916e9eb0dd88
refs/heads/master: 454f1419f14a459b31af83e512adcc714fa0e5e5
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 @@ -874,7 +874,10 @@ static int nc_set_selected_input_dev(u8 value)
sc_access[3].reg_addr = 0x109;
sc_access[3].mask = MASK6;
sc_access[3].value = 0x00;
num_val = 4;
sc_access[4].reg_addr = 0x104;
sc_access[4].value = 0x3C;
sc_access[4].mask = 0xff;
num_val = 5;
break;
default:
return -EINVAL;
Expand Down

0 comments on commit ba499d6

Please sign in to comment.