ALSA: uapi: Fix typo in asound.h comment

Fix 'level-shit' to 'level-shift' in struct snd_cea_861_aud_if comment.

Fixes: 7ba1c40b53 ("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>
pull/1354/merge
Andres J Rosa 2025-12-03 10:25:01 -06:00 committed by Takashi Iwai
parent 74ac7558ea
commit 9a97857db0
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ struct snd_cea_861_aud_if {
unsigned char db2_sf_ss; /* sample frequency and size */
unsigned char db3; /* not used, all zeros */
unsigned char db4_ca; /* channel allocation code */
unsigned char db5_dminh_lsv; /* downmix inhibit & level-shit values */
unsigned char db5_dminh_lsv; /* downmix inhibit & level-shift values */
};
/****************************************************************************