ALSA: Drop unused name argument in snd_register_oss_device()
[firefly-linux-kernel-4.4.55.git] / include / sound / core.h
index 2a14f1f02d4f6766e236b288f6173ee7391e78a2..d0cee2c8c04f8da4abe8d9025b243a5576a72022 100644 (file)
@@ -249,8 +249,7 @@ int snd_add_device_sysfs_file(int type, struct snd_card *card, int dev,
 
 #ifdef CONFIG_SND_OSSEMUL
 int snd_register_oss_device(int type, struct snd_card *card, int dev,
-                           const struct file_operations *f_ops, void *private_data,
-                           const char *name);
+                           const struct file_operations *f_ops, void *private_data);
 int snd_unregister_oss_device(int type, struct snd_card *card, int dev);
 void *snd_lookup_oss_minor_data(unsigned int minor, int type);
 #endif