summaryrefslogtreecommitdiff
path: root/configs/profile/root-image/usr/share/livecd-sound/asound.conf.in
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-06-30 06:16:32 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2020-03-27 19:32:36 -0400
commite4fd6acd2d59cd10450fc57cf89e2dcc3c1e9c87 (patch)
treed1b591ffe11af67c0f615c6d384b8257c9a0c7fb /configs/profile/root-image/usr/share/livecd-sound/asound.conf.in
parent860685fa072be6b6f1efa2fccb4f6376ef7f8bce (diff)
add braille and screen reader support from talkingparabola config
Diffstat (limited to 'configs/profile/root-image/usr/share/livecd-sound/asound.conf.in')
-rw-r--r--configs/profile/root-image/usr/share/livecd-sound/asound.conf.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/configs/profile/root-image/usr/share/livecd-sound/asound.conf.in b/configs/profile/root-image/usr/share/livecd-sound/asound.conf.in
new file mode 100644
index 0000000..851f829
--- /dev/null
+++ b/configs/profile/root-image/usr/share/livecd-sound/asound.conf.in
@@ -0,0 +1,12 @@
+pcm.!default {
+ type plug
+ slave.pcm {
+ type hw
+ card %card%
+ }
+}
+
+ctl.!default {
+ type hw
+ card %card%
+}