diff options
author | Eliot Blennerhassett <eblennerhassett@audioscience.com> | 2011-07-21 23:52:50 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-07-22 01:51:41 -0400 |
commit | 938c565a821706177d810dc08f9e1506d7429760 (patch) | |
tree | fe91f527ca50f20f58bd23caa387048525cd8ce5 /sound/pci/asihpi/hpi_internal.h | |
parent | 4bf8cff05a4461d24b36d9942a077504a3461732 (diff) |
ALSA: asihpi - Fix minor typos and spelling
Signed-off-by: Eliot Blennerhassett <eblennerhassett@audioscience.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/asihpi/hpi_internal.h')
-rw-r--r-- | sound/pci/asihpi/hpi_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/asihpi/hpi_internal.h b/sound/pci/asihpi/hpi_internal.h index 332fb59ac789..93d2908d957a 100644 --- a/sound/pci/asihpi/hpi_internal.h +++ b/sound/pci/asihpi/hpi_internal.h | |||
@@ -602,7 +602,7 @@ struct hpi_data_compat32 { | |||
602 | #endif | 602 | #endif |
603 | 603 | ||
604 | struct hpi_buffer { | 604 | struct hpi_buffer { |
605 | /** placehoder for backward compatibility (see dwBufferSize) */ | 605 | /** placeholder for backward compatibility (see dwBufferSize) */ |
606 | struct hpi_msg_format reserved; | 606 | struct hpi_msg_format reserved; |
607 | u32 command; /**< HPI_BUFFER_CMD_xxx*/ | 607 | u32 command; /**< HPI_BUFFER_CMD_xxx*/ |
608 | u32 pci_address; /**< PCI physical address of buffer for DSP DMA */ | 608 | u32 pci_address; /**< PCI physical address of buffer for DSP DMA */ |