Searched refs:snd_pcm_stream_name (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/alsa/ |
H A D | pcm-test.c | 228 sprintf(key, "pcm.%d.%s", dev, snd_pcm_stream_name(stream)); in find_pcms() 231 ksft_print_msg("skipping pcm %d.%d.%s\n", card, dev, snd_pcm_stream_name(stream)); in find_pcms() 249 sprintf(key, "pcm.%d.%d.%s", dev, subdev, snd_pcm_stream_name(stream)); in find_pcms() 252 subdev, snd_pcm_stream_name(stream)); in find_pcms() 327 snd_pcm_stream_name(data->stream), in test_pcm_time() 385 snd_pcm_stream_name(data->stream), in test_pcm_time() 463 snd_pcm_stream_name(data->stream), in test_pcm_time() 525 snd_pcm_stream_name(data->stream)); in test_pcm_time() 536 snd_pcm_stream_name(data->stream)); in test_pcm_time() 542 snd_pcm_stream_name(data->stream)); in test_pcm_time() [all …]
|
/linux/sound/core/ |
H A D | pcm.c | 271 static const char *snd_pcm_stream_name(int stream) in snd_pcm_stream_name() function 349 snd_iprintf(buffer, "stream: %s\n", snd_pcm_stream_name(info->stream)); in snd_pcm_proc_info_read()
|