Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249428
b: refs/heads/master
c: cd57391
h: refs/heads/master
v: v3
  • Loading branch information
Lu Guanqun authored and Greg Kroah-Hartman committed May 10, 2011
1 parent f0aef58 commit 62b3ef3
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 8a251ff2fc991b88c8497273c5a223bcbfb81e5d
refs/heads/master: cd573917c33be5f2bd75e4216c9a05ba51096bca
6 changes: 5 additions & 1 deletion trunk/drivers/staging/intel_sst/intelmid_v2_control.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ enum reg_v3 {
HPLMIXSEL = 0x12b,
HPRMIXSEL = 0x12c,
LOANTIPOP = 0x12d,
AUXDBNC = 0x12f,
};

/****
Expand Down Expand Up @@ -859,7 +860,10 @@ static int nc_set_selected_input_dev(u8 value)
sc_access[3].reg_addr = 0x105;
sc_access[3].value = 0x40;
sc_access[3].mask = MASK6;
num_val = 4;
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;
break;

case DMIC:
Expand Down

0 comments on commit 62b3ef3

Please sign in to comment.