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.c402 if (pod->line6.properties->capabilities & LINE6_CAP_PCM) { in podhd_init()
456 .capabilities = LINE6_CAP_PCM
467 .capabilities = LINE6_CAP_PCM
478 .capabilities = LINE6_CAP_PCM | LINE6_CAP_CONTROL
491 | LINE6_CAP_PCM | LINE6_CAP_HWMON | LINE6_CAP_IN_NEEDS_OUT,
503 | LINE6_CAP_PCM | LINE6_CAP_HWMON | LINE6_CAP_IN_NEEDS_OUT,
515 | LINE6_CAP_PCM | LINE6_CAP_HWMON,
527 | LINE6_CAP_PCM | LINE6_CAP_HWMON,
539 | LINE6_CAP_PCM | LINE6_CAP_HWMON | LINE6_CAP_IN_NEEDS_OUT,
550 .capabilities = LINE6_CAP_PCM | LINE6_CAP_CONTROL
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()