[x86]
[openwrt/svn-archive/archive.git] / target / linux / x86 / thincan / base-files / etc / init.d / alsa
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 (file)
index 0000000..94c6965
--- /dev/null
@@ -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
+}
+