Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
H A Dalsa_soundcard.c39 struct AlsaDevInfo { struct
47 struct AlsaDevInfo alsaDevIns[MAX_CARD_NUM]; argument
296 static struct AlsaDevInfo *DevGetInfoByAdapter(struct AlsaAdapterCfgInfo infos[], int32_t size) in DevGetInfoByAdapter()
298 struct AlsaDevInfo *info = NULL; in DevGetInfoByAdapter()
311 static struct AlsaDevInfo *DevGetInfoByPcmInfoId(const char * name) in DevGetInfoByPcmInfoId()
313 struct AlsaDevInfo *info = NULL; in DevGetInfoByPcmInfoId()
351 struct AlsaDevInfo *devInfo = &g_alsaCardsDevList.alsaDevIns[g_alsaCardsDevList.num]; in DevSaveCardPcmInfo()
447 struct AlsaDevInfo *devInfo = DevGetInfoByPcmInfoId(USB); in SndSaveCardListInfo()
463 struct AlsaDevInfo *devInfo = NULL; in SndMatchSelAdapter()