No description
Find a file
Colin Ian King e110ede8c3
ASoC: wcd938x: Make read-only array minCode_param static const
Don't populate the read-only array minCode_param on the stack but
instead make it static const. Also makes the object code a little
smaller.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20221202170644.1814720-1-colin.i.king@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2022-12-05 14:05:39 +00:00
arch ASoC/tda998x: Fix reporting of nonexistent capture streams 2022-12-04 17:01:50 +00:00
block block-6.1-2022-11-18 2022-11-18 13:59:45 -08:00
certs
crypto
Documentation ASoC/tda998x: Fix reporting of nonexistent capture streams 2022-12-04 17:01:50 +00:00
drivers ASoC/tda998x: Fix reporting of nonexistent capture streams 2022-12-04 17:01:50 +00:00
fs 4 cifs/smb3 client fixes 2022-11-19 08:58:58 -08:00
include ASoC/tda998x: Fix reporting of nonexistent capture streams 2022-12-04 17:01:50 +00:00
init
io_uring io_uring: disallow self-propelled ring polling 2022-11-18 09:29:31 -07:00
ipc
kernel tracing/probes: Fixes for v6.1 2022-11-20 15:31:20 -08:00
lib
LICENSES
mm Networking fixes for 6.1-rc6, including fixes from bpf 2022-11-17 08:58:36 -08:00
net
rust
samples
scripts kbuild: Restore .version auto-increment behaviour for Debian packages 2022-11-17 17:51:45 +09:00
security
sound ASoC: wcd938x: Make read-only array minCode_param static const 2022-12-05 14:05:39 +00:00
tools Char/Misc driver fixes for 6.1-rc6 2022-11-18 10:29:25 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap ASoC: Merge up fixes 2022-11-29 12:55:51 +00:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ASoC/tda998x: Fix reporting of nonexistent capture streams 2022-12-04 17:01:50 +00:00
Makefile Linux 6.1-rc6 2022-11-20 16:02:16 -08: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 Restructured Text 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.