From 79b64a3fc7afbebcfc4dd0880b8c5d0195747b6f Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Fri, 1 Sep 2023 01:15:07 -0400 Subject: setting_list.c playback frequency cleanup moves the callback to settings_list audio_set_playback_frequency now accepts an actual frequency 44100 192000 etc rather than an index Change-Id: Ieb3fc79a7fe3f1ff050465c8cd8061027e4572ff --- apps/playback.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/playback.h') diff --git a/apps/playback.h b/apps/playback.h index b9aa413ef3..782f69fa38 100644 --- a/apps/playback.h +++ b/apps/playback.h @@ -83,7 +83,7 @@ void audio_set_cuesheet(bool enable); void audio_set_crossfade(int enable); #endif #ifdef HAVE_PLAY_FREQ -void audio_set_playback_frequency(int setting); +void audio_set_playback_frequency(unsigned int sample_rate_hz); #endif #ifdef HAVE_ALBUMART void set_albumart_mode(int setting); -- cgit v1.2.3