From d8600546398b18b4e361fc412652884750e3885b Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:09:39 +0100 Subject: [PATCH] alsa-utils: enable 'Master,0' and set to 100% Signed-off-by: Stephan Raue --- packages/audio/alsa-utils/scripts/soundconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/audio/alsa-utils/scripts/soundconfig b/packages/audio/alsa-utils/scripts/soundconfig index 6a8c6f6078..90a5051155 100755 --- a/packages/audio/alsa-utils/scripts/soundconfig +++ b/packages/audio/alsa-utils/scripts/soundconfig @@ -122,10 +122,13 @@ else mixer 1 IEC958,2 on mixer 1 IEC958,3 on - # ASRock ION 330 has Master Front set to 0 mixer 0 'Master Front' 100% +# Shuttle XS35GT needs this too + mixer 0 Master,0 100% + + fi exit 0