diff options
-rw-r--r-- | arch/arm/mach-shmobile/board-armadillo800eva.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c index 5353adf6b828..5f179e1cb157 100644 --- a/arch/arm/mach-shmobile/board-armadillo800eva.c +++ b/arch/arm/mach-shmobile/board-armadillo800eva.c | |||
@@ -124,6 +124,14 @@ | |||
124 | * this command is required when playback. | 124 | * this command is required when playback. |
125 | * | 125 | * |
126 | * # amixer set "Headphone" 50 | 126 | * # amixer set "Headphone" 50 |
127 | * | ||
128 | * this command is required when capture. | ||
129 | * | ||
130 | * # amixer set "Input PGA" 15 | ||
131 | * # amixer set "Left Input Mixer MicP" on | ||
132 | * # amixer set "Left Input Mixer MicN" on | ||
133 | * # amixer set "Right Input Mixer MicN" on | ||
134 | * # amixer set "Right Input Mixer MicP" on | ||
127 | */ | 135 | */ |
128 | 136 | ||
129 | /* | 137 | /* |