From d577eb338cf708652deaa5763d3a2eaca077db22 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 19 Mar 2023 17:42:01 +0100 Subject: Added 2 more libasound wrapped function (for Heroic) --- src/wrapped/wrappedlibasound_private.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/wrapped/wrappedlibasound_private.h b/src/wrapped/wrappedlibasound_private.h index 293ca326..5d2210d3 100755 --- a/src/wrapped/wrappedlibasound_private.h +++ b/src/wrapped/wrappedlibasound_private.h @@ -954,6 +954,8 @@ GO(snd_mixer_selem_get_id, vFpp) GO(snd_mixer_selem_get_name, pFp) GO(snd_mixer_selem_get_index, uFp) GO(snd_mixer_find_selem, pFpp) +GO(snd_mixer_selem_ask_playback_dB_vol, iFplip) +GO(snd_mixer_selem_ask_playback_vol_dB, iFplp) GO(snd_mixer_selem_is_active, iFp) GO(snd_mixer_selem_is_playback_mono, iFp) GO(snd_mixer_selem_has_playback_channel, iFpi) -- cgit 1.4.1