Re: [PATCH] [v2] ASoC: claim the IRQ when the fsl_ssi device is probed, not opened

2011-08-16 Thread Mark Brown
On Tue, Aug 16, 2011 at 06:47:45PM -0400, Timur Tabi wrote: > The PowerPC Freescale SSI driver is claiming the IRQ when the IRQ when > the device is opened, which means that the /proc/interrupts entry for > the SSI exists only during playback or capture. This also meant that > the user won't know

[PATCH] [v2] ASoC: claim the IRQ when the fsl_ssi device is probed, not opened

2011-08-16 Thread Timur Tabi
The PowerPC Freescale SSI driver is claiming the IRQ when the IRQ when the device is opened, which means that the /proc/interrupts entry for the SSI exists only during playback or capture. This also meant that the user won't know that the IRQ number is wrong until he tries to use the device. Inst