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

Reply via email to