Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257582
b: refs/heads/master
c: 2763f45
h: refs/heads/master
v: v3
  • Loading branch information
Ricardo Neri authored and Liam Girdwood committed Jun 8, 2011
1 parent 7805861 commit 449875a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 68d1c4a73c424061d0de760e04387e3e731c7da4
refs/heads/master: 2763f45d40028721e8994d7cefa5df73727469c0
4 changes: 2 additions & 2 deletions trunk/sound/soc/codecs/twl6040.c
Original file line number Diff line number Diff line change
Expand Up @@ -954,9 +954,9 @@ static DECLARE_TLV_DB_SCALE(mic_preamp_tlv, -600, 600, 0);

/*
* MICGAIN volume control:
* from -6 to 30 dB in 6 dB steps
* from 6 to 30 dB in 6 dB steps
*/
static DECLARE_TLV_DB_SCALE(mic_amp_tlv, -600, 600, 0);
static DECLARE_TLV_DB_SCALE(mic_amp_tlv, 600, 600, 0);

/*
* AFMGAIN volume control:
Expand Down

0 comments on commit 449875a

Please sign in to comment.