mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 18:19:28 +09:00
8c65582f82ee736b63b3c0cd9c7c5b4572f1f4d6
Picking the changes from:46b770f720("ALSA: uapi: Fix sparse warning")a103a39899("ALSA: control: Fix incompatible protocol error")bd3eb4e87e("ALSA: ctl: bump protocol version up to v2.1.0")ff16351e3f("ALSA: ctl: remove dimen member from elem_info structure")5422835666("ALSA: ctl: remove unused macro for timestamping of elem_value")7fd7d6c504("ALSA: uapi: Fix typos and header inclusion in asound.h")1cfaef9617("ALSA: bump uapi version numbers")80fe7430c7("ALSA: add new 32-bit layout for snd_pcm_mmap_status/control")07094ae6f9("ALSA: Avoid using timespec for struct snd_timer_tread")d9e5582c4b("ALSA: Avoid using timespec for struct snd_rawmidi_status")3ddee7f88a("ALSA: Avoid using timespec for struct snd_pcm_status")a4e7dd35b9("ALSA: Avoid using timespec for struct snd_ctl_elem_value")a07804cc74("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>
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%