You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ALSA lib pcm_plug.c:1286:(_snd_pcm_plug_open) Unknown field playback_ports
aplay: main:828: audio open error: Invalid argument
It seems that since that example was written, alsa-plugins now creates a default config at /etc/alsa/conf.d/50-jack.conf which is incompatible with the example. The simple fix might be to rename the pcm.jack device to something which doesn't conflict with 50-jack.conf.
The text was updated successfully, but these errors were encountered:
The example ~/.asoundrc config file results in the error reported at alsa-project/alsa-plugins#15
ALSA lib pcm_plug.c:1286:(_snd_pcm_plug_open) Unknown field playback_ports
aplay: main:828: audio open error: Invalid argument
It seems that since that example was written, alsa-plugins now creates a default config at /etc/alsa/conf.d/50-jack.conf which is incompatible with the example. The simple fix might be to rename the pcm.jack device to something which doesn't conflict with 50-jack.conf.
The text was updated successfully, but these errors were encountered: