mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
fixed snd_defaults_rawmidi_card
This commit is contained in:
parent
a9197441e0
commit
06bf1766a9
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ int snd_defaults_rawmidi_card(void)
|
|||
{
|
||||
int result;
|
||||
|
||||
result = defaults_card("ALSA_PCM_CARD");
|
||||
result = defaults_card("ALSA_RAWMIDI_CARD");
|
||||
if (result >= 0)
|
||||
return result;
|
||||
return snd_defaults_card();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue