ASoC: wm_adsp: Add codec_probe and codec_remove stubs
[firefly-linux-kernel-4.4.55.git] / sound / soc / codecs / wm_adsp.c
index b62ffd0c133ea1f02868f774d12f9ecc70a64357..9fad2fdf12643bd0779338ed364ce342e3b0a3bb 100644 (file)
@@ -1933,6 +1933,18 @@ err:
 }
 EXPORT_SYMBOL_GPL(wm_adsp2_event);
 
+int wm_adsp2_codec_probe(struct wm_adsp *dsp, struct snd_soc_codec *codec)
+{
+       return 0;
+}
+EXPORT_SYMBOL_GPL(wm_adsp2_codec_probe);
+
+int wm_adsp2_codec_remove(struct wm_adsp *dsp, struct snd_soc_codec *codec)
+{
+       return 0;
+}
+EXPORT_SYMBOL_GPL(wm_adsp2_codec_remove);
+
 int wm_adsp2_init(struct wm_adsp *dsp)
 {
        int ret;