diff options
| author | Hemanth Selam <hemanth.selam@gmail.com> | 2026-09-15 14:14:15 +0530 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2026-09-15 12:07:42 +0200 |
| commit | 1e1eeab47c3223676a61fa49869d45636f68fff3 (patch) | |
| tree | a37a8f929eed3a07d7c19caaa7ec39fa87b5033a | |
| parent | f1e7c286f48111dd21149cbf8d4979528c2e7e7d (diff) | |
| download | linux-next-1e1eeab47c3223676a61fa49869d45636f68fff3.tar.gz linux-next-1e1eeab47c3223676a61fa49869d45636f68fff3.zip | |
ALSA: cs4281: fix typos in comments
Correct spelling mistakes in comments. No functional change.
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20260915084424.1007757-15-hemanth.selam@gmail.com
| -rw-r--r-- | sound/pci/cs4281.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/cs4281.c b/sound/pci/cs4281.c index f51f4bb63766..27ceda6278c5 100644 --- a/sound/pci/cs4281.c +++ b/sound/pci/cs4281.c @@ -324,7 +324,7 @@ MODULE_PARM_DESC(dual_codec, "Secondary Codec ID (0 = disabled)."); #define BA0_SSCR_XLPSRC (1<<8) /* External SRC Loopback Mode */ #define BA0_SSCR_LPSRC (1<<7) /* SRC Loopback Mode */ #define BA0_SSCR_CDTX (1<<5) /* CD Transfer Data */ -#define BA0_SSCR_HVC (1<<3) /* Harware Volume Control Enable */ +#define BA0_SSCR_HVC (1<<3) /* Hardware Volume Control Enable */ #define BA0_FMLVC 0x0754 /* FM Synthesis Left Volume Control */ #define BA0_FMRVC 0x0758 /* FM Synthesis Right Volume Control */ |
