[PATCH] 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.

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

2011-08-16 Thread Tabi Timur-B04825
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 that the IRQ number is wrong until he tries