From a984eb367c032dbe2577f01238c3d1268526be70 Mon Sep 17 00:00:00 2001 From: Kacper Date: Thu, 25 Dec 2025 19:24:38 +0100 Subject: Clang-tidy fixes --- include/arch/x86_64/linux/sound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/arch/x86_64/linux/sound.h') diff --git a/include/arch/x86_64/linux/sound.h b/include/arch/x86_64/linux/sound.h index 6eca9a36..3c533c7c 100644 --- a/include/arch/x86_64/linux/sound.h +++ b/include/arch/x86_64/linux/sound.h @@ -23,7 +23,7 @@ /* #define SND_DEV_SNDPROC 9 */ /* /dev/sndproc for programmable devices (not used) */ /* #define SND_DEV_DMMIDI 9 */ -#define SND_DEV_SYNTH 9 /* Raw synth access /dev/synth (same as /dev/dmfm) */ +#define SND_DEV_SYNTH 9 /* Raw synth access /dev/synth (same as /dev/dmfm) */ #define SND_DEV_DMFM 10 /* Raw synth access /dev/dmfm */ #define SND_DEV_UNKNOWN11 11 #define SND_DEV_ADSP 12 /* Like /dev/dsp (obsolete) */ -- cgit v1.2.3