Re: [PATCH] ASoC: Intel: Atom: read timestamp moved to period_elapsed

2019-07-10 Thread Curtis Malainey
their ok since this is one of the closed source firmware drivers. Reviewed-by: Curtis Malainey > > > > Signed-off-by: Alex Levin > > --- > > sound/soc/intel/atom/sst-mfld-platform-pcm.c | 23 +--- > > 1 file changed, 15 insertions(+), 8 deletions(

Re: [PATCH v7 3/4] ASoC: rt5677: clear interrupts by polarity flip

2019-06-18 Thread Curtis Malainey
On Tue, Jun 18, 2019 at 11:47 AM Mark Brown wrote: > > On Tue, Jun 18, 2019 at 11:12:58AM -0700, Curtis Malainey wrote: > > On Tue, Jun 18, 2019 at 11:01 AM Fletcher Woodruff > > > On Sun, Jun 16, 2019 at 10:56 AM Cezary Rojewski > > > > On 2019-06-

Re: [PATCH v7 3/4] ASoC: rt5677: clear interrupts by polarity flip

2019-06-18 Thread Curtis Malainey
On Tue, Jun 18, 2019 at 11:01 AM Fletcher Woodruff wrote: > > On Sun, Jun 16, 2019 at 10:56 AM Cezary Rojewski > wrote: > > On 2019-06-14 21:48, Fletcher Woodruff wrote: > > > +static irqreturn_t rt5677_irq(int unused, void *data) > > > +{ > > > + struct rt5677_priv *rt5677 = data; > > > +

Re: [PATCH] ASoC: Intel: sst: fix kmalloc call with wrong flags

2019-06-07 Thread Curtis Malainey
E Kefka, BIOS Google_Kefka.7287.337.0 > 03/02/2017 > [ 20.250893] R10: 562dd1064d30 R11: 3c8cc825b908 R12: > 3c8cc966d3c0 > [ 20.250896] R13: 3c8cc9e280c0 R14: 00000000 R15: > > > Signed-off-by: Alex Levin Reviewed-by: Curtis Malainey > --- >

Re: [PATCH v5 1/3] ASoC: rt5677: allow multiple interrupt sources

2019-05-09 Thread Curtis Malainey
From: Mark Brown Date: Wed, May 8, 2019 at 7:33 PM To: Curtis Malainey Cc: Fletcher Woodruff, Linux Kernel Mailing List, Ben Zhang, Jaroslav Kysela, Liam Girdwood, Oder Chiou, Takashi Iwai, Curtis Malainey, > On Wed, May 08, 2019 at 02:39:32PM -0700, Curtis Malainey wrote: > > >

Re: [PATCH v5 1/3] ASoC: rt5677: allow multiple interrupt sources

2019-05-08 Thread Curtis Malainey
From: Mark Brown Date: Wed, May 8, 2019 at 12:36 AM To: Fletcher Woodruff Cc: , Ben Zhang, Jaroslav Kysela, Liam Girdwood, Oder Chiou, Takashi Iwai, Curtis Malainey, > On Tue, May 07, 2019 at 04:01:13PM -0600, Fletcher Woodruff wrote: > > > This patch does not add polarity flip

Re: [alsa-devel] [PATCH v4 1/3] ASoC: rt5677: allow multiple interrupt sources

2019-05-07 Thread Curtis Malainey
On Fri, May 3, 2019 at 4:10 PM Fletcher Woodruff wrote: > > From: Ben Zhang > > This patch allows headphone plug detect and mic present > detect to be enabled at the same time. This patch implements > an irq_chip with irq_domain directly instead of using > regmap-irq, so that interrupt source

Re: [PATCH] ASoC: core: Fix use-after-free after deferred card registration

2019-03-26 Thread Curtis Malainey
gister_card() to fix the problem. > > Fixes: 78a24e10cd94 ("ASoC: soc-core: clear platform pointers on error") > Cc: Curtis Malainey > Signed-off-by: Guenter Roeck > --- > sound/soc/soc-core.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/sound/so

Re: Regression: ASoC: soc-core: clear platform pointers on error

2019-03-01 Thread Curtis Malainey
On Fri, Mar 1, 2019 at 4:07 AM Jon Hunter wrote: > > Hi Mark, Curtis, > > I am seeing a regression on -next where the soundcard on one of our > Tegra boards fails to initialise following a probe deferral. The bisect > points to the commit 78a24e10cd94420f1b4e2dc5923ae7109e2aaba1 ('ASoC: >

Re: [alsa-devel] [PATCH] ASoC: soc-core: Fix null pointer dereference in soc_find_component

2019-01-24 Thread Curtis Malainey
I have a patch to fix the memory leak but I haven't been able to test it yet because I am remote right now and I accidentally bootlooped the AMD device I am working on. I will have this tested early next week. Here is the patch for anyone interested. Curtis Malainey | Software Engineer

Re: [alsa-devel] [PATCH] ASoC: soc-core: Fix null pointer dereference in soc_find_component

2019-01-22 Thread Curtis Malainey
Curtis Malainey | Software Engineer | cujomalai...@google.com | 650-898-3849 On Wed, Jan 23, 2019 at 4:11 AM Pierre-Louis Bossart wrote: > > > > The issue was that we were seeing a memory corruption bug on an AMD > > chromebooks with that function already (not obs

Re: [alsa-devel] [PATCH] ASoC: soc-core: Fix null pointer dereference in soc_find_component

2019-01-18 Thread Curtis Malainey
On Fri, Jan 18, 2019 at 5:12 PM Curtis Malainey wrote: > > > > On Fri, Jan 18, 2019 at 3:02 PM Pierre-Louis Bossart > wrote: >> >> >> On 1/15/19 3:16 PM, Pierre-Louis Bossart wrote: >> > >> >>> Beyond the fact that the platform_name