summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_generic.h
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2021-12-04 08:28:40 +0100
committerTakashi Iwai <tiwai@suse.de>2021-12-06 10:04:05 +0100
commitd13a8f6d8e01a17a9fe36029e346a1f029362c9e (patch)
treef1ad92e07a062fd19fece2db59201cbfacbce851 /sound/pci/hda/hda_generic.h
parent1e583aef12aa74afd37c1418255cc4b74e023236 (diff)
downloadlinux-stable-d13a8f6d8e01a17a9fe36029e346a1f029362c9e.tar.gz
linux-stable-d13a8f6d8e01a17a9fe36029e346a1f029362c9e.tar.bz2
linux-stable-d13a8f6d8e01a17a9fe36029e346a1f029362c9e.zip
ALSA: Fix some typo
Some comments and include guards are not consistent with the name of the file where they can be found. This is likely some typo or cut'n'paste issues. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Link: https://lore.kernel.org/r/7b2bcbda298f02a34d46d8b6593daaaed9a09a45.1638602790.git.christophe.jaillet@wanadoo.fr Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_generic.h')
-rw-r--r--sound/pci/hda/hda_generic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_generic.h b/sound/pci/hda/hda_generic.h
index c43bd0f0338e..8e1bc8ea74fc 100644
--- a/sound/pci/hda/hda_generic.h
+++ b/sound/pci/hda/hda_generic.h
@@ -183,7 +183,7 @@ struct hda_gen_spec {
struct automic_entry am_entry[MAX_AUTO_MIC_PINS];
/* for pin sensing */
- /* current status; set in hda_geneic.c */
+ /* current status; set in hda_generic.c */
unsigned int hp_jack_present:1;
unsigned int line_jack_present:1;
unsigned int speaker_muted:1; /* current status of speaker mute */