1
0
Fork 0

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>
hifive-unleashed-5.1
Eliot Blennerhassett 2011-12-22 13:38:42 +13:00 committed by Takashi Iwai
parent 72868339e4
commit 3dad06ac89
1 changed files with 1 additions and 1 deletions

View File

@ -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 {