~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/tools/testing/selftests/alsa/pcm-test.conf

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /tools/testing/selftests/alsa/pcm-test.conf (Architecture m68k) and /tools/testing/selftests/alsa/pcm-test.conf (Architecture sparc64)


  1 pcm.test.time1 {                                    1 pcm.test.time1 {
  2         description "8kHz mono large periods"       2         description "8kHz mono large periods"
  3         format S16_LE                               3         format S16_LE
  4         alt_formats [ S32_LE ]                      4         alt_formats [ S32_LE ]
  5         rate 8000                                   5         rate 8000
  6         channels 1                                  6         channels 1
  7         period_size 8000                            7         period_size 8000
  8         buffer_size 32000                           8         buffer_size 32000
  9 }                                                   9 }
 10 pcm.test.time2 {                                   10 pcm.test.time2 {
 11         description "8kHz stereo large periods     11         description "8kHz stereo large periods"
 12         format S16_LE                              12         format S16_LE
 13         alt_formats [ S32_LE ]                     13         alt_formats [ S32_LE ]
 14         rate 8000                                  14         rate 8000
 15         channels 2                                 15         channels 2
 16         period_size 8000                           16         period_size 8000
 17         buffer_size 32000                          17         buffer_size 32000
 18 }                                                  18 }
 19 pcm.test.time3 {                                   19 pcm.test.time3 {
 20         description "44.1kHz stereo large peri     20         description "44.1kHz stereo large periods"
 21         format S16_LE                              21         format S16_LE
 22         alt_formats [ S32_LE ]                     22         alt_formats [ S32_LE ]
 23         rate 44100                                 23         rate 44100
 24         channels 2                                 24         channels 2
 25         period_size 22500                          25         period_size 22500
 26         buffer_size 192000                         26         buffer_size 192000
 27 }                                                  27 }
 28 pcm.test.time4 {                                   28 pcm.test.time4 {
 29         description "48kHz stereo small period     29         description "48kHz stereo small periods"
 30         format S16_LE                              30         format S16_LE
 31         alt_formats [ S32_LE ]                     31         alt_formats [ S32_LE ]
 32         rate 48000                                 32         rate 48000
 33         channels 2                                 33         channels 2
 34         period_size 512                            34         period_size 512
 35         buffer_size 4096                           35         buffer_size 4096
 36 }                                                  36 }
 37 pcm.test.time5 {                                   37 pcm.test.time5 {
 38         description "48kHz stereo large period     38         description "48kHz stereo large periods"
 39         format S16_LE                              39         format S16_LE
 40         alt_formats [ S32_LE ]                     40         alt_formats [ S32_LE ]
 41         rate 48000                                 41         rate 48000
 42         channels 2                                 42         channels 2
 43         period_size 24000                          43         period_size 24000
 44         buffer_size 192000                         44         buffer_size 192000
 45 }                                                  45 }
 46 pcm.test.time6 {                                   46 pcm.test.time6 {
 47         description "48kHz 6 channel large per     47         description "48kHz 6 channel large periods"
 48         format S16_LE                              48         format S16_LE
 49         alt_formats [ S32_LE ]                     49         alt_formats [ S32_LE ]
 50         rate 48000                                 50         rate 48000
 51         channels 2                                 51         channels 2
 52         period_size 48000                          52         period_size 48000
 53         buffer_size 576000                         53         buffer_size 576000
 54 }                                                  54 }
 55 pcm.test.time7 {                                   55 pcm.test.time7 {
 56         description "96kHz stereo large period     56         description "96kHz stereo large periods"
 57         format S16_LE                              57         format S16_LE
 58         alt_formats [ S32_LE ]                     58         alt_formats [ S32_LE ]
 59         rate 96000                                 59         rate 96000
 60         channels 2                                 60         channels 2
 61         period_size 48000                          61         period_size 48000
 62         buffer_size 192000                         62         buffer_size 192000
 63 }                                                  63 }
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php