From: Takashi Iwai <tiwai@suse.de>
To: <broonie@kernel.org>
Cc: Richard Fitzgerald <rf@opensource.cirrus.com>, <tiwai@suse.com>,
<perex@perex.cz>, <alsa-devel@alsa-project.org>,
<linux-kernel@vger.kernel.org>, <patches@opensource.cirrus.com>
Subject: Re: [PATCH v4 00/12] ALSA: hda: Adding support for CS35L56 on HDA systems
Date: Mon, 05 Jun 2023 09:47:18 +0200 [thread overview]
Message-ID: <87mt1eic55.wl-tiwai@suse.de> (raw)
In-Reply-To: <87o7luic7c.wl-tiwai@suse.de>
On Mon, 05 Jun 2023 09:45:59 +0200,
Takashi Iwai wrote:
>
> On Thu, 01 Jun 2023 17:47:19 +0200,
> Richard Fitzgerald wrote:
> >
> > This set of patches adds support for using the CS35L56 boosted smart
> > amplifier on HDA systems. In these systems the CS35L56 audio is
> > routed through a HDA-to-I2S bridge codec.
> >
> > This doesn't include the changes to the Realtek driver to actually hook
> > up the CS35L56 driver, because we don't yet have the QUIRK IDs to
> > associate it with. But we want to publish the driver now so that it is
> > available for bringing up hardware with the CS35L56.
> >
> > The first 9 patches are moving code out of the ASoC driver and into the
> > shared library so that it can be shared with the HDA driver.
> >
> > Patch #10 fixes missing #includes in the HDA headers so that the CS35L56
> > driver doesn't have to #include headers that it doesn't use.
> >
> > Finally, #11 and #12 actually add the support for CS35L56 on HDA.
> >
> > CHANGES SINCE V3
> > Patch 01:
> > - Fix double-free of IRQ caused by passing wrong cookie to devm_irq_free()
> > Patch 12:
> > - Fix memory leak of struct firmware object and firmware name strings.
> > - Find and open firmware files before taking the irq_lock mutex and pm_runtime.
> > - Don't bother executing the firmware loading code if no firmware files were
> > found.
> >
> > Richard Fitzgerald (4):
> > ASoC: cs35l56: Move runtime suspend/resume to shared library
> > ASoC: cs35l56: Move cs_dsp init into shared library
> > ASoC: cs35l56: Move part of cs35l56_init() to shared library
> > ALSA: hda: Fix missing header dependencies
> >
> > Simon Trimmer (8):
> > ASoC: cs35l56: Move shared data into a common data structure
> > ASoC: cs35l56: Make cs35l56_system_reset() code more generic
> > ASoC: cs35l56: Convert utility functions to use common data structure
> > ASoC: cs35l56: Move utility functions to shared file
> > ASoC: cs35l56: Make common function for control port wait
> > ASoC: cs35l56: Make a common function to shutdown the DSP
> > ALSA: hda: Add mute_hook to hda_component
> > ALSA: hda/cs35l56: Add driver for Cirrus Logic CS35L56 amplifier
>
> It'd be likely easier to merge all those via ASoC tree, I suppose, as
> some patches seem to have prerequisite in the recent ASoC changes.
> So, Mark, could you take those through yours?
>
> Feel free to put my ack:
>
> Reviewed-by: Takashi Iwai <tiwai@suse.de>
Oh, and after you merge them, please send a PR to sound.git tree,
too. This will make our lives easier, as there will be other
conflicting changes for HD-audio component for TAS codecs, too.
thanks,
Takashi
prev parent reply other threads:[~2023-06-05 7:47 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-01 15:47 [PATCH v4 00/12] ALSA: hda: Adding support for CS35L56 on HDA systems Richard Fitzgerald
2023-06-01 15:47 ` [PATCH v4 01/12] ASoC: cs35l56: Move shared data into a common data structure Richard Fitzgerald
2023-06-01 15:47 ` [PATCH v4 02/12] ASoC: cs35l56: Make cs35l56_system_reset() code more generic Richard Fitzgerald
2023-06-01 15:47 ` [PATCH v4 03/12] ASoC: cs35l56: Convert utility functions to use common data structure Richard Fitzgerald
2023-06-01 15:47 ` [PATCH v4 04/12] ASoC: cs35l56: Move utility functions to shared file Richard Fitzgerald
2023-06-01 15:47 ` [PATCH v4 05/12] ASoC: cs35l56: Move runtime suspend/resume to shared library Richard Fitzgerald
2023-06-01 15:47 ` [PATCH v4 06/12] ASoC: cs35l56: Move cs_dsp init into " Richard Fitzgerald
2023-06-01 15:47 ` [PATCH v4 07/12] ASoC: cs35l56: Move part of cs35l56_init() to " Richard Fitzgerald
2023-06-01 15:47 ` [PATCH v4 08/12] ASoC: cs35l56: Make common function for control port wait Richard Fitzgerald
2023-06-01 15:47 ` [PATCH v4 09/12] ASoC: cs35l56: Make a common function to shutdown the DSP Richard Fitzgerald
2023-06-01 15:47 ` [PATCH v4 10/12] ALSA: hda: Fix missing header dependencies Richard Fitzgerald
2023-06-01 15:47 ` [PATCH v4 11/12] ALSA: hda: Add mute_hook to hda_component Richard Fitzgerald
2023-06-01 15:47 ` [PATCH v4 12/12] ALSA: hda/cs35l56: Add driver for Cirrus Logic CS35L56 amplifier Richard Fitzgerald
2023-06-05 7:45 ` [PATCH v4 00/12] ALSA: hda: Adding support for CS35L56 on HDA systems Takashi Iwai
2023-06-05 7:47 ` Takashi Iwai [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87mt1eic55.wl-tiwai@suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=patches@opensource.cirrus.com \
--cc=perex@perex.cz \
--cc=rf@opensource.cirrus.com \
--cc=tiwai@suse.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox