From: Eliot Blennerhassett Date: Thu, 22 Dec 2011 00:38:42 +0000 (+1300) Subject: ALSA: asihpi - Increase debug response buffer size. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=3dad06ac89f4b63fcce5020abbe1b3e5754e26dd;p=deliverable%2Flinux.git ALSA: asihpi - Increase debug response buffer size. Enables retrieving more debug info in fewer transactions. Signed-off-by: Eliot Blennerhassett Signed-off-by: Takashi Iwai --- 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 {