Linux kernel source tree
Go to file
Mark Brown 4006f157db
ASoC: codecs: ES8326: Solving headphone detection and
Merge series from Zhang Yi <zhangyi@everest-semi.com>:

We propose four patches to solve headphone detection and suspend issues.
And there are several registers that should be read-only registers. So
we create es8326_writeable_register, and set these registers to false.
2024-06-25 12:34:44 +01:00
arch
block
certs
crypto
Documentation ASoC: Add ak4619 codec support 2024-06-23 13:12:52 +01:00
drivers ASoC: codecs: lpass: add support for v2.5 rx macro 2024-06-15 16:24:35 +01:00
fs
include ASoc: tas2781: Add name_prefix as the prefix name of firmwares and kcontrol to support corresponding TAS2563/TAS2781s 2024-06-24 13:38:34 +01:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net
rust
samples
scripts ASoC: codecs: lpass: add support for v2.5 rx macro 2024-06-15 16:24:35 +01:00
security
sound ASoC: codecs: ES8326: Solving headphone detection and 2024-06-25 12:34:44 +01:00
tools
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ASoC: Merge up fixes 2024-06-21 13:17:21 +01:00
Makefile Linux 6.10-rc3 2024-06-09 14:19:43 -07:00
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 reStructuredText 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.