10 Jun
2013
10 Jun
'13
7:08 p.m.
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.