Lines Matching defs:device
140 typedef struct device {
150 struct device *nextp;
265 perror(_("Error opening device"));
694 "audioctl show-device [ -v ] [ -d <device> ]\n" \
695 " display information about an audio device\n" \
697 "audioctl show-control [ -v ] [ -d <device> ] [ <control> ... ]\n" \
700 "audioctl set-control [ -v ] [ -d <device> ] <control> <value>\n" \
703 "audioctl save-controls [ -d <device> ] [ -f ] <file>\n" \
704 " save all control settings for the device to a file\n" \
706 "audioctl load-controls [ -d <device> ] <file>\n" \
707 " restore previously saved control settings to device\n" \
722 /* Not a device node! */
765 warn(_("No such audio device.\n"));
782 warn(_("No such audio device.\n"));
1191 msg(_("Unable to open device %s: %s\n"),
1289 } else if (strcmp(argv[0], "show-device") == 0) {