Searched refs:pcm_config (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/alsa/ |
| H A D | pcm-test.c | 42 snd_config_t *pcm_config; member 125 snd_config_t *pcm_config, *node1, *node2; in missing_devices() local 129 pcm_config = conf_get_subtree(card_config, "pcm", NULL); in missing_devices() 130 if (!pcm_config) in missing_devices() 132 snd_config_for_each(i1, next1, pcm_config) { in missing_devices() 161 snd_config_t *config, *card_config, *pcm_config; in find_pcms() local 229 pcm_config = conf_get_subtree(card_config, key, NULL); in find_pcms() 263 pcm_data->pcm_config = conf_get_subtree(card_config, key, NULL); in find_pcms() 590 run_time_tests(pcm, TEST_CLASS_SYSTEM, pcm->pcm_config); in card_thread() 625 cfg = pcm->pcm_config; in main()
|