From: Takashi Iwai Date: Mon, 9 Jul 2001 08:35:36 +0000 (+0000) Subject: Replace SNDRV prefix with SND X-Git-Tag: v1.0.3~149 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=3bdc5c469288123031215cfa3fcc2f5c6ad1e111;p=alsa-tools.git Replace SNDRV prefix with SND --- diff --git a/seq/sbiload/sbiload.c b/seq/sbiload/sbiload.c index e63a378..8327dc3 100644 --- a/seq/sbiload/sbiload.c +++ b/seq/sbiload/sbiload.c @@ -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 */