aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/thincan/base-files/etc/init.d/alsa
blob: 94c6965e7eb80063cbcef95480bf023dd22535cf (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=50

start() {
	amixer set PCM 50% unmute
	amixer set Headphone 100% unmute
}