Lines Matching defs:properties
241 (line6pcm->line6->properties->capabilities &
257 (line6pcm->line6->properties->capabilities &
482 err = snd_pcm_new(line6->card, (char *)line6->properties->name,
487 strscpy(pcm->name, line6->properties->name);
516 struct line6_pcm_properties *properties)
519 unsigned ep_read = line6->properties->ep_audio_r;
520 unsigned ep_write = line6->properties->ep_audio_w;
524 if (!(line6->properties->capabilities & LINE6_CAP_PCM))
537 line6pcm->properties = properties;