Linux kernel source tree
 
 
 
 
 
 
Go to file
Kuninori Morimoto acc84d15e4
ASoC: generic: Standardize ASoC menu
Current Kconfig menu at [ALSA for SoC audio support] has no rules.
So, some venders are using menu style, some venders are listed each drivers
on top page, etc. It is difficult to find target vender and/or drivers
because it is very random.

Let's standardize ASoC menu

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/87wm9hybrf.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2025-06-24 01:01:36 +01:00
Documentation i2c-for-6.16-rc3 2025-06-22 10:50:36 -07:00
LICENSES
arch ASoC: img: Standardize ASoC menu 2025-06-24 01:01:14 +01:00
block
certs
crypto
drivers i2c-for-6.16-rc3 2025-06-22 10:50:36 -07:00
fs - Make sure the array tracking which kernel text positions need to be 2025-06-22 10:30:44 -07:00
include - Make sure the array tracking which kernel text positions need to be 2025-06-22 10:30:44 -07:00
init
io_uring io_uring-6.16-20250621 2025-06-21 08:40:45 -07:00
ipc
kernel - Fix missing prototypes warnings 2025-06-22 10:17:51 -07:00
lib This push fixes a regression in ahash (broken fallback finup) 2025-06-19 23:15:10 -07:00
mm
net nfsd-6.16 fixes: 2025-06-21 09:20:15 -07:00
rust
samples
scripts
security
sound ASoC: generic: Standardize ASoC menu 2025-06-24 01:01:36 +01:00
tools - Make sure the switch to the global hash is requested always under a lock so 2025-06-22 10:09:23 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap Including fixes from wireless. The ath12k fix to avoid FW crashes 2025-06-19 10:21:32 -07:00
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS gpio fixes for v6.16-rc3 2025-06-20 10:07:56 -07:00
Makefile Linux 6.16-rc3 2025-06-22 13:30:08 -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.