diff options
author | gushengxian <gushengxian@yulong.com> | 2021-07-05 09:37:36 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2021-07-05 19:29:28 +0200 |
commit | 1d7a0395701842224bac870c32530cda30233c0c (patch) | |
tree | 4a193333880aab918e13caced0ee96261ac5d529 /sound/x86/intel_hdmi_audio.h | |
parent | ALSA: hda/realtek: fix mute led of the HP Pavilion 15-eh1xxx series (diff) | |
download | linux-1d7a0395701842224bac870c32530cda30233c0c.tar.xz linux-1d7a0395701842224bac870c32530cda30233c0c.zip |
ALSA: x86: fix spelling mistakes
Fix some spelling mistakes as follows:
regiter ==> register
confgiuration ==> configuration
playabck ==> playback
platoform ==> platform
Signed-off-by: gushengxian <gushengxian@yulong.com>
Link: https://lore.kernel.org/r/20210705073736.662875-1-gushengxian507419@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/x86/intel_hdmi_audio.h')
-rw-r--r-- | sound/x86/intel_hdmi_audio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/x86/intel_hdmi_audio.h b/sound/x86/intel_hdmi_audio.h index 0d91bb5dbab7..bb3853195922 100644 --- a/sound/x86/intel_hdmi_audio.h +++ b/sound/x86/intel_hdmi_audio.h @@ -96,7 +96,7 @@ struct pcm_stream_info { * @had_spinlock: driver lock * @aes_bits: IEC958 status bits * @buff_done: id of current buffer done intr - * @dev: platoform device handle + * @dev: platform device handle * @chmap: holds channel map info */ struct snd_intelhad { |