From f7044753af081e72f3de25ad6ae6ccca59934c34 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 17 May 2011 10:35:14 +0000 Subject: [x86] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * adds support for Artec Thincan Signed-of-By: Lauri Võsandi git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26919 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/x86/thincan/base-files/etc/init.d/alsa | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 target/linux/x86/thincan/base-files/etc/init.d/alsa (limited to 'target/linux/x86/thincan/base-files') 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 index 0000000000..94c6965e7e --- /dev/null +++ b/target/linux/x86/thincan/base-files/etc/init.d/alsa @@ -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 +} + -- cgit v1.2.3