From a93840e22039d93867f31270a1639c2b6fb10932 Mon Sep 17 00:00:00 2001 From: Martin Langhoff Date: Mon, 30 Jan 2012 16:00:24 +0000 Subject: Move XO-1.5 specific audio tweak to the platform module --- diff --git a/modules/x11/kspost.60.misc.inc b/modules/x11/kspost.60.misc.inc index 8f269b5..b63bcf8 100644 --- a/modules/x11/kspost.60.misc.inc +++ b/modules/x11/kspost.60.misc.inc @@ -1,6 +1,3 @@ -# Workaround an unknown bug where TamTam sound is crackly on XO-1.5 (#9414) -sed -i -e 's/dmix.rate 48000/dmix.rate 44100/' /usr/share/alsa/alsa.conf - # Don't try and autospawn pulseaudio (#9470) sed -i -e 's/; autospawn = yes/autospawn = no/' /etc/pulse/client.conf diff --git a/modules/xo1_5/kspost.50.xo15-tweaks.inc b/modules/xo1_5/kspost.50.xo15-tweaks.inc index e3109ec..c397fdf 100644 --- a/modules/xo1_5/kspost.50.xo15-tweaks.inc +++ b/modules/xo1_5/kspost.50.xo15-tweaks.inc @@ -1,3 +1,7 @@ # add /ofw, can be removed when we move to newer kernels with /proc/device-tree mkdir /ofw echo "none /ofw promfs defaults 0 0" >> /etc/fstab + +# Workaround an unknown bug where TamTam sound is crackly on XO-1.5 (#9414) +sed -i -e 's/dmix.rate 48000/dmix.rate 44100/' /usr/share/alsa/alsa.conf + -- cgit v0.9.1