dm: exynos: sound: Convert to use driver model
[oweals/u-boot.git] / drivers / sound / samsung_sound.c
index 23b467c1de0cc67bff7063cab7df8f6af1e90573..1d711c8732201a94254a77917f89cf50f2ebd96c 100644 (file)
@@ -89,6 +89,9 @@ static const struct sound_ops samsung_sound_ops = {
 
 static const struct udevice_id samsung_sound_ids[] = {
        { .compatible = "google,snow-audio-max98095" },
+       { .compatible = "google,spring-audio-max98095" },
+       { .compatible = "samsung,smdk5420-audio-wm8994" },
+       { .compatible = "google,peach-audio-max98090" },
        { }
 };