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~32^2~7^2~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3dad06ac89f4b63fcce5020abbe1b3e5754e26dd;p=platform%2Fkernel%2Flinux-exynos.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 2a63308..4cc315d 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 {