Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Langhoff <martin@laptop.org>2012-01-30 16:00:24 (GMT)
committer Martin Langhoff <martin@laptop.org>2012-01-30 16:00:24 (GMT)
commita93840e22039d93867f31270a1639c2b6fb10932 (patch)
treede187b9f4481fa1fd354d84204205315f22e1ccb
parent3da60ed06f768a1ab2a55b479b7cdd54c2986d1f (diff)
Move XO-1.5 specific audio tweak to the platform module
-rw-r--r--modules/x11/kspost.60.misc.inc3
-rw-r--r--modules/xo1_5/kspost.50.xo15-tweaks.inc4
2 files changed, 4 insertions, 3 deletions
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
+