diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2021-12-04 08:28:40 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2021-12-06 10:04:05 +0100 |
commit | d13a8f6d8e01a17a9fe36029e346a1f029362c9e (patch) | |
tree | f1ad92e07a062fd19fece2db59201cbfacbce851 /sound/soc/codecs/sta350.h | |
parent | 1e583aef12aa74afd37c1418255cc4b74e023236 (diff) | |
download | lwn-d13a8f6d8e01a17a9fe36029e346a1f029362c9e.tar.gz lwn-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/soc/codecs/sta350.h')
-rw-r--r-- | sound/soc/codecs/sta350.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/sta350.h b/sound/soc/codecs/sta350.h index f16900e00afa..80bf56093d94 100644 --- a/sound/soc/codecs/sta350.h +++ b/sound/soc/codecs/sta350.h @@ -14,7 +14,7 @@ #ifndef _ASOC_STA_350_H #define _ASOC_STA_350_H -/* STA50 register addresses */ +/* STA350 register addresses */ #define STA350_REGISTER_COUNT 0x4D #define STA350_COEF_COUNT 62 |