From 072d65c1b88775eb5f12081704568fb4286634c8 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 1 Oct 2011 08:12:23 +0200 Subject: [PATCH] alsa-utils: enable volume Master,0 for card 1 if disabled Signed-off-by: Stephan Raue --- packages/audio/alsa-utils/scripts/soundconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/audio/alsa-utils/scripts/soundconfig b/packages/audio/alsa-utils/scripts/soundconfig index 4e224e87ff..2355bdb7b0 100755 --- a/packages/audio/alsa-utils/scripts/soundconfig +++ b/packages/audio/alsa-utils/scripts/soundconfig @@ -128,10 +128,11 @@ else mixer 0 'Master Front' 100% # Shuttle XS35GT needs this too - mixer 0 Master,0 100% + mixer 0 'Master',0 100% on # and this for various Fusion devices like Zotac ZBOX - mixer 1 Master,0 100% + mixer 1 'Master',0 100% on + fi