[alsa-devel] [PATCH 2/2] ASoC: DaVinci: Change default output volume
Kevin Hilman
khilman at deeprootsystems.com
Tue Jul 7 00:02:03 CEST 2009
From: Naresh Medisetty <naresh at ti.com>
Changes default output volume of alsa driver since it is very low
Signed-off-by: Naresh Medisetty <naresh at ti.com>
Signed-off-by: Kevin Hilman <khilman at 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
More information about the Alsa-devel
mailing list