Home
last modified time | relevance | path

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

/linux/sound/usb/line6/
H A Dpodhd.c401 if (pod->line6.properties->capabilities & LINE6_CAP_PCM) { in podhd_init()
454 .capabilities = LINE6_CAP_PCM
465 .capabilities = LINE6_CAP_PCM
476 .capabilities = LINE6_CAP_PCM | LINE6_CAP_CONTROL
489 | LINE6_CAP_PCM | LINE6_CAP_HWMON | LINE6_CAP_IN_NEEDS_OUT,
501 | LINE6_CAP_PCM | LINE6_CAP_HWMON | LINE6_CAP_IN_NEEDS_OUT,
513 | LINE6_CAP_PCM | LINE6_CAP_HWMON,
525 | LINE6_CAP_PCM | LINE6_CAP_HWMON,
537 | LINE6_CAP_PCM | LINE6_CAP_HWMON | LINE6_CAP_IN_NEEDS_OUT,
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.c524 if (!(line6->properties->capabilities & LINE6_CAP_PCM)) in line6_init_pcm()