mirror of
https://github.com/openharmony/third_party_alsa-utils.git
synced 2026-07-01 09:15:56 -04:00
cfd50591d3
Signed-off-by: w30051647 <wangyikai14@h-partners.com>
13 lines
277 B
Plaintext
13 lines
277 B
Plaintext
#
|
|
# ALSA card initialization handler for cards in waiting state
|
|
# This service is triggered by udev when ALSA_CARD_STATE=waiting
|
|
#
|
|
|
|
[Unit]
|
|
Description=ALSA Card Initialization for card %I
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=no
|
|
ExecStart=@sbindir@/alsactl@args@ wrestore %i
|