Replace SNDRV prefix with SND

This commit is contained in:
Takashi Iwai 2001-07-09 08:35:36 +00:00
parent 1c469e7d1e
commit 3bdc5c4692

View file

@ -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 */