Lines Matching defs:data
257 static void test_pcm_time(struct pcm_data *data, enum test_class class,
299 data->card, data->device, data->subdevice,
300 snd_pcm_stream_name(data->stream),
323 sprintf(name, "hw:%d,%d,%d", data->card, data->device, data->subdevice);
324 err = snd_pcm_open(&handle, name, data->stream, 0);
357 data->card, data->device, data->subdevice,
358 snd_pcm_stream_name(data->stream),
412 if (data->stream == SND_PCM_STREAM_PLAYBACK) {
435 data->card, data->device, data->subdevice,
436 snd_pcm_stream_name(data->stream),
448 if (data->stream == SND_PCM_STREAM_PLAYBACK) {
496 data->card, data->device, data->subdevice,
497 snd_pcm_stream_name(data->stream));
506 data->card, data->device, data->subdevice,
507 snd_pcm_stream_name(data->stream));
511 data->card, data->device, data->subdevice,
512 snd_pcm_stream_name(data->stream));
550 void *card_thread(void *data)
552 struct card_data *card = data;