summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres J Rosa <andyrosa@gmail.com>2025-12-03 10:25:01 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-12-18 14:03:38 +0100
commit4058530b4294273ac298f955ea83c60b49927a55 (patch)
tree335f307db401a4b968dc1790b141be29398c0c13
parentd8fae0475d95858833efe7d7e59bebe6da972032 (diff)
downloadlinux-4058530b4294273ac298f955ea83c60b49927a55.tar.gz
linux-4058530b4294273ac298f955ea83c60b49927a55.tar.bz2
linux-4058530b4294273ac298f955ea83c60b49927a55.zip
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 <andyrosa@gmail.com> Link: https://patch.msgid.link/20251203162509.1822-1-andyrosa@gmail.com Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
-rw-r--r--include/uapi/sound/asound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/sound/asound.h b/include/uapi/sound/asound.h
index 5a049eeaecce..d3ce75ba938a 100644
--- a/include/uapi/sound/asound.h
+++ b/include/uapi/sound/asound.h
@@ -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 */
};
/****************************************************************************