Home
last modified time | relevance | path

Searched refs:LINE6_CAP_PCM (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/sound/usb/line6/
Dpodhd.c120 | LINE6_CAP_PCM
132 | LINE6_CAP_PCM
144 | LINE6_CAP_PCM
156 | LINE6_CAP_PCM
Dtoneport.c492 .capabilities = LINE6_CAP_PCM,
501 .capabilities = LINE6_CAP_PCM,
510 .capabilities = LINE6_CAP_PCM,
519 .capabilities = LINE6_CAP_PCM,
528 .capabilities = LINE6_CAP_PCM,
537 .capabilities = LINE6_CAP_PCM,
546 .capabilities = LINE6_CAP_PCM,
Dpod.c479 | LINE6_CAP_PCM
491 | LINE6_CAP_PCM
503 | LINE6_CAP_PCM
524 | LINE6_CAP_PCM
536 | LINE6_CAP_PCM
548 | LINE6_CAP_PCM
Ddriver.h96 LINE6_CAP_PCM = 1 << 1, enumerator
Dpcm.c507 if (!(line6->properties->capabilities & LINE6_CAP_PCM)) in line6_init_pcm()