Commit 51a40864 authored by Naresh Medisetty's avatar Naresh Medisetty Committed by Kevin Hilman

ARM: DaVinci: Change default output volume

Changes default output volume of alsa driver since it is very low
Signed-off-by: default avatarNaresh Medisetty <naresh@ti.com>
Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent a0c296df
......@@ -179,7 +179,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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment