diff options
Diffstat (limited to 'target/linux/x86/thincan/base-files')
-rw-r--r-- | target/linux/x86/thincan/base-files/etc/init.d/alsa | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/x86/thincan/base-files/etc/init.d/alsa b/target/linux/x86/thincan/base-files/etc/init.d/alsa new file mode 100644 index 000000000..94c6965e7 --- /dev/null +++ b/target/linux/x86/thincan/base-files/etc/init.d/alsa @@ -0,0 +1,9 @@ +#!/bin/sh /etc/rc.common +# Copyright (C) 2006 OpenWrt.org +START=50 + +start() { + amixer set PCM 50% unmute + amixer set Headphone 100% unmute +} + |