mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
066f5e4cf411186acfbf37097b8dd60decc6f9ba
Currently ASoC core creates a static route b/w playback/capture widgets of cpu and codec dai if they are part of the same dai-link. However this will cause codec path to get powered up followed by the backend dai start during device switch use-case where the front-end is not closed, leading to audio playback failure if either bit-width or sample rate is different. Test: build Bug: 151372815 Change-Id: Icd17677a73fdc4bd30e0918fcaa7e7f394245685 Signed-off-by: Sudheer Papothi <spapothi@codeaurora.org> (cherry picked from commit 85a57fb9237c4021150e3a3ba9a274a7b78b79a5) 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%