mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
Allows overriding /dev/dsp without adjusting config e.g., $ aplay -D oss:/dev/dsp4 foo.wav PR: 245321 See also: https://github.com/alsa-project/alsa-plugins/commit/6e40eb5fd346
27 lines
501 B
Text
27 lines
501 B
Text
#
|
|
# FreeBSD/OSS
|
|
#
|
|
pcm.!sysdefault pcm.plug:oss
|
|
ctl.!sysdefault ctl.oss
|
|
pcm.!default pcm.sysdefault
|
|
ctl.!default ctl.sysdefault
|
|
|
|
#
|
|
# Pulseaudio
|
|
#
|
|
# pcm.!default pcm.pulse
|
|
# ctl.!default ctl.pulse
|
|
|
|
#
|
|
# Remap all possible surround stuffs.
|
|
#
|
|
pcm.!front pcm.default
|
|
pcm.!rear pcm.default
|
|
pcm.!center_lfe pcm.default
|
|
pcm.!side pcm.default
|
|
pcm.!surround21 pcm.default
|
|
pcm.!surround40 pcm.default
|
|
pcm.!surround41 pcm.default
|
|
pcm.!surround50 pcm.default
|
|
pcm.!surround51 pcm.default
|
|
pcm.!surround71 pcm.default
|