![](https://secure.gravatar.com/avatar/00d45c4d4ef734cf57700b8be4956bf5.jpg?s=120&d=mm&r=g)
7 Jul
2009
7 Jul
'09
12:02 a.m.
From: Naresh Medisetty naresh@ti.com
Changes default output volume of alsa driver since it is very low
Signed-off-by: Naresh Medisetty naresh@ti.com Signed-off-by: Kevin Hilman khilman@deeprootsystems.com --- sound/soc/codecs/tlv320aic3x.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/codecs/tlv320aic3x.h b/sound/soc/codecs/tlv320aic3x.h index ac827e5..76dbff4 100644 --- a/sound/soc/codecs/tlv320aic3x.h +++ b/sound/soc/codecs/tlv320aic3x.h @@ -195,7 +195,7 @@ #define INVERT_VOL(val) (0x7f - val)
/* Default output volume (inverted) */ -#define DEFAULT_VOL INVERT_VOL(0x50) +#define DEFAULT_VOL INVERT_VOL(0x60) /* Default input volume */ #define DEFAULT_GAIN 0x20
--
1.6.3.3