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

ALSA: ac97: Fix copy and paste typo in documentation

It's 'optional' instead of 'optinal'.

Signed-off-by: Matthias Lange <matthias.lange@kernkonzept.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Matthias Lange and committed by
Takashi Iwai
2bda7141 5e35dc03

+1 -1
+1 -1
include/sound/ac97/regs.h
··· 31 31 #define AC97_HEADPHONE 0x04 /* Headphone Volume (optional) */ 32 32 #define AC97_MASTER_MONO 0x06 /* Master Volume Mono (optional) */ 33 33 #define AC97_MASTER_TONE 0x08 /* Master Tone (Bass & Treble) (optional) */ 34 - #define AC97_PC_BEEP 0x0a /* PC Beep Volume (optinal) */ 34 + #define AC97_PC_BEEP 0x0a /* PC Beep Volume (optional) */ 35 35 #define AC97_PHONE 0x0c /* Phone Volume (optional) */ 36 36 #define AC97_MIC 0x0e /* MIC Volume */ 37 37 #define AC97_LINE 0x10 /* Line In Volume */