Searched refs:CARDCMD (Results 1 – 1 of 1) sorted by relevance
/third_party/alsa-utils/alsactl/ |
D | alsactl.c | 62 #define CARDCMD 0x4000 macro 110 { CARDCMD, "store", "save current driver setup for one or each soundcards" }, 112 { CARDCMD, "restore", "load current driver setup for one or each soundcards" }, 114 { CARDCMD, "nrestore", "like restore, but notify the daemon to rescan soundcards" }, 115 { CARDCMD, "init", "initialize driver to a default state" }, 116 { CARDCMD, "daemon", "store state periodically for one or each soundcards" }, 117 { CARDCMD, "rdaemon", "like daemon but do the state restore at first" }, 119 { CARDCMD, "monitor", "monitor control events" }, 120 { CARDCMD, "clean", "clean application controls" }, 146 if (sarg & (EMPCMD|CARDCMD|KILLCMD)) { in help() [all …]
|