tools include UAPI: Sync sound/asound.h copy
Picking the changes from:
cd53b6d8d37c ("ALSA: uapi: Fix sparse warning")
e8e557b27d07 ("ALSA: control: Fix incompatible protocol error")
8e916210c3df ("ALSA: ctl: bump protocol version up to v2.1.0")
bc0190ee50f0 ("ALSA: ctl: remove dimen member from elem_info structure")
095dd98bb040 ("ALSA: ctl: remove unused macro for timestamping of elem_value")
088651b74c42 ("ALSA: uapi: Fix typos and header inclusion in asound.h")
3560d49cb324 ("ALSA: bump uapi version numbers")
1b79740fc1ac ("ALSA: add new 32-bit layout for snd_pcm_mmap_status/control")
e47d8232c7dc ("ALSA: Avoid using timespec for struct snd_timer_tread")
07a6d0ef064b ("ALSA: Avoid using timespec for struct snd_rawmidi_status")
6d607d5aec8c ("ALSA: Avoid using timespec for struct snd_pcm_status")
1802d47f13c7 ("ALSA: Avoid using timespec for struct snd_ctl_elem_value")
6544c45afc23 ("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>