summaryrefslogtreecommitdiff
path: root/lib/rbcodec/dsp/pga.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/dsp/pga.h')
-rw-r--r--lib/rbcodec/dsp/pga.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/rbcodec/dsp/pga.h b/lib/rbcodec/dsp/pga.h
index f0c4c4717f..c05265873b 100644
--- a/lib/rbcodec/dsp/pga.h
+++ b/lib/rbcodec/dsp/pga.h
@@ -28,9 +28,6 @@ enum pga_gain_ids
28{ 28{
29 PGA_EQ_PRECUT = 0, 29 PGA_EQ_PRECUT = 0,
30 PGA_REPLAYGAIN, 30 PGA_REPLAYGAIN,
31#ifdef HAVE_SW_VOLUME_CONTROL
32 PGA_VOLUME,
33#endif
34 PGA_NUM_GAINS, 31 PGA_NUM_GAINS,
35}; 32};
36 33