aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/rme9652/hdspm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/rme9652/hdspm.c')
-rw-r--r--sound/pci/rme9652/hdspm.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c
index f1bdda6cbcff..9a19ae6a64d9 100644
--- a/sound/pci/rme9652/hdspm.c
+++ b/sound/pci/rme9652/hdspm.c
@@ -23,7 +23,6 @@
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 * 24 *
25 */ 25 */
26#include <sound/driver.h>
27#include <linux/init.h> 26#include <linux/init.h>
28#include <linux/delay.h> 27#include <linux/delay.h>
29#include <linux/interrupt.h> 28#include <linux/interrupt.h>
@@ -3348,7 +3347,7 @@ static int snd_hdspm_set_defaults(struct hdspm * hdspm)
3348 unsigned int i; 3347 unsigned int i;
3349 3348
3350 /* ASSUMPTION: hdspm->lock is either held, or there is no need to 3349 /* ASSUMPTION: hdspm->lock is either held, or there is no need to
3351 hold it (e.g. during module initalization). 3350 hold it (e.g. during module initialization).
3352 */ 3351 */
3353 3352
3354 /* set defaults: */ 3353 /* set defaults: */
@@ -3416,7 +3415,7 @@ static int snd_hdspm_set_defaults(struct hdspm * hdspm)
3416 3415
3417 3416
3418/*------------------------------------------------------------ 3417/*------------------------------------------------------------
3419 interupt 3418 interrupt
3420 ------------------------------------------------------------*/ 3419 ------------------------------------------------------------*/
3421 3420
3422static irqreturn_t snd_hdspm_interrupt(int irq, void *dev_id) 3421static irqreturn_t snd_hdspm_interrupt(int irq, void *dev_id)