Ver código fonte

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>
Eliot Blennerhassett 13 anos atrás
pai
commit
3dad06ac89
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      sound/pci/asihpi/hpi_internal.h

+ 1 - 1
sound/pci/asihpi/hpi_internal.h

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