Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
H A Dalsa_snd_render.c455 snd_pcm_chmap_query_t **hwChmap = snd_pcm_query_chmaps(pcm); in QueryChmaps() local
456 if (hwChmap == NULL) { in QueryChmaps()
461 for (pChmap = hwChmap; (chmap = *pChmap) != NULL; pChmap++) { in QueryChmaps()
470 snd_pcm_free_chmaps(hwChmap); in QueryChmaps()