From: Vinod Koul <vinod.koul@intel.com>
To: Mark Brown <broonie@kernel.org>
Cc: alsa-devel@alsa-project.org, tiwai@suse.de,
liam.r.girdwood@linux.intel.com, patches.audio@intel.com,
Jeeja KP <jeeja.kp@intel.com>,
"Subhransu S. Prusty" <subhransu.s.prusty@intel.com>
Subject: Re: [PATCH v7 1/4] ASoC: Intel: add Skylake HDA platform driver
Date: Thu, 9 Jul 2015 09:50:37 +0530 [thread overview]
Message-ID: <20150709042037.GD836@localhost> (raw)
In-Reply-To: <20150708185655.GD11162@sirena.org.uk>
[-- Attachment #1.1: Type: text/plain, Size: 1448 bytes --]
On Wed, Jul 08, 2015 at 07:56:55PM +0100, Mark Brown wrote:
> On Mon, Jul 06, 2015 at 08:54:23AM +0530, Vinod Koul wrote:
>
> > + dev_dbg(dai->dev, "%s: %s\n", __func__, dai->name);
> > + pm_runtime_get_sync(dai->dev);
>
> Check the return value please, this can fail.
Yes..
>
> > +static int skl_get_format(struct snd_pcm_substream *substream,
> > + struct snd_soc_dai *dai)
> > +{
> > + struct snd_soc_pcm_runtime *rtd = snd_pcm_substream_chip(substream);
> > + struct skl_dma_params *dma_params;
> > + int format_val = 0;
> > + struct snd_soc_dai *codec_dai = rtd->codec_dai;
> > +
> > + dma_params = (struct skl_dma_params *)
> > + snd_soc_dai_get_dma_data(codec_dai, substream);
>
> Should be no need to cast away from void.
Right.
>
> > + if (substream->runtime->dma_area)
> > + memset(substream->runtime->dma_area, 0,
> > + params_buffer_bytes(params));
>
> Why do we need to memset here?
Nope, the buffer is allocated thru snd_pcm_lib_malloc_pages() which IIUC
would for this case do a kzalloc, so we should rmeove this
>
> > + dma_params = (struct skl_dma_params *)
> > + snd_soc_dai_get_dma_data(dai, substream);
> > +
> > + pm_runtime_mark_last_busy(dai->dev);
> > + pm_runtime_put_autosuspend(dai->dev);
> > + kfree(dma_params);
>
> We check elsewhere for dma_params being NULL, shouldn't we set it to be
> NULL when we free?
Thanks for pointing, fixed now
--
~Vinod
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
next prev parent reply other threads:[~2015-07-09 4:18 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-06 3:24 [PATCH v7 0/4] ASoC: intel - add skylake PCM driver Vinod Koul
2015-07-06 3:24 ` [PATCH v7 1/4] ASoC: Intel: add Skylake HDA platform driver Vinod Koul
2015-07-08 18:56 ` Mark Brown
2015-07-09 4:20 ` Vinod Koul [this message]
2015-07-06 3:24 ` [PATCH v7 2/4] ASoC: Intel - add Skylake HDA audio driver Vinod Koul
2015-07-08 19:01 ` Mark Brown
2015-07-09 4:23 ` Vinod Koul
2015-07-06 3:24 ` [PATCH v7 3/4] ASoC: Intel - add makefile support for SKL driver Vinod Koul
2015-07-06 3:24 ` [PATCH v7 4/4] ASoC: intel - adds support for decoupled mode in skl driver Vinod Koul
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150709042037.GD836@localhost \
--to=vinod.koul@intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=jeeja.kp@intel.com \
--cc=liam.r.girdwood@linux.intel.com \
--cc=patches.audio@intel.com \
--cc=subhransu.s.prusty@intel.com \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.