From: Andres J Rosa Date: Wed, 3 Dec 2025 16:25:01 +0000 (-0600) Subject: ALSA: uapi: Fix typo in asound.h comment X-Git-Tag: v5.15.198~358 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ceb5dff91c86dcb7ea7ea68dfbba7116d39c5dc8;p=thirdparty%2Fkernel%2Fstable.git ALSA: uapi: Fix typo in asound.h comment [ Upstream commit 9a97857db0c5655b8932f86b5d18bb959079b0ee ] Fix 'level-shit' to 'level-shift' in struct snd_cea_861_aud_if comment. Fixes: 7ba1c40b536e ("ALSA: Add definitions for CEA-861 Audio InfoFrames") Signed-off-by: Andres J Rosa Link: https://patch.msgid.link/20251203162509.1822-1-andyrosa@gmail.com Signed-off-by: Takashi Iwai Signed-off-by: Sasha Levin --- diff --git a/include/uapi/sound/asound.h b/include/uapi/sound/asound.h index 93e40f91bd49a..6b9d4e0befa9d 100644 --- a/include/uapi/sound/asound.h +++ b/include/uapi/sound/asound.h @@ -76,7 +76,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 */ }; /****************************************************************************