aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/asihpi/hpi6205.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/asihpi/hpi6205.h')
-rw-r--r--sound/pci/asihpi/hpi6205.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/asihpi/hpi6205.h b/sound/pci/asihpi/hpi6205.h
index 1adae0857cda..e00edb0cedda 100644
--- a/sound/pci/asihpi/hpi6205.h
+++ b/sound/pci/asihpi/hpi6205.h
@@ -78,8 +78,8 @@ struct bus_master_interface {
78 u32 dsp_ack; 78 u32 dsp_ack;
79 u32 transfer_size_in_bytes; 79 u32 transfer_size_in_bytes;
80 union { 80 union {
81 struct hpi_message message_buffer; 81 struct hpi_message_header message_buffer;
82 struct hpi_response response_buffer; 82 struct hpi_response_header response_buffer;
83 u8 b_data[HPI6205_SIZEOF_DATA]; 83 u8 b_data[HPI6205_SIZEOF_DATA];
84 } u; 84 } u;
85 struct controlcache_6205 control_cache; 85 struct controlcache_6205 control_cache;