Skip to content

Commit

Permalink
ALSA: asihpi - Increase debug response buffer size.
Browse files Browse the repository at this point in the history
Enables retrieving more debug info in fewer transactions.

Signed-off-by: Eliot Blennerhassett <eblennerhassett@audioscience.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Eliot Blennerhassett authored and Takashi Iwai committed Dec 22, 2011
1 parent 7286833 commit 3dad06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/asihpi/hpi_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3dad06a

Please sign in to comment.