mac80211: include brcmfmac USB firmware only if support was enabled
[openwrt/svn-archive/archive.git] / target / linux / x86 / thincan / base-files / etc / init.d / alsa
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3 START=50
4
5 start() {
6 amixer set PCM 50% unmute
7 amixer set Headphone 100% unmute
8 }
9