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:
4398643
)
ALSA: asihpi: increase tuner pad cache size
author
Eliot Blennerhassett
<eliot@blennerhassett.gen.nz>
Thu, 18 Dec 2014 04:57:14 +0000
(17:57 +1300)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 18 Dec 2014 07:48:24 +0000
(08:48 +0100)
Increase size allocated for PAD (programme associated data) control.
This is used by newer tuner products.
Signed-off-by: Eliot Blennerhassett <eliot@blennerhassett.gen.nz>
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 48380ce2c81bc2033ec7f6e263de36e2c5568ccc..aeea679b2281ca261a288fdaaca934d75bd3a20d 100644
(file)
--- a/
sound/pci/asihpi/hpi_internal.h
+++ b/
sound/pci/asihpi/hpi_internal.h
@@
-1367,9
+1367,9
@@
struct hpi_control_cache_single {
struct hpi_control_cache_pad {
struct hpi_control_cache_info i;
u32 field_valid_flags;
- u8 c_channel[
8
];
- u8 c_artist[
4
0];
- u8 c_title[
4
0];
+ u8 c_channel[
40
];
+ u8 c_artist[
10
0];
+ u8 c_title[
10
0];
u8 c_comment[200];
u32 pTY;
u32 pI;