repo.or.cz
/
tails.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update comment so it matches the current code (refs: #15583)
[tails.git]
/
config
/
chroot_local-includes
/
etc
/
asound.conf
blob
d8eb4cf315944de969c39ef7d8de3b20159638cd
1
# Use PulseAudio by default
2
pcm.!default {
3
type pulse
4
fallback "sysdefault"
5
hint {
6
show on
7
description "Default ALSA Output (currently PulseAudio Sound Server)"
8
}
9
}
10
11
ctl.!default {
12
type pulse
13
fallback "sysdefault"
14
}
15
16
# vim:set ft=alsaconf: