On Fri, Jun 07, 2013 at 08:26:14PM +0800, Nicolin Chen wrote:

> +
> +struct imx_priv {
> +     int hp_gpio;
> +     int hp_active_low;
> +     int hp_status;
> +     int amic_gpio;
> +     int amic_active_low;
> +     int amic_status;

These are just recorded in the struct but never actually seem to be
used?

> +     struct platform_device *pdev;
> +     struct snd_pcm_substream *first_stream;
> +     struct snd_pcm_substream *second_stream;

These aren't used any more.

Attachment: signature.asc
Description: Digital signature

_______________________________________________
devicetree-discuss mailing list
devicetree-discuss@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/devicetree-discuss

Reply via email to