17 lines
260 B
Plaintext
17 lines
260 B
Plaintext
|
# Use pulseaudio by default
|
||
|
pcm.!default {
|
||
|
type pulse
|
||
|
fallback "sysdefault"
|
||
|
hint {
|
||
|
show on
|
||
|
description "Default ALSA Output (currently PulseAudio Sound Server)"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
ctl.!default {
|
||
|
type pulse
|
||
|
fallback "sysdefault"
|
||
|
}
|
||
|
|
||
|
# vim:set ft=alsaconf:
|