Searched refs:actl (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ntp-92/util/
H A Daudio-pcm.c94 char *actl = ac_dev; local
110 ctl_fd = open(actl, O_RDWR);
112 fprintf(stderr, "invalid control device <%s>\n", actl);
118 printf("control: <%s> %d\n", actl, ctl_fd);
/macosx-10.10.1/ntp-92/libntp/
H A Daudio.c227 char *actl = local
238 audio_config_read(unit, &actl, &dname);
241 actl = cf_c_dev;
258 ctl_fd = open(actl, O_RDWR);
261 actl);

Completed in 116 milliseconds