ASoC: Intel: sof_sdw: remove .init callbacks
[linux-2.6-microblaze.git] / sound / soc / intel / boards / sof_sdw_rt700.c
index 781d41e..88e785a 100644 (file)
@@ -119,20 +119,4 @@ int rt700_rtd_init(struct snd_soc_pcm_runtime *rtd)
 
        return ret;
 }
-
-int sof_sdw_rt700_init(struct snd_soc_card *card,
-                      const struct snd_soc_acpi_link_adr *link,
-                      struct snd_soc_dai_link *dai_links,
-                      struct sof_sdw_codec_info *info,
-                      bool playback)
-{
-       /*
-        * headset should be initialized once.
-        * Do it with dai link for playback.
-        */
-       if (!playback)
-               return 0;
-
-       return 0;
-}
 MODULE_IMPORT_NS(SND_SOC_INTEL_SOF_BOARD_HELPERS);