Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: Intel: tag byt-rt5640 machine driver as deprecated

All the functionality was merged in DPCM-based driver,
keep older driver to avoid breaking userspace but
tag it as unsupported/deprecated

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Pierre-Louis Bossart and committed by
Mark Brown
595788e4 9fd57471

+6 -5
+6 -5
sound/soc/intel/Kconfig
··· 57 57 config SND_SOC_INTEL_BYT_RT5640_MACH 58 58 tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec" 59 59 depends on X86_INTEL_LPSS && I2C 60 - depends on DW_DMAC_CORE=y 60 + depends on DW_DMAC_CORE=y && (SND_SOC_INTEL_BYTCR_RT5640_MACH = n) 61 61 select SND_SOC_INTEL_SST 62 62 select SND_SOC_INTEL_BAYTRAIL 63 63 select SND_SOC_RT5640 64 64 help 65 65 This adds audio driver for Intel Baytrail platform based boards 66 - with the RT5640 audio codec. 66 + with the RT5640 audio codec. This driver is deprecated, use 67 + SND_SOC_INTEL_BYTCR_RT5640_MACH instead for better functionality 67 68 68 69 config SND_SOC_INTEL_BYT_MAX98090_MACH 69 70 tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec" ··· 92 91 If unsure select "N". 93 92 94 93 config SND_SOC_INTEL_BYTCR_RT5640_MACH 95 - tristate "ASoC Audio DSP Support for MID BYT Platform" 94 + tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5640 codec" 96 95 depends on X86 && I2C 97 96 select SND_SOC_RT5640 98 97 select SND_SST_MFLD_PLATFORM 99 98 select SND_SST_IPC_ACPI 100 99 help 101 - This adds support for ASoC machine driver for Intel(R) MID Baytrail platform 102 - used as alsa device in audio substem in Intel(R) MID devices 100 + This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR 101 + platforms with RT5640 audio codec. 103 102 Say Y if you have such a device 104 103 If unsure select "N". 105 104