The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Edson Juliano Drosdeck 8f83ba8d06 ALSA: hda/realtek: Enable headset mic on Positivo SU C1400
commit 8fc1e8b230771442133d5cf5fa4313277aa2bb8b upstream.

Positivo SU C1400 is equipped with ALC256, and it needs
ALC269_FIXUP_ASPIRE_HEADSET_MIC quirk to make its headset mic work.

Signed-off-by: Edson Juliano Drosdeck <edson.drosdeck@gmail.com>
Cc: <stable@vger.kernel.org>
Link: https://patch.msgid.link/20240712180642.22564-1-edson.drosdeck@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-07-27 10:46:17 +02:00
Documentation docs: Fix formatting of literal sections in fanotify docs 2024-07-27 10:46:16 +02:00
LICENSES
arch riscv: stacktrace: fix usage of ftrace_graph_ret_addr() 2024-07-27 10:46:13 +02:00
block
certs
crypto crypto: aead,cipher - zeroize key buffer after use 2024-07-18 13:07:27 +02:00
drivers drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq() 2024-07-27 10:46:15 +02:00
fs fs/ntfs3: Validate ff offset 2024-07-27 10:46:16 +02:00
include minmax: relax check to allow comparison between unsigned arguments and signed constants 2024-07-27 10:46:15 +02:00
init
io_uring
ipc
kernel bpf: Fix overrunning reservations in ringbuf 2024-07-27 10:46:06 +02:00
lib kunit: Fix timeout message 2024-07-18 13:07:29 +02:00
mm mm/damon/core: merge regions aggressively when max_nr_regions is unmet 2024-07-27 10:46:15 +02:00
net net: relax socket state check at accept time. 2024-07-27 10:46:16 +02:00
samples Add gitignore file for samples/fanotify/ subdirectory 2024-07-27 10:46:16 +02:00
scripts kconfig: remove wrong expr_trans_bool() 2024-07-27 10:46:09 +02:00
security ima: Avoid blocking in RCU read-side critical section 2024-07-18 13:07:34 +02:00
sound ALSA: hda/realtek: Enable headset mic on Positivo SU C1400 2024-07-27 10:46:17 +02:00
tools selftests/vDSO: fix clang build errors and warnings 2024-07-27 10:46:14 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.15.163 2024-07-18 13:07:45 +02:00
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.