tools include UAPI: Sync sound/asound.h copy
Picking the changes from:
45afb9c2b378 ("ALSA: uapi: Fix sparse warning")
814c8d0341de ("ALSA: control: Fix incompatible protocol error")
7c2c69f24430 ("ALSA: ctl: bump protocol version up to v2.1.0")
9d798bc8c10e ("ALSA: ctl: remove dimen member from elem_info structure")
bb233fb49a4b ("ALSA: ctl: remove unused macro for timestamping of elem_value")
4d52b7ff8aec ("ALSA: uapi: Fix typos and header inclusion in asound.h")
ba43aa48a81f ("ALSA: bump uapi version numbers")
9c1015c76228 ("ALSA: add new 32-bit layout for snd_pcm_mmap_status/control")
1b961dd6110e ("ALSA: Avoid using timespec for struct snd_timer_tread")
83a222734e76 ("ALSA: Avoid using timespec for struct snd_rawmidi_status")
9d04424bdd29 ("ALSA: Avoid using timespec for struct snd_pcm_status")
f80a49226129 ("ALSA: Avoid using timespec for struct snd_ctl_elem_value")
f78c34d23c30 ("ALSA: Avoid using timespec for struct snd_timer_status")
Which entails no changes in the tooling side.
To silence this perf tools build warning:
Warning: Kernel ABI header at 'tools/include/uapi/sound/asound.h' differs from latest version at 'include/uapi/sound/asound.h'
diff -u tools/include/uapi/sound/asound.h include/uapi/sound/asound.h
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Baolin Wang <baolin.wang@linaro.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Cc: Takashi Iwai <tiwai@suse.de>
Cc: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>