audio: remove pcm_sw_volume include from sound.c
rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]>
| Newsgroups | gmane.comp.systems.archos.rockbox.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 8013aa2370108771bac4085c674fb87fda590f22 Author: Aidan MacDonald <[email protected]> Date: Wed Feb 18 10:47:12 2026 +0000 audio: remove pcm_sw_volume include from sound.c Drop the include because nothing here needs it. Change-Id: Iad7ada127589c649359b3eea8bf2a21f5f00a344 diff --git a/firmware/sound.c b/firmware/sound.c index 6f6a37cca3..0e43f38f5a 100644 --- a/firmware/sound.c +++ b/firmware/sound.c @@ -30,10 +30,6 @@ #include "settings.h" /* sound_current */ #endif -#ifdef HAVE_SW_VOLUME_CONTROL -#include "pcm_sw_volume.h" -#endif /* HAVE_SW_VOLUME_CONTROL */ - /* Define sound_setting_entries table */ #define AUDIOHW_SOUND_SETTINGS_ENTRIES #include "audiohw_settings.h" -- rockbox-cvs mailing list [email protected] https://lists.haxx.se/mailman/listinfo/rockbox-cvs