No description
Find a file
Simon Trimmer 65a314b7dd
ASoC: wm_adsp: Support DSPs that don't require firmware download
When a DSP can self-boot from ROM it is not necessary to download
firmware - when the DSP has the wmfw_optional flag set not finding a
wmfw firmware file is a successful outcome and not an error condition.

Signed-off-by: Simon Trimmer <simont@opensource.cirrus.com>
Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://lore.kernel.org/r/167931140130.26.15590061696793062038@mailman-core.alsa-project.org
Signed-off-by: Mark Brown <broonie@kernel.org>
2023-03-21 12:13:20 +00:00
arch Linux 6.3-rc2 2023-03-13 13:20:33 +00:00
block
certs
crypto
Documentation Enable I2S support for RK3588/RK3588S SoCs 2023-03-20 18:30:01 +00:00
drivers firmware: cs_dsp: Support DSPs that don't require firmware download 2023-03-21 12:13:19 +00:00
fs Fixes for 6.3-rc1: 2023-03-12 09:47:08 -07:00
include firmware: cs_dsp: Introduce no_core_startstop for self-booting DSPs 2023-03-21 12:13:17 +00:00
init
io_uring
ipc
kernel kernel.fork.v6.3-rc2 2023-03-12 09:04:28 -07:00
lib
LICENSES
mm
net wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after free for wext" 2023-03-12 16:21:59 -07:00
rust
samples
scripts
security
sound ASoC: wm_adsp: Support DSPs that don't require firmware download 2023-03-21 12:13:20 +00:00
tools kernel.fork.v6.3-rc2 2023-03-12 09:04:28 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap drm fixes for 6.3-rc2 2023-03-10 08:57:46 -08:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Linux 6.3-rc2 2023-03-13 13:20:33 +00:00
Makefile Linux 6.3-rc2 2023-03-12 16:36:44 -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 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.