- run
udevadm monitor
- Plugin the device (it's ok to unplug it first).
- Look for the add events. They'll contain the path of the device when it's plugged in.
Set the usb_audio_device
variable to the value of the sound card device path found. You may need to set the value of the usb_audio_id
variable, too, but its default is likely correct.
udevadm info -p SYS_DEVICE_PATH --attribute-walk
will give you a lot of information about the device that can be used to construct udev match rules.