Home
last modified time | relevance | path

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

/third_party/alsa-utils/alsactl/
Dalsactl.c34 #ifndef SYS_ASOUND_DIR
35 #define SYS_ASOUND_DIR "/var/lib/alsa" macro
38 #define SYS_ASOUNDRC SYS_ASOUND_DIR "/asound.state"
79 { FILEARG | 'a', "config-dir", "boot / hotplug configuration directory (default " SYS_ASOUND_DIR ")…
237 char *cfgdir = SYS_ASOUND_DIR; in main()