audio: remove pcm_sw_volume include from sound.c

Drop the include because nothing here needs it.

Change-Id: Iad7ada127589c649359b3eea8bf2a21f5f00a344
This commit is contained in:
Aidan MacDonald 2026-02-18 10:47:12 +00:00 committed by Solomon Peachy
parent 3373ed6744
commit 8013aa2370

View file

@ -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"