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>2019-05-07 09:23:27 -0400
commitc3cad37b110f015a275b38af79a3a5bfe7bed639 (patch)
treecb86249ea0977a4fc99484ea79c974d10216d7d4 /configs/profile/root-image/usr/share/livecd-sound/asound.conf.in
parentcc333958668e319ac145f7d0b2d78122d4df8d21 (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%
+}