1# Copyright 2020 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5SUBSYSTEM!="sound", GOTO="sci_end" 6ACTION!="change", GOTO="sci_end" 7KERNEL!="card*", GOTO="sci_end" 8 9GOTO="sci_action" 10 11LABEL="sci_action" 12RUN+="/sbin/initctl start sound_card_init SOUND_CARD_ID=$attr{id}" 13LABEL="sci_end" 14