Home
last modified time | relevance | path

Searched refs:sndList (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/audio/test/audio_utils/audio_mixer/
H A Daudio_mixer.c1186 static void ShowAllAdapters(struct SndCardsList *sndList) in ShowAllAdapters() argument
1193 if (sndList->cardNums == 0 || sndList->cardsList == NULL) { in ShowAllAdapters()
1198 cnums = sndList->cardNums; in ShowAllAdapters()
1199 clist = sndList->cardsList; in ShowAllAdapters()
1216 if (sndList->cardsList != NULL) { in ShowAllAdapters()
1217 free(sndList->cardsList); in ShowAllAdapters()
1218 sndList->cardsList = NULL; in ShowAllAdapters()

Completed in 3 milliseconds