Home
last modified time | relevance | path

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

/linux/sound/usb/line6/
H A Dtoneport.c494 .capabilities = LINE6_CAP_PCM,
503 .capabilities = LINE6_CAP_PCM,
512 .capabilities = LINE6_CAP_PCM,
521 .capabilities = LINE6_CAP_PCM,
530 .capabilities = LINE6_CAP_PCM,
539 .capabilities = LINE6_CAP_PCM,
548 .capabilities = LINE6_CAP_PCM,
H A Dpod.c431 | LINE6_CAP_PCM
444 | LINE6_CAP_PCM
457 | LINE6_CAP_PCM
480 | LINE6_CAP_PCM
493 | LINE6_CAP_PCM
506 | LINE6_CAP_PCM
H A Ddriver.h102 LINE6_CAP_PCM = 1 << 1, enumerator
H A Dpcm.c526 if (!(line6->properties->capabilities & LINE6_CAP_PCM)) in line6_init_pcm()