All of lore.kernel.org
 help / color / mirror / Atom feed
From: Timur Tabi <timur@tabi.org>
To: Arnaud Mouiche <arnaud.mouiche@invoxia.com>,
	Nicolin Chen <nicoleotsuka@gmail.com>,
	Xiubo Li <Xiubo.Lee@gmail.com>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
	Takashi Iwai <tiwai@suse.com>,
	alsa-devel@alsa-project.org, festevam@gmail.com, caleb@crome.org
Subject: Re: [PATCH v4 3/6] ASoC: fsl_ssi: Save a dev reference for dev_err() purpose.
Date: Tue, 3 May 2016 07:17:32 -0500	[thread overview]
Message-ID: <572896DC.6080008@tabi.org> (raw)
In-Reply-To: <1462277640-20052-4-git-send-email-arnaud.mouiche@invoxia.com>

Arnaud Mouiche wrote:
> diff --git a/sound/soc/fsl/fsl_ssi.c b/sound/soc/fsl/fsl_ssi.c
> index 1a9d0ad..695f041 100644
> --- a/sound/soc/fsl/fsl_ssi.c
> +++ b/sound/soc/fsl/fsl_ssi.c
> @@ -262,6 +262,7 @@ struct fsl_ssi_private {
>   	struct fsl_ssi_dbg dbg_stats;
>
>   	const struct fsl_ssi_soc_data *soc;
> +	struct device *dev;
>   };

I don't see where this pointer is used.

  reply	other threads:[~2016-05-03 12:17 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-03 12:13 [PATCH v4 0/6] ASoC: fsl_ssi: Fixing various channel slips and bad samples insertions Arnaud Mouiche
2016-05-03 12:13 ` [PATCH v4 1/6] ASoC: fsl_ssi: Real hardware channels max number is 32 Arnaud Mouiche
2016-05-03 12:23   ` Fabio Estevam
2016-05-10 16:32     ` Caleb Crome
2016-05-03 12:13 ` [PATCH v4 2/6] ASoC: fsl_ssi: The IPG/5 limitation concerns the bitclk, not the sysclk Arnaud Mouiche
2016-05-03 12:23   ` Fabio Estevam
2016-05-10 16:33     ` Caleb Crome
2016-05-03 12:13 ` [PATCH v4 3/6] ASoC: fsl_ssi: Save a dev reference for dev_err() purpose Arnaud Mouiche
2016-05-03 12:17   ` Timur Tabi [this message]
2016-05-07 22:54     ` Fabio Estevam
2016-05-10 16:34   ` Caleb Crome
2016-05-03 12:13 ` [PATCH v4 4/6] ASoC: fsl_ssi: Fix samples being dropped at Playback startup Arnaud Mouiche
2016-05-03 12:24   ` Fabio Estevam
2016-05-10 16:34     ` Caleb Crome
2016-05-03 12:13 ` [PATCH v4 5/6] ASoC: fsl_ssi: Fix channel slipping in Playback at startup Arnaud Mouiche
2016-05-03 12:24   ` Fabio Estevam
2016-05-10 16:34     ` Caleb Crome
2016-05-03 12:14 ` [PATCH v4 6/6] ASoC: fsl_ssi: Fix channel slipping on capture (or playback) restart in full duplex Arnaud Mouiche
2016-05-03 12:24   ` Fabio Estevam
2016-05-10 16:34     ` Caleb Crome
2016-05-13 12:25   ` Applied "ASoC: fsl_ssi: Fix channel slipping on capture (or playback) restart in full duplex." to the asoc tree Mark Brown
2016-05-07 22:56 ` [PATCH v4 0/6] ASoC: fsl_ssi: Fixing various channel slips and bad samples insertions Fabio Estevam
2016-05-07 23:16   ` Nicolin Chen
2016-05-10 16:32     ` Caleb Crome

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=572896DC.6080008@tabi.org \
    --to=timur@tabi.org \
    --cc=Xiubo.Lee@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=arnaud.mouiche@invoxia.com \
    --cc=broonie@kernel.org \
    --cc=caleb@crome.org \
    --cc=festevam@gmail.com \
    --cc=lgirdwood@gmail.com \
    --cc=nicoleotsuka@gmail.com \
    --cc=perex@perex.cz \
    --cc=tiwai@suse.com \
    /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.