summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_wasapi_utils.c
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2016-01-28 00:45:38 -0800
committerKevin Mitchell <kevmitch@gmail.com>2016-01-28 00:56:03 -0800
commit4d5d25fdbbe9b559eb1600520ef33fce380030c9 (patch)
tree6836f41d35f2711f21c6bbd8f53187a07253ab34 /audio/out/ao_wasapi_utils.c
parente927ff16661e7b5bd42cba2aa3f1bd3d4ac148ff (diff)
downloadmpv-4d5d25fdbbe9b559eb1600520ef33fce380030c9.tar.bz2
mpv-4d5d25fdbbe9b559eb1600520ef33fce380030c9.tar.xz
ao_wasapi: add "wasapi" prefix to non-static find_deviceID function
Diffstat (limited to 'audio/out/ao_wasapi_utils.c')
-rw-r--r--audio/out/ao_wasapi_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/out/ao_wasapi_utils.c b/audio/out/ao_wasapi_utils.c
index 9ca72318ad..e3cf6fccae 100644
--- a/audio/out/ao_wasapi_utils.c
+++ b/audio/out/ao_wasapi_utils.c
@@ -867,7 +867,7 @@ bstr wasapi_get_specified_device_string(struct ao *ao)
return device;
}
-LPWSTR find_deviceID(struct ao *ao)
+LPWSTR wasapi_find_deviceID(struct ao *ao)
{
LPWSTR deviceID = NULL;
bstr device = wasapi_get_specified_device_string(ao);