Home
last modified time | relevance | path

Searched refs:ioid (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/audio/alsa/
A DSDL_alsa_audio.c857 char *ioid = ALSA_snd_device_name_get_hint(hints[i], "IOID"); in ALSA_HotplugThread() local
858 const SDL_bool isoutput = (ioid == NULL) || (SDL_strcmp(ioid, "Output") == 0); in ALSA_HotplugThread()
859 const SDL_bool isinput = (ioid == NULL) || (SDL_strcmp(ioid, "Input") == 0); in ALSA_HotplugThread()
863 free(ioid); in ALSA_HotplugThread()

Completed in 5 milliseconds