ALSA: hda/realtek: Add quirk for Intel NUC 10
Werner Sembach authored
commit 73e7161e

 upstream.

This adds a new SND_PCI_QUIRK(...) and applies it to the Intel NUC 10
devices. This fixes the issue of the devices not having audio input and
output on the headset jack because the kernel does not recognize when
something is plugged in.

The new quirk was inspired by the quirk for the Intel NUC 8 devices, but
it turned out that the NUC 10 uses another pin. This information was
acquired by black box testing likely pins.
Co-developed-by: default avatarEckhart Mohr <e.mohr@tuxedocomputers.com>
Signed-off-by: default avatarEckhart Mohr <e.mohr@tuxedocomputers.com>
Signed-off-by: default avatarWerner Sembach <wse@tuxedocomputers.com>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20210302180414.23194-1-wse@tuxedocomputers.com

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
6bba54d9
Name Last commit Last update
Documentation dt-bindings: net: btusb: DT fix s/interrupt-name/interrupt-names/
LICENSES LICENSES/deprecated: add Zlib license text
arch powerpc/sstep: Fix incorrect return from analyze_instr()
block blk-settings: align max_sectors on "logical_block_size" boundary
certs certs: Fix blacklist flag type confusion
crypto crypto: tcrypt - avoid signed overflow in byte count
drivers media: v4l: ioctl: Fix memory leak in video_usercopy
fs btrfs: fix error handling in commit_fs_roots
include swap: fix swapfile read/write offset
init kgdb: fix to kill breakpoints on initmem after boot
ipc ipc: adjust proc_ipc_sem_dointvec definition to match prototype
kernel sched/features: Fix hrtick reprogramming
lib udp: fix skb_copy_and_csum_datagram with odd segment sizes
mm swap: fix swapfile read/write offset
net Bluetooth: Fix null pointer dereference in amp_read_loc_assoc_final_data
samples watch_queue: Drop references to /dev/watch_queue
scripts scripts/recordmcount.pl: support big endian for ARCH sh
security tomoyo: ignore data race while checking quota
sound ALSA: hda/realtek: Add quirk for Intel NUC 10
tools wireguard: selftests: test multiple parallel streams
usr Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
virt KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped()
.clang-format Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes .gitattributes: use 'dts' diff driver for dts files
.gitignore .gitignore: docs: ignore sphinx_*/ directories
.mailmap mailmap: add two more addresses of Uwe Kleine-König
COPYING COPYING: state that all contributions really are covered by this file
CREDITS MAINTAINERS: Move Jason Cooper to CREDITS
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y
Kconfig kbuild: ensure full rebuild when the compiler is updated
MAINTAINERS Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Makefile Linux 5.10.20
README Drop all 00-INDEX files from Documentation/
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.