On Wed, 2018-01-10 at 15:59 +0530, Vinod Koul wrote:
Medfield machine was not compiling for long on mainline. Since no one complained, lets remove the dead code and associated codec.
While this change seems okay per se, please keep in mind that Intel Merrifield would be still in use (yes, we have no confirmation right now about the status of the driver in vanilla kernel, I hope in the future with SOF it could be much easier to get into working solution on Intel Edison platform).
Vinod Koul (2): ASoC: Intel: remove mfld_machine ASoC: sn95031: remove this code
sound/soc/codecs/Kconfig | 4 - sound/soc/codecs/Makefile | 1 - sound/soc/codecs/sn95031.c | 936 -----------------------
sound/soc/codecs/sn95031.h | 133 ----- sound/soc/intel/boards/Kconfig | 14 - sound/soc/intel/boards/mfld_machine.c | 430 ---------------- 6 files changed, 1518 deletions(-) delete mode 100644 sound/soc/codecs/sn95031.c delete mode 100644 sound/soc/codecs/sn95031.h delete mode 100644 sound/soc/intel/boards/mfld_machine.c