Linux kernel source tree
Go to file
Sanjana B cf675d71fe ANDROID: GKI: kernel: sound: update codec options with block size
Add block size for dsd in codec options.

Change-Id: I2653cc85ca5a526917d12ef5b2f5d5fa776945a2
Bug: 155087902
Signed-off-by: Sanjana B <sanjb@codeaurora.org>
(cherry picked from commit fa70ef709268933ac02daf50179cde4ab868140d)
Signed-off-by: Will McVicker <willmcvicker@google.com>
2020-04-28 18:30:34 +00:00
arch ANDROID: x86/vdso: disable LTO only for VDSO 2020-04-27 22:52:01 -07:00
block
certs
crypto
Documentation BACKPORT: arm64: Relax Documentation/arm64/tagged-pointers.rst 2020-04-27 22:51:57 -07:00
drivers
firmware
fs
include ANDROID: GKI: kernel: sound: update codec options with block size 2020-04-28 18:30:34 +00:00
init
ipc
kernel UPSTREAM: timekeeping: Provide a generic update_vsyscall() implementation 2020-04-27 22:51:55 -07:00
lib BACKPORT: lib/vdso: Enable common headers 2020-04-27 22:52:01 -07:00
LICENSES
mm
net
samples
scripts UPSTREAM: scripts: Fix the inclusion order in modpost 2020-04-27 22:52:00 -07:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
abi_gki_aarch64_cuttlefish_whitelist
abi_gki_aarch64_qcom_whitelist
abi_gki_aarch64_whitelist
abi_gki_aarch64.xml
build.config.aarch64 ANDROID: add compat cross compiler 2020-04-27 22:52:19 -07:00
build.config.allmodconfig
build.config.allmodconfig.aarch64
build.config.allmodconfig.arm
build.config.allmodconfig.x86_64
build.config.arm
build.config.common
build.config.gki
build.config.gki-debug.aarch64
build.config.gki-debug.x86_64
build.config.gki.aarch64
build.config.gki.x86_64
build.config.x86_64
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

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.