Home
last modified time | relevance | path

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

/Linux-v5.4/sound/usb/line6/
Dpodhd.c292 if (pod->line6.properties->capabilities & LINE6_CAP_PCM) { in podhd_init()
336 .capabilities = LINE6_CAP_PCM
347 .capabilities = LINE6_CAP_PCM
358 .capabilities = LINE6_CAP_PCM
369 .capabilities = LINE6_CAP_PCM
381 | LINE6_CAP_PCM | LINE6_CAP_HWMON | LINE6_CAP_IN_NEEDS_OUT,
393 | LINE6_CAP_PCM | LINE6_CAP_HWMON | LINE6_CAP_IN_NEEDS_OUT,
405 | LINE6_CAP_PCM | LINE6_CAP_HWMON,
417 | LINE6_CAP_PCM | LINE6_CAP_HWMON,
Dtoneport.c493 .capabilities = LINE6_CAP_PCM,
502 .capabilities = LINE6_CAP_PCM,
511 .capabilities = LINE6_CAP_PCM,
520 .capabilities = LINE6_CAP_PCM,
529 .capabilities = LINE6_CAP_PCM,
538 .capabilities = LINE6_CAP_PCM,
547 .capabilities = LINE6_CAP_PCM,
Dpod.c435 | LINE6_CAP_PCM
448 | LINE6_CAP_PCM
461 | LINE6_CAP_PCM
484 | LINE6_CAP_PCM
497 | LINE6_CAP_PCM
510 | LINE6_CAP_PCM
Ddriver.h102 LINE6_CAP_PCM = 1 << 1, enumerator
Dpcm.c535 if (!(line6->properties->capabilities & LINE6_CAP_PCM)) in line6_init_pcm()