diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2011-03-30 21:57:33 -0400 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2011-03-31 10:26:23 -0400 |
commit | 25985edcedea6396277003854657b5f3cb31a628 (patch) | |
tree | f026e810210a2ee7290caeb737c23cb6472b7c38 /sound/ppc | |
parent | 6aba74f2791287ec407e0f92487a725a25908067 (diff) |
Fix common misspellings
Fixes generated by 'codespell' and manually reviewed.
Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Diffstat (limited to 'sound/ppc')
-rw-r--r-- | sound/ppc/snd_ps3.c | 2 | ||||
-rw-r--r-- | sound/ppc/snd_ps3_reg.h | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sound/ppc/snd_ps3.c b/sound/ppc/snd_ps3.c index edce8a27e3ee..bc823a547550 100644 --- a/sound/ppc/snd_ps3.c +++ b/sound/ppc/snd_ps3.c | |||
@@ -358,7 +358,7 @@ static irqreturn_t snd_ps3_interrupt(int irq, void *dev_id) | |||
358 | * filling dummy data, serial automatically start to | 358 | * filling dummy data, serial automatically start to |
359 | * consume them and then will generate normal buffer | 359 | * consume them and then will generate normal buffer |
360 | * empty interrupts. | 360 | * empty interrupts. |
361 | * If both buffer underflow and buffer empty are occured, | 361 | * If both buffer underflow and buffer empty are occurred, |
362 | * it is better to do nomal data transfer than empty one | 362 | * it is better to do nomal data transfer than empty one |
363 | */ | 363 | */ |
364 | snd_ps3_program_dma(card, | 364 | snd_ps3_program_dma(card, |
diff --git a/sound/ppc/snd_ps3_reg.h b/sound/ppc/snd_ps3_reg.h index 03fdee4aaaf2..2e6302079566 100644 --- a/sound/ppc/snd_ps3_reg.h +++ b/sound/ppc/snd_ps3_reg.h | |||
@@ -125,7 +125,7 @@ | |||
125 | transfers. Any interrupts associated with the canceled transfers | 125 | transfers. Any interrupts associated with the canceled transfers |
126 | will occur as if the transfer had finished. | 126 | will occur as if the transfer had finished. |
127 | Since this bit is designed to recover from DMA related issues | 127 | Since this bit is designed to recover from DMA related issues |
128 | which are caused by unpredictable situations, it is prefered to wait | 128 | which are caused by unpredictable situations, it is preferred to wait |
129 | for normal DMA transfer end without using this bit. | 129 | for normal DMA transfer end without using this bit. |
130 | */ | 130 | */ |
131 | #define PS3_AUDIO_CONFIG_CLEAR (1 << 8) /* RWIVF */ | 131 | #define PS3_AUDIO_CONFIG_CLEAR (1 << 8) /* RWIVF */ |
@@ -316,13 +316,13 @@ DISABLED=Interrupt generation disabled. | |||
316 | 316 | ||
317 | /* | 317 | /* |
318 | Audio Port Interrupt Status Register | 318 | Audio Port Interrupt Status Register |
319 | Indicates Interrupt status, which interrupt has occured, and can clear | 319 | Indicates Interrupt status, which interrupt has occurred, and can clear |
320 | each interrupt in this register. | 320 | each interrupt in this register. |
321 | Writing 1b to a field containing 1b clears field and de-asserts interrupt. | 321 | Writing 1b to a field containing 1b clears field and de-asserts interrupt. |
322 | Writing 0b to a field has no effect. | 322 | Writing 0b to a field has no effect. |
323 | Field vaules are the following: | 323 | Field vaules are the following: |
324 | 0 - Interrupt hasn't occured. | 324 | 0 - Interrupt hasn't occurred. |
325 | 1 - Interrupt has occured. | 325 | 1 - Interrupt has occurred. |
326 | 326 | ||
327 | 327 | ||
328 | 31 24 23 16 15 8 7 0 | 328 | 31 24 23 16 15 8 7 0 |
@@ -473,7 +473,7 @@ Channel N is out of action by setting 0 to asoen. | |||
473 | /* | 473 | /* |
474 | Sampling Rate | 474 | Sampling Rate |
475 | Specifies the divide ratio of the bit clock (clock output | 475 | Specifies the divide ratio of the bit clock (clock output |
476 | from bclko) used by the 3-wire Audio Output Clock, whcih | 476 | from bclko) used by the 3-wire Audio Output Clock, which |
477 | is applied to the master clock selected by mcksel. | 477 | is applied to the master clock selected by mcksel. |
478 | Data output is synchronized with this clock. | 478 | Data output is synchronized with this clock. |
479 | */ | 479 | */ |
@@ -756,7 +756,7 @@ The STATUS field can be used to monitor the progress of a DMA request. | |||
756 | DONE indicates the previous request has completed. | 756 | DONE indicates the previous request has completed. |
757 | EVENT indicates that the DMA engine is waiting for the EVENT to occur. | 757 | EVENT indicates that the DMA engine is waiting for the EVENT to occur. |
758 | PENDING indicates that the DMA engine has not started processing this | 758 | PENDING indicates that the DMA engine has not started processing this |
759 | request, but the EVENT has occured. | 759 | request, but the EVENT has occurred. |
760 | DMA indicates that the data transfer is in progress. | 760 | DMA indicates that the data transfer is in progress. |
761 | NOTIFY indicates that the notifier signalling end of transfer is being written. | 761 | NOTIFY indicates that the notifier signalling end of transfer is being written. |
762 | CLEAR indicated that the previous transfer was cleared. | 762 | CLEAR indicated that the previous transfer was cleared. |
@@ -824,7 +824,7 @@ AUDIOFIFO = Audio WriteData FIFO, | |||
824 | 824 | ||
825 | /* | 825 | /* |
826 | PS3_AUDIO_DMASIZE specifies the number of 128-byte blocks + 1 to transfer. | 826 | PS3_AUDIO_DMASIZE specifies the number of 128-byte blocks + 1 to transfer. |
827 | So a value of 0 means 128-bytes will get transfered. | 827 | So a value of 0 means 128-bytes will get transferred. |
828 | 828 | ||
829 | 829 | ||
830 | 31 24 23 16 15 8 7 0 | 830 | 31 24 23 16 15 8 7 0 |