aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/thincan/base-files/etc/init.d/alsa
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/x86/thincan/base-files/etc/init.d/alsa')
-rw-r--r--target/linux/x86/thincan/base-files/etc/init.d/alsa9
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
+}
+