]> www.infradead.org Git - users/hch/misc.git/commitdiff
ASoC: fix "dependant"->"dependent"
authorXichao Zhao <zhao.xichao@vivo.com>
Mon, 11 Aug 2025 07:04:18 +0000 (15:04 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 12 Aug 2025 11:06:03 +0000 (12:06 +0100)
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>
sound/soc/codecs/wm8994.h
sound/soc/codecs/wm8996.c

index bc584b17bf283f340e928964a5da2626a7ae47ee..b28398aa9e48fe8c87b3be416702d2d9ed6c5729 100644 (file)
@@ -106,33 +106,33 @@ struct wm8994_priv {
        int vss_ena[3];
        int enh_eq_ena[3];
 
-       /* Platform dependant DRC configuration */
+       /* Platform dependent DRC configuration */
        const char **drc_texts;
        int drc_cfg[WM8994_NUM_DRC];
        struct soc_enum drc_enum;
 
-       /* Platform dependant ReTune mobile configuration */
+       /* Platform dependent ReTune mobile configuration */
        int num_retune_mobile_texts;
        const char **retune_mobile_texts;
        int retune_mobile_cfg[WM8994_NUM_EQ];
        struct soc_enum retune_mobile_enum;
 
-       /* Platform dependant MBC configuration */
+       /* Platform dependent MBC configuration */
        int mbc_cfg;
        const char **mbc_texts;
        struct soc_enum mbc_enum;
 
-       /* Platform dependant VSS configuration */
+       /* Platform dependent VSS configuration */
        int vss_cfg;
        const char **vss_texts;
        struct soc_enum vss_enum;
 
-       /* Platform dependant VSS HPF configuration */
+       /* Platform dependent VSS HPF configuration */
        int vss_hpf_cfg;
        const char **vss_hpf_texts;
        struct soc_enum vss_hpf_enum;
 
-       /* Platform dependant enhanced EQ configuration */
+       /* Platform dependent enhanced EQ configuration */
        int enh_eq_cfg;
        const char **enh_eq_texts;
        struct soc_enum enh_eq_enum;
index 459b39998307caec7c62367b68d0148b33e6ef30..ee20407825320f46aef9cc487d77cf3ce85002b6 100644 (file)
@@ -77,7 +77,7 @@ struct wm8996_priv {
        int rx_rate[WM8996_AIFS];
        int bclk_rate[WM8996_AIFS];
 
-       /* Platform dependant ReTune mobile configuration */
+       /* Platform dependent ReTune mobile configuration */
        int num_retune_mobile_texts;
        const char **retune_mobile_texts;
        int retune_mobile_cfg[2];