mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
linux-c7-alsa-lib uses default config from alsa-lib since 1aaf3941aa
.
$ /compat/linux/usr/bin/aplay foo.wav
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM oss
aplay: main:828: audio open error: No such file or directory
PR: 245321
15 lines
328 B
Text
15 lines
328 B
Text
https://github.com/alsa-project/alsa-plugins/commit/ed6684849298
|
|
|
|
ALSA lib pcm_oss.c:863:(_snd_pcm_oss_open) Unknown field port
|
|
|
|
--- oss/50-oss.conf.orig 2018-04-03 07:02:58 UTC
|
|
+++ oss/50-oss.conf
|
|
@@ -5,7 +5,7 @@ pcm.oss {
|
|
default "/dev/dsp"
|
|
}
|
|
type oss
|
|
- port $DEVICE
|
|
+ device $DEVICE
|
|
hint {
|
|
show {
|
|
@func refer
|