From 58169a18ff85a136da30acd53f5a1e17912cb745 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 27 May 2011 00:20:34 +0200 Subject: [PATCH] alsa-utils: dont unmute Line and AUX Signed-off-by: Stephan Raue --- packages/audio/alsa-utils/scripts/soundconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/audio/alsa-utils/scripts/soundconfig b/packages/audio/alsa-utils/scripts/soundconfig index 42c8b67cce..c8dc095c14 100755 --- a/packages/audio/alsa-utils/scripts/soundconfig +++ b/packages/audio/alsa-utils/scripts/soundconfig @@ -49,8 +49,8 @@ else mixer 0 CD 0% mute # Only unmute Line and Aux if they are possibly used. - mixer 0 Line 100% - mixer 0 Aux 100% +# mixer 0 Line 100% +# mixer 0 Aux 100% # mute mic mixer 0 Mic 0% mute