alsa 142 B

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