diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2012-12-24 20:04:20 -0800 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2013-01-16 18:30:44 +0900 |
commit | 035688d9c64c61957dd272a1e773f27b0143704d (patch) | |
tree | 5dea178ee2fbca322f2a90aab1818e9b8f2ba482 /arch/sh/boards | |
parent | 14eae6e9d455a7848a5e45ff193a14925478f6ab (diff) | |
download | linux-3.10-035688d9c64c61957dd272a1e773f27b0143704d.tar.gz linux-3.10-035688d9c64c61957dd272a1e773f27b0143704d.tar.bz2 linux-3.10-035688d9c64c61957dd272a1e773f27b0143704d.zip |
sh: ecovec: add sample amixer settings
FSI - DA7210 needs amixer settings to use it.
This patch adds quick setting guide
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards')
-rw-r--r-- | arch/sh/boards/mach-ecovec24/setup.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c index 3fede4556c9..a0fa5791cd4 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c @@ -70,6 +70,16 @@ * OFF-ON : MMC */ +/* + * FSI - DA7210 + * + * it needs amixer settings for playing + * + * amixer set 'HeadPhone' 80 + * amixer set 'Out Mixer Left DAC Left' on + * amixer set 'Out Mixer Right DAC Right' on + */ + /* Heartbeat */ static unsigned char led_pos[] = { 0, 1, 2, 3 }; |