[PATCH v2 0/3] Support Dell models without _DSD

Stefan Binding posted 3 patches 1 year, 12 months ago
sound/pci/hda/cs35l41_hda.c          | 25 ++++++++--
sound/pci/hda/cs35l41_hda.h          | 12 ++++-
sound/pci/hda/cs35l41_hda_i2c.c      |  2 +-
sound/pci/hda/cs35l41_hda_property.c | 74 +++++++++++++++-------------
sound/pci/hda/cs35l41_hda_spi.c      |  2 +-
sound/pci/hda/patch_realtek.c        | 13 +++++
6 files changed, 87 insertions(+), 41 deletions(-)
[PATCH v2 0/3] Support Dell models without _DSD
Posted by Stefan Binding 1 year, 12 months ago
Add Quirks and driver properties for Dell models.
Driver properties are required since these models do not have _DSD.
Additionally, some laptops, including some of these, have an issue
with their BIOS which causes the SPI speed to be set too slow.
To ensure a decent performance for laptops with this slow speed,
disable firmware loading. Running without firmware results in lower
volume.

Changes since v1:
- Rebased onto for-linus

Stefan Binding (3):
  ALSA: hda: cs35l41: Support additional Dell models without _DSD
  ALSA: hda: cs35l41: Prevent firmware load if SPI speed too low
  ALSA: hda/realtek: Add quirks for Dell models

 sound/pci/hda/cs35l41_hda.c          | 25 ++++++++--
 sound/pci/hda/cs35l41_hda.h          | 12 ++++-
 sound/pci/hda/cs35l41_hda_i2c.c      |  2 +-
 sound/pci/hda/cs35l41_hda_property.c | 74 +++++++++++++++-------------
 sound/pci/hda/cs35l41_hda_spi.c      |  2 +-
 sound/pci/hda/patch_realtek.c        | 13 +++++
 6 files changed, 87 insertions(+), 41 deletions(-)

-- 
2.34.1
Re: [PATCH v2 0/3] Support Dell models without _DSD
Posted by Takashi Iwai 1 year, 11 months ago
On Thu, 21 Dec 2023 14:25:15 +0100,
Stefan Binding wrote:
> 
> Add Quirks and driver properties for Dell models.
> Driver properties are required since these models do not have _DSD.
> Additionally, some laptops, including some of these, have an issue
> with their BIOS which causes the SPI speed to be set too slow.
> To ensure a decent performance for laptops with this slow speed,
> disable firmware loading. Running without firmware results in lower
> volume.
> 
> Changes since v1:
> - Rebased onto for-linus
> 
> Stefan Binding (3):
>   ALSA: hda: cs35l41: Support additional Dell models without _DSD
>   ALSA: hda: cs35l41: Prevent firmware load if SPI speed too low
>   ALSA: hda/realtek: Add quirks for Dell models

Applied to topic/cs35l41 branch, which is merged to for-next (for
6.8).


thanks,

Takashi