[PATCH v1 0/4] Support HP Models without _DSD

Stefan Binding posted 4 patches 2 years ago
There is a newer version of this series
sound/pci/hda/cs35l41_hda_property.c | 90 +++++++++++++++++++++++-----
sound/pci/hda/patch_realtek.c        | 40 +++++++++++++
2 files changed, 114 insertions(+), 16 deletions(-)
[PATCH v1 0/4] Support HP Models without _DSD
Posted by Stefan Binding 2 years ago
Add Quirks and driver properties for Dell models.
Driver properties are required since these models do not have _DSD.
Some models require special handing for Speaker ID and cannot use
the configuration table to add properties.
Also fix an issue for Channel Index property, when set through the
configuration table, to use the same method as when loading _DSD
properties. This is needed for laptops with 4 amps where the
channels do not alternate.

Stefan Binding (4):
  ALSA: hda: cs35l41: Set Channel Index correctly when system is missing
    _DSD
  ALSA: hda: cs35l41: Support additional HP Envy Models
  ALSA: hda: cs35l41: Support HP models without _DSD using dual Speaker
    ID
  ALSA: hda/realtek: Add quirks for various HP ENVY models

 sound/pci/hda/cs35l41_hda_property.c | 90 +++++++++++++++++++++++-----
 sound/pci/hda/patch_realtek.c        | 40 +++++++++++++
 2 files changed, 114 insertions(+), 16 deletions(-)

-- 
2.34.1
Re: [PATCH v1 0/4] Support HP Models without _DSD
Posted by Takashi Iwai 2 years ago
On Fri, 26 Jan 2024 12:30:03 +0100,
Stefan Binding wrote:
> 
> Add Quirks and driver properties for Dell models.
> Driver properties are required since these models do not have _DSD.
> Some models require special handing for Speaker ID and cannot use
> the configuration table to add properties.
> Also fix an issue for Channel Index property, when set through the
> configuration table, to use the same method as when loading _DSD
> properties. This is needed for laptops with 4 amps where the
> channels do not alternate.
> 
> Stefan Binding (4):
>   ALSA: hda: cs35l41: Set Channel Index correctly when system is missing
>     _DSD
>   ALSA: hda: cs35l41: Support additional HP Envy Models
>   ALSA: hda: cs35l41: Support HP models without _DSD using dual Speaker
>     ID
>   ALSA: hda/realtek: Add quirks for various HP ENVY models

The last one conflicts with the latest for-next branch due to the
recent change from Cirrus.  Could you rebase and resubmit?


thanks,

Takashi
Re: [PATCH v1 0/4] Support HP Models without _DSD
Posted by Richard Fitzgerald 2 years ago
On 26/01/2024 15:14, Takashi Iwai wrote:
> On Fri, 26 Jan 2024 12:30:03 +0100,
> Stefan Binding wrote:
>>
>> Add Quirks and driver properties for Dell models.
>> Driver properties are required since these models do not have _DSD.
>> Some models require special handing for Speaker ID and cannot use
>> the configuration table to add properties.
>> Also fix an issue for Channel Index property, when set through the
>> configuration table, to use the same method as when loading _DSD
>> properties. This is needed for laptops with 4 amps where the
>> channels do not alternate.
>>
>> Stefan Binding (4):
>>    ALSA: hda: cs35l41: Set Channel Index correctly when system is missing
>>      _DSD
>>    ALSA: hda: cs35l41: Support additional HP Envy Models
>>    ALSA: hda: cs35l41: Support HP models without _DSD using dual Speaker
>>      ID
>>    ALSA: hda/realtek: Add quirks for various HP ENVY models
> 
> The last one conflicts with the latest for-next branch due to the
> recent change from Cirrus.  Could you rebase and resubmit?
> 

Yes, sorry. That's my fault for not syncing up with Stefan before
sending the other patch.