mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 08:48:48 +00:00
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>
This commit is contained in:
parent
72868339e4
commit
3dad06ac89
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user