No description
Find a file
Chris Morgan ef7570b675 ASoC: rk817: fix a warning in rk817_probe()
The return value of snd_soc_component_write() is stored but not
evaluated and this results in a warning when W=1 is set. Stop storing
the return value to be consistent with all other calls of
snd_soc_component_write() and to remove the warning.

Fixes: 0d6a04da9b ("ASoC: Add Rockchip rk817 audio CODEC support")

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
2021-06-02 08:05:23 +01:00
arch
block block-5.13-2021-05-09 2021-05-09 13:25:14 -07:00
certs
crypto
Documentation dt-bindings: Add Rockchip rk817 audio CODEC support 2021-06-01 13:40:41 +01:00
drivers mfd: Add Rockchip rk817 audio CODEC support 2021-06-01 13:40:23 +01:00
fs 3 small SMB3 chmultichannel related changesets (also for stable) 2021-05-09 13:19:29 -07:00
include mfd: Add Rockchip rk817 audio CODEC support 2021-06-01 13:40:23 +01:00
init
ipc
kernel A set of scheduler updates: 2021-05-09 13:14:34 -07:00
lib
LICENSES
mm
net
samples
scripts
security
sound ASoC: rk817: fix a warning in rk817_probe() 2021-06-02 08:05:23 +01:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.13-rc1 2021-05-09 14:17: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.