projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7286833
)
ALSA: asihpi - Increase debug response buffer size.
author
Eliot Blennerhassett
<eblennerhassett@audioscience.com>
Thu, 22 Dec 2011 00:38:42 +0000
(13:38 +1300)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 22 Dec 2011 07:13:05 +0000
(08:13 +0100)
Enables retrieving more debug info in fewer transactions.
Signed-off-by: Eliot Blennerhassett <eblennerhassett@audioscience.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/asihpi/hpi_internal.h
patch
|
blob
|
history
diff --git
a/sound/pci/asihpi/hpi_internal.h
b/sound/pci/asihpi/hpi_internal.h
index 2a633089c27762173e09a796085247992265c659..4cc315daeda0dcfcbd04d976aa6b7b02f13a1656 100644
(file)
--- a/
sound/pci/asihpi/hpi_internal.h
+++ b/
sound/pci/asihpi/hpi_internal.h
@@
-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 {