Searched refs:snd_pcm_stream_name (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/tools/testing/selftests/alsa/ |
D | pcm-test.c | 206 sprintf(key, "pcm.%d.%s", dev, snd_pcm_stream_name(stream)); in find_pcms() 209 ksft_print_msg("skipping pcm %d.%d.%s\n", card, dev, snd_pcm_stream_name(stream)); in find_pcms() 223 sprintf(key, "pcm.%d.%d.%s", dev, subdev, snd_pcm_stream_name(stream)); in find_pcms() 226 subdev, snd_pcm_stream_name(stream)); in find_pcms() 300 snd_pcm_stream_name(data->stream), in test_pcm_time() 358 snd_pcm_stream_name(data->stream), in test_pcm_time() 436 snd_pcm_stream_name(data->stream), in test_pcm_time() 497 snd_pcm_stream_name(data->stream)); in test_pcm_time() 507 snd_pcm_stream_name(data->stream)); in test_pcm_time() 512 snd_pcm_stream_name(data->stream)); in test_pcm_time() [all …]
|
/linux-6.6.21/sound/core/ |
D | pcm.c | 276 static const char *snd_pcm_stream_name(int stream) in snd_pcm_stream_name() function 355 snd_iprintf(buffer, "stream: %s\n", snd_pcm_stream_name(info->stream)); in snd_pcm_proc_info_read()
|