Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
H A Dalsa_soundcard.c37 static struct AlsaAdapterList g_alsaAdapterList[SND_CARD_MAX]; variable
110 num += g_alsaAdapterList[type].num; in CfgGetAdapterCount()
123 for (int32_t i = 0; i < g_alsaAdapterList[type].num; ++i) { in CfgGetAdapterCardType()
124 info = &g_alsaAdapterList[type].list[i]; in CfgGetAdapterCardType()
143 info = &g_alsaAdapterList[type].list[i]; in CfgGetAdapterInfo()
172 int32_t idx = g_alsaAdapterList[cardType].num; in CfgDumpAdapterInfo()
179 g_alsaAdapterList[cardType].num++; in CfgDumpAdapterInfo()
182 g_alsaAdapterList[cardType].list[idx].cardId, in CfgDumpAdapterInfo()
183 g_alsaAdapterList[cardType].list[idx].adapterName, in CfgDumpAdapterInfo()
184 g_alsaAdapterList[cardType].list[idx].cardName); in CfgDumpAdapterInfo()
[all …]