diff options
author | Eliot Blennerhassett | 2011-12-22 13:38:42 +1300 |
---|---|---|
committer | Takashi Iwai | 2011-12-22 08:13:05 +0100 |
commit | 3dad06ac89f4b63fcce5020abbe1b3e5754e26dd (patch) | |
tree | f718857c84b1d2624d1ef9e65ea52cfc12032efe /sound/pci/asihpi/hpi_internal.h | |
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/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 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 { struct hpi_res_adapter_debug_read { struct hpi_response_header h; - u8 bytes[256]; + u8 bytes[1024]; }; struct hpi_msg_cobranet_hmi { |