diff options
Diffstat (limited to 'sound/pci/rme9652/hdspm.c')
-rw-r--r-- | sound/pci/rme9652/hdspm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c index f1bdda6cbcff..6b1d5292fc20 100644 --- a/sound/pci/rme9652/hdspm.c +++ b/sound/pci/rme9652/hdspm.c | |||
@@ -3348,7 +3348,7 @@ static int snd_hdspm_set_defaults(struct hdspm * hdspm) | |||
3348 | unsigned int i; | 3348 | unsigned int i; |
3349 | 3349 | ||
3350 | /* ASSUMPTION: hdspm->lock is either held, or there is no need to | 3350 | /* ASSUMPTION: hdspm->lock is either held, or there is no need to |
3351 | hold it (e.g. during module initalization). | 3351 | hold it (e.g. during module initialization). |
3352 | */ | 3352 | */ |
3353 | 3353 | ||
3354 | /* set defaults: */ | 3354 | /* set defaults: */ |
@@ -3416,7 +3416,7 @@ static int snd_hdspm_set_defaults(struct hdspm * hdspm) | |||
3416 | 3416 | ||
3417 | 3417 | ||
3418 | /*------------------------------------------------------------ | 3418 | /*------------------------------------------------------------ |
3419 | interupt | 3419 | interrupt |
3420 | ------------------------------------------------------------*/ | 3420 | ------------------------------------------------------------*/ |
3421 | 3421 | ||
3422 | static irqreturn_t snd_hdspm_interrupt(int irq, void *dev_id) | 3422 | static irqreturn_t snd_hdspm_interrupt(int irq, void *dev_id) |