Linux kernel source tree
Go to file
Alexandre Mergnat e1991d102b
ASoC: mediatek: mt8365: Add the AFE driver support
Add a driver for the Audio Front End (AFE) PCM to provide Audio
Uplink (UL) and Downlink (DL) paths.
Use the ALSA SoC Dynamic Audio Power Management to add widget and
kcontrol supports.

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com>
Link: https://patch.msgid.link/20240226-audio-i350-v7-11-6518d953a141@baylibre.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2024-09-03 18:17:29 +01:00
Documentation dt-bindings: mfd: mediatek: Add codec property for MT6357 PMIC 2024-09-03 18:17:22 +01:00
LICENSES
arch A set of x86 fixes: 2024-08-11 10:20:29 -07:00
block
certs
crypto
drivers ALSA/ASoC/SoundWire: Intel: update maximum number 2024-08-19 19:58:04 +01:00
fs nfsd-6.11 fixes: 2024-08-10 10:44:21 -07:00
include ASoC: Intel: boards: updates for 6.12 2024-08-28 17:33:56 +01:00
init
io_uring io_uring/net: don't pick multiple buffers for non-bundle send 2024-08-07 15:20:52 -06:00
ipc
kernel Updates for time keeping: 2024-08-11 10:15:34 -07:00
lib
mm 9 hotfixes. 5 are cc:stable, 4 either pertain to post-6.10 material or 2024-08-08 07:32:20 -07:00
net nfsd-6.11 fixes: 2024-08-10 10:44:21 -07:00
rust
samples
scripts syscalls: add back legacy __NR_nfsservctl macro 2024-08-06 08:57:02 +02:00
security
sound ASoC: mediatek: mt8365: Add the AFE driver support 2024-09-03 18:17:29 +01:00
tools ASoC: dapm-graph: show path name for non-static routes 2024-08-23 11:03:00 +01:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: update entry for David Heidelberg 2024-08-07 18:33:56 -07:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ASoC: MAINTAINERS: Drop incorrect tlv320aic31xx.txt path 2024-08-26 15:52:34 +01:00
Makefile Linux 6.11-rc3 2024-08-11 14:27:14 -07:00
README

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.