mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
Replace SNDRV prefix with SND
This commit is contained in:
parent
1c469e7d1e
commit
3bdc5c4692
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ __again:
|
|||
snd_instr_header_t *remove;
|
||||
|
||||
snd_instr_header_alloca(&remove);
|
||||
snd_instr_header_set_cmd(remove, SNDRV_SEQ_INSTR_FREE_CMD_SINGLE);
|
||||
snd_instr_header_set_cmd(remove, SND_SEQ_INSTR_FREE_CMD_SINGLE);
|
||||
snd_instr_header_set_id(remove, snd_instr_header_get_id(put));
|
||||
|
||||
/* remove instrument */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue