]> git.baikalelectronics.ru Git - kernel.git/commit
tools headers UAPI: Sync sound/asound.h with the kernel sources
authorArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 13 Nov 2021 14:04:55 +0000 (11:04 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 13 Nov 2021 21:11:51 +0000 (18:11 -0300)
commit2f592f7c80885ca044c4eedf378022f59196993b
tree278ea3e531c7043c19809556705c465e868628e8
parent31463088342e0938dc66be59296c39b475644c0a
tools headers UAPI: Sync sound/asound.h with the kernel sources

To pick up the changes in:

  ab36f8bd17d614c8 ("ALSA: uapi: Fix a C++ style comment in asound.h")

That is just changing a // style comment to /* */.

This silences this perf 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: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/include/uapi/sound/asound.h