Searched refs:period_sizes (Results 1 – 2 of 2) sorted by relevance
/sound/pci/rme9652/ |
D | rme9652.c | 2196 static unsigned int period_sizes[] = { 64, 128, 256, 512, 1024, 2048, 4096, 8192 }; variable 2199 .count = ARRAY_SIZE(period_sizes), 2200 .list = period_sizes,
|
/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 1485 static unsigned int period_sizes[] = { 32, 64, 128, 256, 512, 1024, 2048 }; variable 1488 .count = ARRAY_SIZE(period_sizes), 1489 .list = period_sizes,
|