]> git.alsa-project.org Git - alsa-lib.git/commit
ALSA: seq: Use SND_* instead of SNDRV_*
authorTakashi Iwai <tiwai@suse.de>
Tue, 1 Apr 2025 06:02:51 +0000 (08:02 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 1 Apr 2025 06:10:27 +0000 (08:10 +0200)
commit90eb3c1e960bbb69ba1911a82f13a4c0099cf1d9
tree53a7517f779ce66b15eaa70c412a8ddd0c21307e
parent95d0274b6015afa943762f51ff15bf6781707288
ALSA: seq: Use SND_* instead of SNDRV_*

The values SNDRV_XXX are used incorrectly in some code where they
should have been SND_XXX, due to copy&paste from the kernel code.

Practically seen there are no difference, and the code still works
fine, but those should be corrected for consistency.

Fixes: 6167b8ce3e80 ("seq: Add API helper functions for creating UMP Endpoint and Blocks")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/seq/seqmid.c