summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_oss.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/out/ao_oss.c')
-rw-r--r--audio/out/ao_oss.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/out/ao_oss.c b/audio/out/ao_oss.c
index 6a6253b933..fbc535e413 100644
--- a/audio/out/ao_oss.c
+++ b/audio/out/ao_oss.c
@@ -204,10 +204,6 @@ static int control(struct ao *ao, enum aocontrol cmd, void *arg)
}
return CONTROL_ERROR;
}
-#ifdef SNDCTL_DSP_GETPLAYVOL
- case AOCONTROL_HAS_SOFT_VOLUME:
- return CONTROL_TRUE;
-#endif
}
return CONTROL_UNKNOWN;
}