ASoC: mediatek: mt8186: fix AUD_PAD_TOP register and offset
[platform/kernel/linux-rpi.git] / sound / ac97_bus.c
index b4685c5..c7aee8c 100644 (file)
@@ -75,19 +75,8 @@ int snd_ac97_reset(struct snd_ac97 *ac97, bool try_warm, unsigned int id,
 }
 EXPORT_SYMBOL_GPL(snd_ac97_reset);
 
-/*
- * Let drivers decide whether they want to support given codec from their
- * probe method. Drivers have direct access to the struct snd_ac97
- * structure and may  decide based on the id field amongst other things.
- */
-static int ac97_bus_match(struct device *dev, struct device_driver *drv)
-{
-       return 1;
-}
-
 struct bus_type ac97_bus_type = {
        .name           = "ac97",
-       .match          = ac97_bus_match,
 };
 
 static int __init ac97_bus_init(void)