Searched refs:LINE6_CAP_PCM (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/sound/usb/line6/ |
D | podhd.c | 350 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,
|
D | toneport.c | 492 .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,
|
D | pod.c | 478 | LINE6_CAP_PCM 491 | LINE6_CAP_PCM 504 | LINE6_CAP_PCM 527 | LINE6_CAP_PCM 540 | LINE6_CAP_PCM 553 | LINE6_CAP_PCM
|
D | driver.h | 113 LINE6_CAP_PCM = 1 << 1, enumerator
|
D | pcm.c | 539 if (!(line6->properties->capabilities & LINE6_CAP_PCM)) in line6_init_pcm()
|