diff options
Diffstat (limited to 'firmware/target/hosted/pcm-alsa.h')
-rw-r--r-- | firmware/target/hosted/pcm-alsa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/pcm-alsa.h b/firmware/target/hosted/pcm-alsa.h index 4c0b0d0b9d..f35be60074 100644 --- a/firmware/target/hosted/pcm-alsa.h +++ b/firmware/target/hosted/pcm-alsa.h @@ -22,7 +22,7 @@ #include <config.h> -#if defined(SONY_NWZ_LINUX) || defined(HAVE_FIIO_LINUX_CODEC) +#if defined(HAVE_ALSA_32BIT) /* Set the PCM volume in dB: each sample with have this volume applied digitally * before being sent to ALSA. Volume must satisfy -43 <= dB <= 0 */ void pcm_set_mixer_volume(int vol_db_l, int vol_db_r); |