[alsa-devel] [RFC PATCH 4/5] ASoC: SOF: Intel: hda: add SoundWire stream config/free callbacks
Guennadi Liakhovetski
guennadi.liakhovetski at linux.intel.com
Thu Aug 22 09:23:39 CEST 2019
On Thu, Aug 22, 2019 at 09:18:35AM +0200, Guennadi Liakhovetski wrote:
[snip]
> > static int hda_sdw_init(struct snd_sof_dev *sdev)
> > {
> > acpi_handle handle;
> > @@ -67,6 +131,8 @@ static int hda_sdw_init(struct snd_sof_dev *sdev)
> > res.mmio_base = sdev->bar[HDA_DSP_BAR];
> > res.irq = sdev->ipc_irq;
> > res.parent = sdev->dev;
> > + res.ops = &sdw_callback;
> > + res.arg = sdev;
> >
> > sdw = sdw_intel_init(handle, &res);
> > if (!sdw) {
>
> Hm, looks like this function is using spaces for indentation... Let me check
> if this is coming from an earlier patch
Ouch, it's mutt or whatever editor it's using... Sorry for the noise.
Thanks
Guennadi
More information about the Alsa-devel
mailing list