]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
tools headers: Sync UAPI sound/asound.h with kernel sources
authorNamhyung Kim <namhyung@kernel.org>
Mon, 22 Dec 2025 22:57:11 +0000 (14:57 -0800)
committerNamhyung Kim <namhyung@kernel.org>
Wed, 24 Dec 2025 19:42:57 +0000 (11:42 -0800)
To pick up changes from:

  9a97857db0c5655b ("ALSA: uapi: Fix typo in asound.h comment")

This should address these tools/perf build warnings:

  Warning: Kernel ABI header differences:
    diff -u tools/perf/trace/beauty/include/uapi/sound/asound.h include/uapi/sound/asound.h

Please see tools/include/uapi/README.

Cc: linux-sound@vger.kernel.org
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/trace/beauty/include/uapi/sound/asound.h

index 5a049eeaeccea59f690755abc7164aa23fecdded..d3ce75ba938a84971edb6417160b2bdc2ec175b9 100644 (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 */
 };
 
 /****************************************************************************