ALSA: asihpi: increase tuner pad cache size
[deliverable/linux.git] / sound / pci / asihpi / hpi_internal.h
index 48380ce2c81bc2033ec7f6e263de36e2c5568ccc..aeea679b2281ca261a288fdaaca934d75bd3a20d 100644 (file)
@@ -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[40];
-       u8 c_title[40];
+       u8 c_channel[40];
+       u8 c_artist[100];
+       u8 c_title[100];
        u8 c_comment[200];
        u32 pTY;
        u32 pI;
This page took 0.024543 seconds and 5 git commands to generate.