Lines Matching defs:properties
244 (line6pcm->line6->properties->capabilities &
260 (line6pcm->line6->properties->capabilities &
484 err = snd_pcm_new(line6->card, (char *)line6->properties->name,
489 strcpy(pcm->name, line6->properties->name);
518 struct line6_pcm_properties *properties)
521 unsigned ep_read = line6->properties->ep_audio_r;
522 unsigned ep_write = line6->properties->ep_audio_w;
526 if (!(line6->properties->capabilities & LINE6_CAP_PCM))
539 line6pcm->properties = properties;