Lines Matching refs:pcm
524 void run_time_tests(struct pcm_data *pcm, enum test_class class, in run_time_tests() argument
544 test_pcm_time(pcm, class, test_name, pcm_cfg); in run_time_tests()
553 struct pcm_data *pcm; in card_thread() local
555 for (pcm = pcm_list; pcm != NULL; pcm = pcm->next) { in card_thread()
556 if (pcm->card != card->card) in card_thread()
559 run_time_tests(pcm, TEST_CLASS_DEFAULT, default_pcm_config); in card_thread()
560 run_time_tests(pcm, TEST_CLASS_SYSTEM, pcm->pcm_config); in card_thread()
569 struct pcm_data *pcm; in main() local
588 for (pcm = pcm_list; pcm != NULL; pcm = pcm->next) { in main()
590 cfg = pcm->pcm_config; in main()
601 for (pcm = pcm_missing; pcm != NULL; pcm = pcm->next) { in main()
603 pcm->card, pcm->device, pcm->subdevice, in main()
604 snd_pcm_stream_name(pcm->stream)); in main()