From: Eliot Blennerhassett Date: Thu, 22 Dec 2011 00:38:42 +0000 (+1300) Subject: ALSA: asihpi - Increase debug response buffer size. X-Git-Tag: v3.3-rc1~88^2~1^2~35 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=3dad06ac89f4b63fcce5020abbe1b3e5754e26dd;p=~emulex%2Finfiniband.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 2a633089c27..4cc315daeda 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 {