Skip to content

Commit c482993

Browse files
committed
tools headers: Sync UAPI sound/asound.h with kernel sources
To pick up changes from: 9a97857 ("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>
1 parent 45e07a6 commit c482993

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tools/perf/trace/beauty/include/uapi/sound

tools/perf/trace/beauty/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)