ASoC: mxs: mxs-saif: Register the irq with the device name
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 10 Nov 2014 19:49:30 +0000 (17:49 -0200)
committerMark Brown <broonie@kernel.org>
Mon, 10 Nov 2014 19:58:31 +0000 (19:58 +0000)
commit8c2727f97b4825adaad43bf98632abc9940345a4
tree02e8f3184509ab8566876290c9cc20d689265821
parentf114040e3ea6e07372334ade75d1ee0775c355e1
ASoC: mxs: mxs-saif: Register the irq with the device name

Instead of registering the irq name with the driver name, it's better to pass
the device name so that we have a more explicit indication as to what saif
instance the irq is related:

$ cat /proc/interrupts
           CPU0
...
214:          4         -  59  80042000.saif
215:          0         -  58  80046000.saif

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/mxs/mxs-saif.c