Commit 3dad06ac authored by Eliot Blennerhassett's avatar Eliot Blennerhassett Committed by Takashi Iwai

ALSA: asihpi - Increase debug response buffer size.

Enables retrieving more debug info in fewer transactions.
Signed-off-by: default avatarEliot Blennerhassett <eblennerhassett@audioscience.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 72868339
...@@ -1132,7 +1132,7 @@ struct hpi_res_adapter_get_info { ...@@ -1132,7 +1132,7 @@ struct hpi_res_adapter_get_info {
struct hpi_res_adapter_debug_read { struct hpi_res_adapter_debug_read {
struct hpi_response_header h; struct hpi_response_header h;
u8 bytes[256]; u8 bytes[1024];
}; };
struct hpi_msg_cobranet_hmi { struct hpi_msg_cobranet_hmi {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment