mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
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:
parent
3373ed6744
commit
8013aa2370
1 changed files with 0 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue