Home
last modified time | relevance | path

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

/Linux-v4.19/sound/usb/line6/
Dpodhd.c350 if (pod->line6.properties->capabilities & LINE6_CAP_PCM) { in podhd_init()
393 .capabilities = LINE6_CAP_PCM
404 .capabilities = LINE6_CAP_PCM
415 .capabilities = LINE6_CAP_PCM
426 .capabilities = LINE6_CAP_PCM
438 | LINE6_CAP_PCM | LINE6_CAP_HWMON | LINE6_CAP_IN_NEEDS_OUT,
450 | LINE6_CAP_PCM | LINE6_CAP_HWMON | LINE6_CAP_IN_NEEDS_OUT,
462 | LINE6_CAP_PCM | LINE6_CAP_HWMON,
474 | LINE6_CAP_PCM | LINE6_CAP_HWMON,
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.c478 | LINE6_CAP_PCM
491 | LINE6_CAP_PCM
504 | LINE6_CAP_PCM
527 | LINE6_CAP_PCM
540 | LINE6_CAP_PCM
553 | LINE6_CAP_PCM
Ddriver.h113 LINE6_CAP_PCM = 1 << 1, enumerator
Dpcm.c539 if (!(line6->properties->capabilities & LINE6_CAP_PCM)) in line6_init_pcm()