ALSA: Add a helper to initialize device
[firefly-linux-kernel-4.4.55.git] / include / sound / core.h
index 39d14234961d954df32bf347220d7ffd55975e02..de7a878217d7e9c2d3806478334293827b8398e0 100644 (file)
@@ -207,6 +207,8 @@ extern struct class *sound_class;
 
 void snd_request_card(int card);
 
+void snd_device_initialize(struct device *dev, struct snd_card *card);
+
 int snd_register_device_for_dev(int type, struct snd_card *card, int dev,
                                const struct file_operations *f_ops,
                                void *private_data, struct device *device,