ALSA: hdspm - Reorder period sizes according to their bit representation
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / sound / pci / rme9652 / hdspm.c
index 8dc2a894f6f7e6f4e62514c8797e26f7ae33c481..159133a14464b07d8dfb53dfb139ad54e3298c10 100644 (file)
@@ -5677,7 +5677,7 @@ static unsigned int period_sizes_old[] = {
 };
 
 static unsigned int period_sizes_new[] = {
-       32, 64, 128, 256, 512, 1024, 2048, 4096
+       64, 128, 256, 512, 1024, 2048, 4096, 32
 };
 
 /* RayDAT and AIO always have a buffer of 16384 samples per channel */