mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
aa5d0cdc64e9109333fa5c36608a0e56f3a08c0f
Allow DAI's to be hostless so that no PCM data is sent between DAI and CPU. This allows for power savings as there is no DMA or CPU interaction required. TODO: we shouldn't need to allocate a PAGE for a dummy DMA buffer. Test: build Bug: 151372815 Change-Id: I8947f1ad2c4a7013e92e21078b35e3cad332cf6f Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Patrick Lai <plai@codeaurora.org> Git-commit: b77e8f4fb684f8afd45d4276e3dba9edd4a0c4e0 Git-repo: https://source.codeaurora.org/quic/la/kernel/msm/log/?h=msm-2.6.38 [bgoswami@codeaurora.org: fix merge conflict by moving code to the right source file. Fix checkpatch errors for line over 80 character. Fix compilation errors.] Signed-off-by: Banajit Goswami <bgoswami@codeaurora.org> Signed-off-by: Meng Wang <mwang@codeaurora.org> (cherry picked from commit c009f70138e1b66c6ae9597947b56a761f92bc0d) Signed-off-by: Hridya Valsaraju <hridya@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%