[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <874jfdwsfg.wl-tiwai@suse.de>
Date: Tue, 16 Jan 2024 10:14:59 +0100
From: Takashi Iwai <tiwai@...e.de>
To: Kenzo Gomez <kenzo.sgomez@...il.com>
Cc: sbinding@...nsource.cirrus.com,
James Schulman <james.schulman@...rus.com>,
David Rhodes <david.rhodes@...rus.com>,
Richard Fitzgerald <rf@...nsource.cirrus.com>,
Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>,
alsa-devel@...a-project.org,
patches@...nsource.cirrus.com,
linux-sound@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] ALSA: hda: cs35l41: Support additional ASUS Zenbook UX3402VA
On Fri, 12 Jan 2024 19:20:34 +0100,
Kenzo Gomez wrote:
>
> Add new model entry into configuration table.
>
> Signed-off-by: Kenzo Gomez <kenzo.sgomez@...il.com>
This isn't applied cleanly to the latest code, as there were code
changes to drop some fields.
Please rebase on top of for-linus branch of sound.git tree (or the
latest Linus tree) and resubmit.
thanks,
Takashi
> ---
> sound/pci/hda/cs35l41_hda_property.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/sound/pci/hda/cs35l41_hda_property.c b/sound/pci/hda/cs35l41_hda_property.c
> index c1afb721b4c6..9ec5773e580e 100644
> --- a/sound/pci/hda/cs35l41_hda_property.c
> +++ b/sound/pci/hda/cs35l41_hda_property.c
> @@ -54,6 +54,7 @@ static const struct cs35l41_config cs35l41_config_table[] = {
> { "10431533", I2C, 2, INTERNAL, { CS35L41_LEFT, CS35L41_RIGHT, 0, 0 }, 0, 1, -1, 1000, 4500, 24 },
> { "10431573", SPI, 2, INTERNAL, { CS35L41_LEFT, CS35L41_RIGHT, 0, 0 }, 1, 2, 0, 1000, 4500, 24 },
> { "10431663", SPI, 2, INTERNAL, { CS35L41_LEFT, CS35L41_RIGHT, 0, 0 }, 1, -1, 0, 1000, 4500, 24 },
> + { "104316A3", SPI, 2, EXTERNAL, { CS35L41_LEFT, CS35L41_RIGHT, 0, 0 }, 1, 2, 0, 0, 0, 0 },
> { "104316D3", SPI, 2, EXTERNAL, { CS35L41_LEFT, CS35L41_RIGHT, 0, 0 }, 1, 2, 0, 0, 0, 0 },
> { "104316F3", SPI, 2, EXTERNAL, { CS35L41_LEFT, CS35L41_RIGHT, 0, 0 }, 1, 2, 0, 0, 0, 0 },
> { "104317F3", I2C, 2, INTERNAL, { CS35L41_LEFT, CS35L41_RIGHT, 0, 0 }, 0, 1, -1, 1000, 4500, 24 },
> @@ -358,6 +359,7 @@ static const struct cs35l41_prop_model cs35l41_prop_model_table[] = {
> { "CSC3551", "10431533", generic_dsd_config },
> { "CSC3551", "10431573", generic_dsd_config },
> { "CSC3551", "10431663", generic_dsd_config },
> + { "CSC3551", "104316A3", generic_dsd_config },
> { "CSC3551", "104316D3", generic_dsd_config },
> { "CSC3551", "104316F3", generic_dsd_config },
> { "CSC3551", "104317F3", generic_dsd_config },
> --
> 2.43.0
>
Powered by blists - more mailing lists