2022-03-19 21:22:03

by Vitaly Rodionov

[permalink] [raw]
Subject: [PATCH 0/6] Add new HW variants and fix few minor issues

This series adds new HW variants for Dell's Dolphin and Warlock,
and also fixies few very minor issues.

Stefan Binding (5):
ALSA: hda/cs8409: Fix Warlock using dual mic configuration
ALSA: hda/cs8409: Re-order quirk table into ascending order
ALSA: hda/cs8409: Fix Full Scale Volume setting for all variants
ALSA: hda/cs8409: Support new Warlock MLK Variants
ALSA: hda/cs8409: Disable HSBIAS_SENSE_EN for Cyborg

Vitaly Rodionov (1):
ALSA: hda/cs8409: Add new Dolphin HW variants

sound/pci/hda/patch_cs8409-tables.c | 68 +++++++++++++++++++++--------
sound/pci/hda/patch_cs8409.c | 47 +++++++++++---------
sound/pci/hda/patch_cs8409.h | 5 +++
3 files changed, 83 insertions(+), 37 deletions(-)

--
2.25.1


2022-03-28 22:08:15

by Takashi Iwai

[permalink] [raw]
Subject: Re: [PATCH 0/6] Add new HW variants and fix few minor issues

On Mon, 28 Mar 2022 13:56:08 +0200,
Vitaly Rodionov wrote:
>
> This series adds new HW variants for Dell's Dolphin and Warlock,
> and also fixies few very minor issues.
>
> Stefan Binding (5):
> ALSA: hda/cs8409: Fix Warlock to use mono mic configuration
> ALSA: hda/cs8409: Re-order quirk table into ascending order
> ALSA: hda/cs8409: Fix Full Scale Volume setting for all variants
> ALSA: hda/cs8409: Support new Warlock MLK Variants
> ALSA: hda/cs8409: Disable HSBIAS_SENSE_EN for Cyborg
>
> Vitaly Rodionov (1):
> ALSA: hda/cs8409: Add new Dolphin HW variants

Thanks, applied now.


Takashi