diff options
author | Eliot Blennerhassett <eblennerhassett@audioscience.com> | 2011-12-21 19:38:42 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-12-22 02:13:05 -0500 |
commit | 3dad06ac89f4b63fcce5020abbe1b3e5754e26dd (patch) | |
tree | f718857c84b1d2624d1ef9e65ea52cfc12032efe /sound/pci | |
parent | 72868339e45cbd01ec20c2d3bb8c43e8d6911331 (diff) |
ALSA: asihpi - Increase debug response buffer size.
Enables retrieving more debug info in fewer transactions.
Signed-off-by: Eliot Blennerhassett <eblennerhassett@audioscience.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-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 2a633089c277..4cc315daeda0 100644 --- a/sound/pci/asihpi/hpi_internal.h +++ b/sound/pci/asihpi/hpi_internal.h | |||
@@ -1132,7 +1132,7 @@ struct hpi_res_adapter_get_info { | |||
1132 | 1132 | ||
1133 | struct hpi_res_adapter_debug_read { | 1133 | struct hpi_res_adapter_debug_read { |
1134 | struct hpi_response_header h; | 1134 | struct hpi_response_header h; |
1135 | u8 bytes[256]; | 1135 | u8 bytes[1024]; |
1136 | }; | 1136 | }; |
1137 | 1137 | ||
1138 | struct hpi_msg_cobranet_hmi { | 1138 | struct hpi_msg_cobranet_hmi { |