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.
This commit is contained in:
wm4 2015-04-01 01:10:23 +02:00
parent 62030e1090
commit ab3a64ee4c
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}