From ab3a64ee4c485bf45bcf187c7c562c308ad2d990 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 1 Apr 2015 01:10:23 +0200 Subject: ao_coreaudio: do not signal per-app volume CoreAudio doesn't seem to have this concept. The volume is reset the next time audio is opened. --- audio/out/ao_coreaudio.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'audio/out') diff --git a/audio/out/ao_coreaudio.c b/audio/out/ao_coreaudio.c index 8c8970bc26..5e923ac084 100644 --- a/audio/out/ao_coreaudio.c +++ b/audio/out/ao_coreaudio.c @@ -118,8 +118,6 @@ static int control(struct ao *ao, enum aocontrol cmd, void *arg) return set_volume(ao, arg); case AOCONTROL_HAS_SOFT_VOLUME: return CONTROL_TRUE; - case AOCONTROL_HAS_PER_APP_VOLUME: - return CONTROL_TRUE; } return CONTROL_UNKNOWN; } -- cgit v1.2.3