Main-line Linux kernel tree http://www.kernel.org
Go to file
Kuninori Morimoto 446b31e894
ASoC: soc-dai.h: remove unused call back functions
Now, all drivers are using ops call backs.
Let's remove unused other call back functions.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87cyzx9m4o.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2023-08-14 13:10:35 +01:00
arch
block
certs
crypto
Documentation dt-bindings: sound: gtm601: Add description 2023-08-10 15:44:39 +01:00
drivers ASoC: drm/vc4: merge DAI call back functions into ops 2023-08-14 13:10:23 +01:00
fs
include ASoC: soc-dai.h: remove unused call back functions 2023-08-14 13:10:35 +01:00
init
io_uring
ipc
kernel
lib Linux 6.5-rc4 2023-07-30 23:38:02 +01:00
LICENSES
mm
net
rust
samples
scripts
security
sound ASoC: soc-dai.h: remove unused call back functions 2023-08-14 13:10:35 +01:00
tools Linux 6.5-rc4 2023-07-30 23:38:02 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS USB fixes for 6.5-rc4 2023-07-30 11:57:51 -07:00
Makefile Linux 6.5-rc4 2023-07-30 13:23:47 -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.