Skip to content

Commit 9a97857

Browse files
andyrosatiwai
authored andcommitted
ALSA: uapi: Fix typo in asound.h comment
Fix 'level-shit' to 'level-shift' in struct snd_cea_861_aud_if comment. Fixes: 7ba1c40 ("ALSA: Add definitions for CEA-861 Audio InfoFrames") Signed-off-by: Andres J Rosa <andyrosa@gmail.com> Link: https://patch.msgid.link/20251203162509.1822-1-andyrosa@gmail.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 74ac755 commit 9a97857

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/uapi/sound/asound.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ struct snd_cea_861_aud_if {
6060
unsigned char db2_sf_ss; /* sample frequency and size */
6161
unsigned char db3; /* not used, all zeros */
6262
unsigned char db4_ca; /* channel allocation code */
63-
unsigned char db5_dminh_lsv; /* downmix inhibit & level-shit values */
63+
unsigned char db5_dminh_lsv; /* downmix inhibit & level-shift values */
6464
};
6565

6666
/****************************************************************************

0 commit comments

Comments
 (0)