Searched refs:period_sizes (Results 1 – 2 of 2) sorted by relevance
/linux/sound/pci/rme9652/ |
H A D | rme9652.c | 2159 static const unsigned int period_sizes[] = { 64, 128, 256, 512, 1024, 2048, 4096, 8192 }; 2162 .count = ARRAY_SIZE(period_sizes), 2163 .list = period_sizes, 2160 static const unsigned int period_sizes[] = { 64, 128, 256, 512, 1024, 2048, 4096, 8192 }; global() variable
|
/linux/sound/pci/cs46xx/ |
H A D | cs46xx_lib.c | 1462 static const unsigned int period_sizes[] = { 32, 64, 128, 256, 512, 1024, 2048 }; variable 1465 .count = ARRAY_SIZE(period_sizes), 1466 .list = period_sizes,
|