Message ID | 20210205184630.1938761-1-kai.vehmanen@linux.intel.com |
---|---|
Headers | show |
Series | ALSA: hda: add link_power op to hdac_bus_ops | expand |
On Fri, 05 Feb 2021 19:46:27 +0100, Kai Vehmanen wrote: > > Here's the 2nd iteration of the patch to improve link management > granularity between controllers using HDA extended bus and HDA > codec drivers. > > Based on feedback to V1, this now adds a new link_power op. > This allows to decouple HDA codec drivers from the hdac_ext core. > > I also included two patches to SOF to show how this interface is > used in SOF. > > Kai Vehmanen (3): > ALSA: hda: add link_power op to hdac_bus_ops > ASoC: SOF: Intel: hda: use hdac_ext fine-grained link management > ASoC: SOF: Intel: hda: release display power at link_power The patch set looks good to me. If Mark can give an ack, I'll merge them through my tree later. thanks, Takashi
On Mon, 08 Feb 2021 12:11:20 +0100, Mark Brown wrote: > > On Sat, Feb 06, 2021 at 01:24:38PM +0100, Takashi Iwai wrote: > > Kai Vehmanen wrote: > > > > Kai Vehmanen (3): > > > ALSA: hda: add link_power op to hdac_bus_ops > > > ASoC: SOF: Intel: hda: use hdac_ext fine-grained link management > > > ASoC: SOF: Intel: hda: release display power at link_power > > > The patch set looks good to me. If Mark can give an ack, I'll merge > > them through my tree later. > > Yeah, looks good to me too > > Acked-by: Mark Brown <broonie@kernel.org> OK, thanks. Now I applied all three patches to for-next branch. Takashi