Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {