No description
Find a file
Chris Chiu 569c258a25 ALSA: hda/realtek: Apply dual codec fixup for Dell Latitude laptops
[ Upstream commit a4517c4f34 ]

The Dell Latiture 3340/3440/3540 laptops with Realtek ALC3204 have
dual codecs and need the ALC1220_FIXUP_GB_DUAL_CODECS to fix the
conflicts of Master controls. The existing headset mic fixup for
Dell is also required to enable the jack sense and the headset mic.

Introduce a new fixup to fix the dual codec and headset mic issues
for particular Dell laptops since other old Dell laptops with the
same codec configuration are already well handled by the fixup in
alc269_fallback_pin_fixup_tbl[].

Signed-off-by: Chris Chiu <chris.chiu@canonical.com>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20221226114303.4027500-1-chris.chiu@canonical.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-04-19 17:58:13 +08:00
arch arm64: dts: qcom: sdm850-lenovo-yoga-c630: correct I2C12 pins drive strength 2023-04-19 17:58:13 +08:00
block block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqq 2023-04-19 17:58:08 +08:00
certs certs/blacklist_hashes.c: fix const confusion in certs blacklist 2023-04-19 17:50:34 +08:00
crypto crypto: tcrypt - Fix multibuffer skcipher speed test mem leak 2023-04-19 17:57:39 +08:00
Documentation overflow: Implement size_t saturating arithmetic helpers 2023-04-19 17:57:48 +08:00
drivers cpufreq: Init completion before kobject_init_and_add() 2023-04-19 17:58:13 +08:00
fs btrfs: fix resolving backrefs for inline extent followed by prealloc 2023-04-19 17:58:13 +08:00
include PM/devfreq: governor: Add a private governor_data for governor 2023-04-19 17:58:13 +08:00
init init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash 2023-04-19 17:56:40 +08:00
io_uring io_uring: Fix a null-ptr-deref in io_tctx_exit_cb() 2023-04-19 17:57:04 +08:00
ipc ipc/sem: Fix dangling sem_array access in semtimedop race 2023-04-19 17:56:54 +08:00
kernel rcu-tasks: Simplify trc_read_check_handler() atomic operations 2023-04-19 17:58:12 +08:00
lib overflow: Implement size_t saturating arithmetic helpers 2023-04-19 17:57:48 +08:00
LICENSES
mm mm, compaction: fix fast_isolate_around() to stay within boundaries 2023-04-19 17:58:11 +08:00
net net/af_packet: make sure to pull mac header 2023-04-19 17:58:12 +08:00
samples samples: vfio-mdev: Fix missing pci_disable_device() in mdpy_fb_probe() 2023-04-19 17:57:46 +08:00
scripts scripts/faddr2line: Fix regression in name resolution on ppc64le 2023-04-19 17:56:46 +08:00
security security: Restrict CONFIG_ZERO_CALL_USED_REGS to gcc or clang > 15.0.6 2023-04-19 17:58:05 +08:00
sound ALSA: hda/realtek: Apply dual codec fixup for Dell Latitude laptops 2023-04-19 17:58:13 +08:00
tools selftests: Use optional USERCFLAGS and USERLDFLAGS 2023-04-19 17:58:13 +08:00
usr usr/include/Makefile: add linux/nfc.h to the compile-test coverage 2023-04-19 17:44:58 +08:00
virt kvm: Add support for arch compat vm ioctls 2023-04-19 17:55:40 +08:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: add Andrej Shadura 2021-10-18 20:22:03 -10:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS futex: Move to kernel/futex/ 2023-04-19 17:57:16 +08:00
Makefile Linux 5.15.86 2023-04-19 17:58:07 +08: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.