X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/cc06fc7e0dd17fa6d6aa34f3b59d786bb83ad7b8..fde67de26e36cf02d5632d934623bbc054a3c1d9:/lib/coreaudio.c diff --git a/lib/coreaudio.c b/lib/coreaudio.c index f6a8162..8540faa 100644 --- a/lib/coreaudio.c +++ b/lib/coreaudio.c @@ -16,7 +16,7 @@ * along with this program. If not, see . */ /** @file lib/coreaudio.c - * @brief Support for @ref BACKEND_COREAUDIO + * @brief Support for Apple Core Audio */ #include "common.h" @@ -65,9 +65,9 @@ static AudioDeviceID coreaudio_use_default(void) { /** @brief Find a device by some string * @param selector Selector for property to look for - * @param description Property description * @param devs List of device IDs * @param ndevs Number of device IDs in @p devs + * @param dev Desired device name * @param resultp Where to put device ID * @return 1 if found, 0 if not found */