From a3be14683a33211e3e07094246bb3342fc789763 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 2 Feb 2015 23:01:11 +0100 Subject: command: add property returning detected audio device This can be useful to adjust some other audio related properties at runtime depending on the audio device being used. --- audio/out/internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'audio/out/internal.h') diff --git a/audio/out/internal.h b/audio/out/internal.h index 4d18adef78..9414208923 100644 --- a/audio/out/internal.h +++ b/audio/out/internal.h @@ -50,6 +50,9 @@ struct ao { // default device should be used, this is set to NULL. char *device; + // Device actually chosen by the AO + char *detected_device; + // Application name to report to the audio API. char *client_name; -- cgit v1.2.3