diff options
author | Takashi Iwai <tiwai@suse.de> | 2018-02-12 11:35:43 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-02-12 11:36:26 +0300 |
commit | 1dcb1859dd6752131b85c78fb3e440bd1d2cf361 (patch) | |
tree | ac1df8f420a9c8f6bbb0c0071645622adf901af5 /include | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) | |
parent | 7c74866baef1827e18f8269aec85030063520bd4 (diff) | |
download | linux-1dcb1859dd6752131b85c78fb3e440bd1d2cf361.tar.xz |
Merge branch 'topic/fixes' into for-linus
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/ac97/regs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/ac97/regs.h b/include/sound/ac97/regs.h index 4bb86d379bd5..9a4fa0c3264a 100644 --- a/include/sound/ac97/regs.h +++ b/include/sound/ac97/regs.h @@ -31,7 +31,7 @@ #define AC97_HEADPHONE 0x04 /* Headphone Volume (optional) */ #define AC97_MASTER_MONO 0x06 /* Master Volume Mono (optional) */ #define AC97_MASTER_TONE 0x08 /* Master Tone (Bass & Treble) (optional) */ -#define AC97_PC_BEEP 0x0a /* PC Beep Volume (optinal) */ +#define AC97_PC_BEEP 0x0a /* PC Beep Volume (optional) */ #define AC97_PHONE 0x0c /* Phone Volume (optional) */ #define AC97_MIC 0x0e /* MIC Volume */ #define AC97_LINE 0x10 /* Line In Volume */ |