The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Lucas Tanure 8c286a0f97 ALSA: hda: cs35l41: Tidyup code
Clean up and simplify cs35l41_hda_bind function

Signed-off-by: Lucas Tanure <tanureal@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20220117160830.709403-6-tanureal@opensource.cirrus.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2022-01-18 14:07:16 +01:00
Documentation ASoC: Updates for v5.17 2022-01-05 15:39:24 +01:00
LICENSES
arch arm64: tegra: Remove non existent Tegra194 reset 2022-01-01 16:46:37 +01:00
block
certs
crypto
drivers firmware: cs_dsp: Clear core reset for cache 2022-01-05 13:53:53 +00:00
fs
include ASoC: Updates for v5.17 2022-01-10 14:33:42 +01:00
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound ALSA: hda: cs35l41: Tidyup code 2022-01-18 14:07:16 +01:00
tools kselftest: alsa: Validate values read from enumerations 2021-12-25 09:13:28 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ALSA: hda: cs35l41: Add support for CS35L41 in HDA systems 2022-01-05 17:08:16 +01:00
Makefile
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 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.