]> git.alsa-project.org Git - alsa-tools.git/commitdiff
Replace SNDRV prefix with SND
authorTakashi Iwai <tiwai@suse.de>
Mon, 9 Jul 2001 08:35:36 +0000 (08:35 +0000)
committerTakashi Iwai <tiwai@suse.de>
Mon, 9 Jul 2001 08:35:36 +0000 (08:35 +0000)
seq/sbiload/sbiload.c

index e63a378850bf2c88b967a724b32f14eef050a9fd..8327dc38c1bb9d98035fa2c4a3ec313adc9bc780 100644 (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 */