Linux kernel source tree
Go to file
Brent Lu dfa1a7f456
ASoC: SOF: Intel: hda: remove common_hdmi_codec_drv
Do not set common_hdmi_codec_drv in SOF platform driver since no
machine driver needs it. Remove member variable common_hdmi_codec_drv
from snd_soc_acpi_mach_params structure.

Signed-off-by: Brent Lu <brent.lu@intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://patch.msgid.link/20240912120308.134762-6-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2024-09-12 13:31:49 +01:00
arch A set of x86 fixes: 2024-08-11 10:20:29 -07:00
block
certs
crypto
Documentation ASoC: dt-bindings: microchip,sama7g5-spdifrx: Add common DAI reference 2024-09-11 16:01:08 +01:00
drivers ALSA/ASoC/SoundWire: Intel: update maximum number 2024-08-19 19:58:04 +01:00
fs
include ASoC: SOF: Intel: hda: remove common_hdmi_codec_drv 2024-09-12 13:31:49 +01:00
init
io_uring
ipc
kernel Updates for time keeping: 2024-08-11 10:15:34 -07:00
lib
LICENSES
mm
net
rust
samples
scripts
security
sound ASoC: SOF: Intel: hda: remove common_hdmi_codec_drv 2024-09-12 13:31:49 +01:00
tools ASoC: dapm-graph: show path name for non-static routes 2024-08-23 11:03:00 +01:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ASoC: MAINTAINERS: Drop incorrect tlv320aic31xx.txt path 2024-08-26 15:52:34 +01:00
Makefile Linux 6.11-rc3 2024-08-11 14:27:14 -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 reStructuredText 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.