mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 07:47:14 +08:00
20 lines
198 B
Plaintext
20 lines
198 B
Plaintext
|
# Use PulseAudio by default
|
||
|
pcm.!default {
|
||
|
type pulse
|
||
|
}
|
||
|
|
||
|
ctl.!default {
|
||
|
type pulse
|
||
|
}
|
||
|
|
||
|
# Explicit PulseAudio device
|
||
|
pcm.pulse {
|
||
|
type pulse
|
||
|
}
|
||
|
|
||
|
ctl.pulse {
|
||
|
type pulse
|
||
|
}
|
||
|
|
||
|
# vim:set ft=alsaconf:
|