Skip to content

Commit 035688d

Browse files
morimotopmundt
authored andcommitted
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>
1 parent 14eae6e commit 035688d

File tree

1 file changed

+10
-0
lines changed
  • arch/sh/boards/mach-ecovec24

1 file changed

+10
-0
lines changed

arch/sh/boards/mach-ecovec24/setup.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,16 @@
7070
* OFF-ON : MMC
7171
*/
7272

73+
/*
74+
* FSI - DA7210
75+
*
76+
* it needs amixer settings for playing
77+
*
78+
* amixer set 'HeadPhone' 80
79+
* amixer set 'Out Mixer Left DAC Left' on
80+
* amixer set 'Out Mixer Right DAC Right' on
81+
*/
82+
7383
/* Heartbeat */
7484
static unsigned char led_pos[] = { 0, 1, 2, 3 };
7585

0 commit comments

Comments
 (0)