aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pcm_volume.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcm_volume.h b/src/pcm_volume.h
index 7b5323ed7..44ced88af 100644
--- a/src/pcm_volume.h
+++ b/src/pcm_volume.h
@@ -25,7 +25,7 @@
enum {
/** this value means "100% volume" */
- PCM_VOLUME_1 = 1000,
+ PCM_VOLUME_1 = 1024,
};
struct audio_format;