diff options
author | Joe Perches <joe@perches.com> | 2007-12-18 07:13:47 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 11:29:41 -0500 |
commit | 561de31a23a8a5d23baeb8b2ce7c6102cb649616 (patch) | |
tree | 1a5ebe319ea7ca10e0068f2a8f97b3e3dfde2177 /sound/pci/rme9652 | |
parent | f488d9fcc84692ca0060b4e16c1c61a8d514cea8 (diff) |
[ALSA] sound/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/rme9652')
-rw-r--r-- | sound/pci/rme9652/hdsp.c | 2 | ||||
-rw-r--r-- | sound/pci/rme9652/hdspm.c | 4 | ||||
-rw-r--r-- | sound/pci/rme9652/rme9652.c | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sound/pci/rme9652/hdsp.c b/sound/pci/rme9652/hdsp.c index 7956b24eaf34..67ec08cd9901 100644 --- a/sound/pci/rme9652/hdsp.c +++ b/sound/pci/rme9652/hdsp.c | |||
@@ -3604,7 +3604,7 @@ static int snd_hdsp_set_defaults(struct hdsp *hdsp) | |||
3604 | 3604 | ||
3605 | /* ASSUMPTION: hdsp->lock is either held, or | 3605 | /* ASSUMPTION: hdsp->lock is either held, or |
3606 | there is no need to hold it (e.g. during module | 3606 | there is no need to hold it (e.g. during module |
3607 | initalization). | 3607 | initialization). |
3608 | */ | 3608 | */ |
3609 | 3609 | ||
3610 | /* set defaults: | 3610 | /* set defaults: |
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) |
diff --git a/sound/pci/rme9652/rme9652.c b/sound/pci/rme9652/rme9652.c index 34f96f12e5bf..1d73be692b08 100644 --- a/sound/pci/rme9652/rme9652.c +++ b/sound/pci/rme9652/rme9652.c | |||
@@ -148,7 +148,7 @@ MODULE_SUPPORTED_DEVICE("{{RME,Hammerfall}," | |||
148 | #define RME9652_start_bit (1<<0) /* start record/play */ | 148 | #define RME9652_start_bit (1<<0) /* start record/play */ |
149 | /* bits 1-3 encode buffersize/latency */ | 149 | /* bits 1-3 encode buffersize/latency */ |
150 | #define RME9652_Master (1<<4) /* Clock Mode Master=1,Slave/Auto=0 */ | 150 | #define RME9652_Master (1<<4) /* Clock Mode Master=1,Slave/Auto=0 */ |
151 | #define RME9652_IE (1<<5) /* Interupt Enable */ | 151 | #define RME9652_IE (1<<5) /* Interrupt Enable */ |
152 | #define RME9652_freq (1<<6) /* samplerate 0=44.1/88.2, 1=48/96 kHz */ | 152 | #define RME9652_freq (1<<6) /* samplerate 0=44.1/88.2, 1=48/96 kHz */ |
153 | #define RME9652_freq1 (1<<7) /* if 0, 32kHz, else always 1 */ | 153 | #define RME9652_freq1 (1<<7) /* if 0, 32kHz, else always 1 */ |
154 | #define RME9652_DS (1<<8) /* Doule Speed 0=44.1/48, 1=88.2/96 Khz */ | 154 | #define RME9652_DS (1<<8) /* Doule Speed 0=44.1/48, 1=88.2/96 Khz */ |
@@ -1826,7 +1826,7 @@ static void snd_rme9652_set_defaults(struct snd_rme9652 *rme9652) | |||
1826 | 1826 | ||
1827 | /* ASSUMPTION: rme9652->lock is either held, or | 1827 | /* ASSUMPTION: rme9652->lock is either held, or |
1828 | there is no need to hold it (e.g. during module | 1828 | there is no need to hold it (e.g. during module |
1829 | initalization). | 1829 | initialization). |
1830 | */ | 1830 | */ |
1831 | 1831 | ||
1832 | /* set defaults: | 1832 | /* set defaults: |