Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
H A Dpcm_hw.c117 unsigned int chmap_caps; member
1360 static int chmap_caps(snd_pcm_hw_t *hw, int type) in chmap_caps() function
1362 if (hw->chmap_caps & (1 << type)) in chmap_caps()
1364 if (hw->chmap_caps & (1 << (type + 8))) in chmap_caps()
1371 hw->chmap_caps |= (1 << type); in chmap_caps_set_ok()
1376 hw->chmap_caps |= (1 << (type + 8)); in chmap_caps_set_error()
1387 if (!chmap_caps(hw, CHMAP_CTL_QUERY)) in snd_pcm_hw_query_chmaps()
1412 if (!chmap_caps(hw, CHMAP_CTL_GET)) in snd_pcm_hw_get_chmap()
1467 if (!chmap_caps(hw, CHMAP_CTL_SET)) in snd_pcm_hw_set_chmap()

Completed in 3 milliseconds