From 5e920a7f94854aedfe9ca95d4d41897a8815306f Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 20 Jan 2023 14:50:06 -0500 Subject: [PATCH] Set SNDCAP_USERSOUNDS bit in windsound interface --- sound/windsound/windsound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/windsound/windsound.c b/sound/windsound/windsound.c index 15a4bdf8f..f91508877 100644 --- a/sound/windsound/windsound.c +++ b/sound/windsound/windsound.c @@ -25,7 +25,7 @@ static void windsound_play_usersound(char *, int32_t, int32_t); struct sound_procs windsound_procs = { SOUNDID(windsound), - 0L, + SNDCAP_USERSOUNDS, windsound_init_nhsound, windsound_exit_nhsound, windsound_achievement,