1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

audio/alsa-lib: improve etc/asound.conf

- Expose "oss" via "aplay -L"
- Simplify "oss" and "pulse"
- Define "sysdefault"

Note, "aplay -D sysdefault" != "aplay -D oss" per ports/184006
This commit is contained in:
Jan Beich 2016-05-01 03:10:21 +00:00
parent 764148569d
commit ef86f4d9bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414376
2 changed files with 12 additions and 11 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= alsa-lib
PORTVERSION= 1.1.1
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ftp://ftp.alsa-project.org/pub/lib/ \
GENTOO

View File

@ -1,25 +1,25 @@
#
# FreeBSD/OSS
#
pcm.!default {
type plug
slave.pcm.type oss
pcm.oss {
type oss
hint.description "Open Sound System"
}
ctl.!default {
ctl.oss {
type oss
}
pcm.!sysdefault pcm.plug:oss
ctl.!sysdefault ctl.oss
pcm.!default pcm.sysdefault
ctl.!default ctl.sysdefault
#
# Pulseaudio
#
# pcm.!default {
# type pulse
# }
#
# ctl.!default {
# type pulse
# }
# pcm.!default pcm.pulse
# ctl.!default ctl.pulse
#
# Remap all possible surround stuffs.