diff options
author | Eliot Blennerhassett <eliot@blennerhassett.gen.nz> | 2014-12-17 23:57:14 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-12-18 02:48:24 -0500 |
commit | 17d4de4ca3cdeb2a7c66e39903b730aea6dcc515 (patch) | |
tree | a88914cff5f57d589c76dce58a1161573cda22b3 /sound/pci | |
parent | 43986431246fdaa534822b9cbe9dafed94eab004 (diff) |
ALSA: asihpi: increase tuner pad cache size
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>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/asihpi/hpi_internal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/pci/asihpi/hpi_internal.h b/sound/pci/asihpi/hpi_internal.h index 48380ce2c81b..aeea679b2281 100644 --- a/sound/pci/asihpi/hpi_internal.h +++ b/sound/pci/asihpi/hpi_internal.h | |||
@@ -1367,9 +1367,9 @@ struct hpi_control_cache_single { | |||
1367 | struct hpi_control_cache_pad { | 1367 | struct hpi_control_cache_pad { |
1368 | struct hpi_control_cache_info i; | 1368 | struct hpi_control_cache_info i; |
1369 | u32 field_valid_flags; | 1369 | u32 field_valid_flags; |
1370 | u8 c_channel[8]; | 1370 | u8 c_channel[40]; |
1371 | u8 c_artist[40]; | 1371 | u8 c_artist[100]; |
1372 | u8 c_title[40]; | 1372 | u8 c_title[100]; |
1373 | u8 c_comment[200]; | 1373 | u8 c_comment[200]; |
1374 | u32 pTY; | 1374 | u32 pTY; |
1375 | u32 pI; | 1375 | u32 pI; |