mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
992ef3b1c8288a7595ea05bc766f32b1885431f3
Some simple ioctls like timsetamp query, capabities query can be done anytime and should not be under the stream lock. Move these to snd_compress_simple_iotcls() which is invoked without lock held. While at it, improve readblity a bit by sprinkling some empty lines. Change-Id: Icc8ffdadd565c635f6a95e7e5bdda76257f24ea3 Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Eric Laurent <elaurent@google.com> Git-commit: 6a44374b8b92e9946dc1e5c15c2a11003aa859b1 Git-repo: https://android.googlesource.com/kernel/msm [dhakumar@codeaurora.org: resolved merge conflicts] Signed-off-by: Dhananjay Kumar <dhakumar@codeaurora.org> [bgoswami@codeaurora.org: resolved merge conflicts] Signed-off-by: Banajit Goswami <bgoswami@codeaurora.org> Signed-off-by: Meng Wang <mwang@codeaurora.org> Bug: 151372815 (cherry picked from commit 7e86bc28b748412676b35667346dc798490c0bba) Signed-off-by: Saravana Kannan <saravanak@google.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.
See Documentation/00-INDEX for a list of what is contained in each file.
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%