Skip to content

Commit

Permalink
sound: reduce one step on volume boost because previous value was mak…
Browse files Browse the repository at this point in the history
…ing some users have their music stop radomly.

Signed-off-by: franciscofranco <franciscofranco.1990@gmail.com>
  • Loading branch information
franciscofranco committed Dec 31, 2012
1 parent 0c7291f commit e2f047d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/twl6040.c
Expand Up @@ -216,7 +216,7 @@ static const u8 twl6040_reg_supply[TWL6040_CACHEREGNUM] = {
TWL6040_VIO_SUPPLY, /* TWL6040_STATUS (ro) */
};

unsigned int volume_boost = 3;
unsigned int volume_boost = 2;

/*
* read twl6040 register cache
Expand Down

0 comments on commit e2f047d

Please sign in to comment.