Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
H A Dalsa_soundcard.c49 static struct AlsaCardsList g_alsaCardsDevList; variable
299 int num = g_alsaCardsDevList.num; in DevGetInfoByAdapter()
301 info = &g_alsaCardsDevList.alsaDevIns[i]; in DevGetInfoByAdapter()
314 int num = g_alsaCardsDevList.num; in DevGetInfoByPcmInfoId()
316 info = &g_alsaCardsDevList.alsaDevIns[i]; in DevGetInfoByPcmInfoId()
351 struct AlsaDevInfo *devInfo = &g_alsaCardsDevList.alsaDevIns[g_alsaCardsDevList.num]; in DevSaveCardPcmInfo()
365 g_alsaCardsDevList.num++; in DevSaveCardPcmInfo()
429 (void)memset_s(&g_alsaCardsDevList, sizeof(struct AlsaCardsList), in SndSaveCardListInfo()