diff options
author | Cezary Rojewski <cezary.rojewski@intel.com> | 2022-06-20 12:13:50 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-06-23 14:07:33 +0200 |
commit | 2c53debbbf04eb40854fa33813514828fa455783 (patch) | |
tree | 5322d29c458f5db3dfb8bd08ddfc2a6f965761c4 /sound/soc/intel/boards/Kconfig | |
parent | ASoC: Intel: hsw_rt5640: Update code indentation (diff) | |
download | linux-2c53debbbf04eb40854fa33813514828fa455783.tar.xz linux-2c53debbbf04eb40854fa33813514828fa455783.zip |
ASoC: Intel: hsw_rt5640: Update file comments
Drop redundant and update valuable comments within the file to increase
readability. This patch also revisits module information and kconfig
help strings.
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Reviewed-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Tested-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20220620101402.2684366-6-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/boards/Kconfig')
-rw-r--r-- | sound/soc/intel/boards/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/boards/Kconfig b/sound/soc/intel/boards/Kconfig index 4b4c1e1e4808..817b4c04bf6a 100644 --- a/sound/soc/intel/boards/Kconfig +++ b/sound/soc/intel/boards/Kconfig @@ -41,7 +41,7 @@ config SND_SOC_INTEL_SOF_CIRRUS_COMMON if SND_SOC_INTEL_CATPT config SND_SOC_INTEL_HASWELL_MACH - tristate "Haswell Lynxpoint" + tristate "Haswell with RT5640 I2S codec" depends on I2C depends on I2C_DESIGNWARE_PLATFORM || COMPILE_TEST depends on X86_INTEL_LPSS || COMPILE_TEST |