Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Eliot Blennerhassett and committed by
Takashi Iwai
17d4de4c 43986431

+3 -3
+3 -3
sound/pci/asihpi/hpi_internal.h
··· 1367 1367 struct hpi_control_cache_pad { 1368 1368 struct hpi_control_cache_info i; 1369 1369 u32 field_valid_flags; 1370 - u8 c_channel[8]; 1371 - u8 c_artist[40]; 1372 - u8 c_title[40]; 1370 + u8 c_channel[40]; 1371 + u8 c_artist[100]; 1372 + u8 c_title[100]; 1373 1373 u8 c_comment[200]; 1374 1374 u32 pTY; 1375 1375 u32 pI;