]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ASoC: rt5677: Fix typo in the header file
authorYauhen Kharuzhy <jekhor@gmail.com>
Wed, 11 Feb 2026 00:18:35 +0000 (02:18 +0200)
committerMark Brown <broonie@kernel.org>
Sun, 22 Feb 2026 23:52:09 +0000 (23:52 +0000)
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>
sound/soc/codecs/rt5677.h

index d67ebae067d9d09aea369b47364762dcf12e5279..876f7674015c2c0a5421feb25a8c80313b18310a 100644 (file)
 #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)