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

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: fix "dependant"->"dependent"

Trivial fix to spelling mistake in comment text.

Signed-off-by: Xichao Zhao <zhao.xichao@vivo.com>
Link: https://patch.msgid.link/20250811070418.352104-1-zhao.xichao@vivo.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Xichao Zhao and committed by
Mark Brown
bdf0f2c8 3059067f

+7 -7
+6 -6
sound/soc/codecs/wm8994.h
··· 106 106 int vss_ena[3]; 107 107 int enh_eq_ena[3]; 108 108 109 - /* Platform dependant DRC configuration */ 109 + /* Platform dependent DRC configuration */ 110 110 const char **drc_texts; 111 111 int drc_cfg[WM8994_NUM_DRC]; 112 112 struct soc_enum drc_enum; 113 113 114 - /* Platform dependant ReTune mobile configuration */ 114 + /* Platform dependent ReTune mobile configuration */ 115 115 int num_retune_mobile_texts; 116 116 const char **retune_mobile_texts; 117 117 int retune_mobile_cfg[WM8994_NUM_EQ]; 118 118 struct soc_enum retune_mobile_enum; 119 119 120 - /* Platform dependant MBC configuration */ 120 + /* Platform dependent MBC configuration */ 121 121 int mbc_cfg; 122 122 const char **mbc_texts; 123 123 struct soc_enum mbc_enum; 124 124 125 - /* Platform dependant VSS configuration */ 125 + /* Platform dependent VSS configuration */ 126 126 int vss_cfg; 127 127 const char **vss_texts; 128 128 struct soc_enum vss_enum; 129 129 130 - /* Platform dependant VSS HPF configuration */ 130 + /* Platform dependent VSS HPF configuration */ 131 131 int vss_hpf_cfg; 132 132 const char **vss_hpf_texts; 133 133 struct soc_enum vss_hpf_enum; 134 134 135 - /* Platform dependant enhanced EQ configuration */ 135 + /* Platform dependent enhanced EQ configuration */ 136 136 int enh_eq_cfg; 137 137 const char **enh_eq_texts; 138 138 struct soc_enum enh_eq_enum;
+1 -1
sound/soc/codecs/wm8996.c
··· 77 77 int rx_rate[WM8996_AIFS]; 78 78 int bclk_rate[WM8996_AIFS]; 79 79 80 - /* Platform dependant ReTune mobile configuration */ 80 + /* Platform dependent ReTune mobile configuration */ 81 81 int num_retune_mobile_texts; 82 82 const char **retune_mobile_texts; 83 83 int retune_mobile_cfg[2];