alsa-project / alsa-lib

The Advanced Linux Sound Architecture (ALSA) - library
GNU Lesser General Public License v2.1
345 stars 176 forks source link

raw midi open fails results in verbose message to stdout #344

Closed symdeb closed 11 months ago

symdeb commented 11 months ago

ALSA lib rawmidi_hw.c:384:(snd_rawmidi_hw_open) open /dev/snd/umpC5D0 failed: No such file or directory

tiwai commented 11 months ago

It's per design , no regression :)

Though, we may align the behavior with what's done in PCM and others, replace SYSERR() with SYSMSG().

symdeb commented 11 months ago

Thank you very much !