1c72fcc34Sopenharmony_ci# 2c72fcc34Sopenharmony_ci# Note that two different ALSA card state management schemes exist and they 3c72fcc34Sopenharmony_ci# can be switched using a file exist check - /etc/alsa/state-daemon.conf . 4c72fcc34Sopenharmony_ci# 5c72fcc34Sopenharmony_ci 6c72fcc34Sopenharmony_ci[Unit] 7c72fcc34Sopenharmony_ciDescription=Manage Sound Card State (restore and store) 8c72fcc34Sopenharmony_ciConditionPathExists=@daemonswitch@ 9c72fcc34Sopenharmony_ci 10c72fcc34Sopenharmony_ci[Service] 11c72fcc34Sopenharmony_ciType=simple 12c72fcc34Sopenharmony_ciExecStart=-@sbindir@/alsactl -s -n 19 -c rdaemon 13c72fcc34Sopenharmony_ciExecStop=-@sbindir@/alsactl -s kill save_and_quit 14