snd_ctl_request_layer
int snd_ctl_request_layer(const char *module_name);
static inline int snd_ctl_led_request(void) { return snd_ctl_request_layer(SND_CTL_LAYER_MODULE_LED); }
EXPORT_SYMBOL_GPL(snd_ctl_request_layer);