Home
last modified time | relevance | path

Searched refs:ctldev (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-utils/alsaloop/
Dalsaloop.c76 const char *ctldev, in create_loopback_handle() argument
92 if (ctldev) { in create_loopback_handle()
93 handle->ctldev = strdup(ctldev); in create_loopback_handle()
94 if (handle->ctldev == NULL) { in create_loopback_handle()
100 handle->ctldev = NULL; in create_loopback_handle()
Dalsaloop.h87 char *ctldev; member
Dpcmjob.c1311 if (card >= 0 || lhandle->ctldev) { in openit()
1312 char name[16], *dev = lhandle->ctldev; in openit()
2065 OUT(" device = '%s', ctldev '%s'\n", lhandle->device, lhandle->ctldev); in show_handle()