Re: [resend/standalone PATCH v4] Add auxiliary bus support

2020-12-04 Thread Ranjani Sridharan
. > > > > Co-developed-by: Kiran Patil > > Co-developed-by: Ranjani Sridharan < > > ranjani.sridha...@linux.intel.com> > > Co-developed-by: Fred Oh > > Co-developed-by: Leon Romanovsky > > Signed-off-by: Kiran Patil > > Signed-off-by: Ranjani

Re: [resend/standalone PATCH v4] Add auxiliary bus support

2020-12-04 Thread Ranjani Sridharan
t; > The bus supports probe/remove shutdown and suspend/resume > > > > callbacks. > > > > Each auxiliary_device has a unique string based id; driver > > > > binds to > > > > an auxiliary_device based on this id through the bus. > > > &g

Re: [PATCH] ASoC: SOF: Intel: hda: unsolicited RIRB response

2020-06-11 Thread Ranjani Sridharan
On Thu, 2020-06-11 at 19:59 +0200, Takashi Iwai wrote: > On Thu, 11 Jun 2020 19:09:08 +0200, > Lu, Brent wrote: > > > > > Hi Brent, > > > > > > Thanks for the patch. Is this fix for a specific issue you're > > > seeing? > > > If so, could you please give us some details about it? > > > > > > Tha

Re: [PATCH] ASoC: SOF: Update correct LED status at the first time usage of update_mute_led()

2020-04-30 Thread Ranjani Sridharan
state, to update the > correct > LED status at first time usage. > > Fixes: 5d43001ae436 ("ASoC: SOF: acpi led support for switch > controls") > Signed-off-by: Kai-Heng Feng LGTM, thanks! Reviewed-by: Ranjani Sridharan

Re: [alsa-devel] [PATCH v2 3/3] ASoC: SOF: no need to check return value of debugfs_create functions

2019-07-31 Thread Ranjani Sridharan
o figure out the "name" of the file being > opened. > > Cc: Liam Girdwood > Cc: Mark Brown > Cc: Jaroslav Kysela > Cc: Takashi Iwai > Cc: Ranjani Sridharan > Cc: Pierre-Louis Bossart > Cc: alsa-de...@alsa-project.org > Signed-off-by: Greg Kroah-Hartman >

Re: [alsa-devel] [PATCH -next] ASoC: SOF: debug: fix possible memory leak in sof_dfsentry_write()

2019-07-05 Thread Ranjani Sridharan
s entries for > IPC flood test") > Signed-off-by: Wei Yongjun Thanks for fixing this, Wei! Reviewed-by: Ranjani Sridharan > --- > sound/soc/sof/debug.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/sound/soc/sof/debug.c b/sound/soc/sof/d

Re: [alsa-devel] [PATCH v2 11/11] ASoC: topology: Consolidate and fix asoc_tplg_dapm_widget_*_create flow

2019-06-24 Thread Ranjani Sridharan
ff-by: Amadeusz Sławiński < > amadeuszx.slawin...@linux.intel.com> Acked-by: Ranjani Sridharan I'm good with all the patches in the series. Thanks, Ranjani > --- > sound/soc/soc-topology.c | 77 ++-- > > 1 file changed, 35 inserti

Re: [alsa-devel] [PATCH v2 09/11] ASoC: Intel: hdac_hdmi: Set ops to NULL on remove

2019-06-19 Thread Ranjani Sridharan
On Wed, 2019-06-19 at 10:38 +0200, Amadeusz Sławiński wrote: > On Tue, 18 Jun 2019 08:58:22 -0700 > Ranjani Sridharan wrote: > > > On Tue, 2019-06-18 at 13:00 +0200, Amadeusz Sławiński wrote: > > > On Mon, 17 Jun 2019 13:51:42 -0700 > > > Ranjani Sridharan wro

Re: [alsa-devel] [PATCH v2 09/11] ASoC: Intel: hdac_hdmi: Set ops to NULL on remove

2019-06-18 Thread Ranjani Sridharan
On Tue, 2019-06-18 at 13:00 +0200, Amadeusz Sławiński wrote: > On Mon, 17 Jun 2019 13:51:42 -0700 > Ranjani Sridharan wrote: > > > On Mon, 2019-06-17 at 13:36 +0200, Amadeusz Sławiński wrote: > > > When we unload Skylake driver we may end up calling > > > hdac_c

Re: [alsa-devel] [PATCH v2 09/11] ASoC: Intel: hdac_hdmi: Set ops to NULL on remove

2019-06-17 Thread Ranjani Sridharan
On Mon, 2019-06-17 at 23:36 +0200, Takashi Iwai wrote: > On Mon, 17 Jun 2019 22:51:42 +0200, > Ranjani Sridharan wrote: > > > > On Mon, 2019-06-17 at 13:36 +0200, Amadeusz Sławiński wrote: > > > When we unload Skylake driver we may end up calling > > > hda

Re: [alsa-devel] [PATCH v2 09/11] ASoC: Intel: hdac_hdmi: Set ops to NULL on remove

2019-06-17 Thread Ranjani Sridharan
On Mon, 2019-06-17 at 13:36 +0200, Amadeusz Sławiński wrote: > When we unload Skylake driver we may end up calling > hdac_component_master_unbind(), it uses acomp->audio_ops, which we > set > in hdmi_codec_probe(), so we need to set it to NULL in > hdmi_codec_remove(), > otherwise we will dereferen