diff options
| author | Yauhen Kharuzhy <jekhor@gmail.com> | 2026-02-11 03:18:35 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-02-23 02:52:09 +0300 |
| commit | 687f2679e8bf65bca247ca7f4013130d609e1e56 (patch) | |
| tree | 5cd8e5b6eca956b22029b59f726f6a3b2a264972 | |
| parent | 9f56f0bd2e49876ceeaf9036887fe9b50dfa6b6b (diff) | |
| download | linux-687f2679e8bf65bca247ca7f4013130d609e1e56.tar.xz | |
ASoC: rt5677: Fix typo in the header file
Fix a typo in the DAC1 Digital Volume register description comment
(it was mistakenly named as DAC3).
Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
Link: https://patch.msgid.link/20260211002255.4090440-4-jekhor@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | sound/soc/codecs/rt5677.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5677.h b/sound/soc/codecs/rt5677.h index d67ebae067d9..876f7674015c 100644 --- a/sound/soc/codecs/rt5677.h +++ b/sound/soc/codecs/rt5677.h @@ -421,7 +421,7 @@ #define RT5677_DAC3_R_VOL_MASK (0xff) #define RT5677_DAC3_R_VOL_SFT 0 -/* DAC3 Digital Volume (0x19) */ +/* DAC1 Digital Volume (0x19) */ #define RT5677_DAC1_L_VOL_MASK (0xff << 8) #define RT5677_DAC1_L_VOL_SFT 8 #define RT5677_DAC1_R_VOL_MASK (0xff) |
