1#!/bin/sh /etc/rc.common
2# Copyright (C) 2006 OpenWrt.org
3START=50
4
5start() {
6	amixer set PCM 50% unmute
7	amixer set Headphone 100% unmute
8}
9
10