Home
last modified time | relevance | path

Searched refs:pcmtest (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/sound/cards/
H A Dpcmtest.rst24 which is used in the corresponding selftest (alsa/pcmtest-test.sh) to check the PCM middle
51 * /sys/kernel/debug/pcmtest/fill_pattern[0-3]
52 * /sys/kernel/debug/pcmtest/fill_pattern[0-3]_len
58 echo -n mycoolpattern > /sys/kernel/debug/pcmtest/fill_pattern0
60 Then, after every capture action performed on the 'pcmtest' device the buffer for the
74 audiorecording application (like Audacity) and selecting the 'pcmtest' device as a
104 write the playback data to the 'pcmtest' PCM device and close it, the driver checks the
118 cat /sys/kernel/debug/pcmtest/ioctl_test
H A Dindex.rst21 pcmtest
/linux/sound/drivers/
H A DMakefile11 snd-pcmtest-y := pcmtest.o
21 obj-$(CONFIG_SND_PCMTEST) += snd-pcmtest.o
/linux/tools/testing/selftests/alsa/
H A Dtest-pcmtest-driver.c115 FIXTURE(pcmtest) { in FIXTURE() argument
122 FIXTURE_TEARDOWN(pcmtest) { in FIXTURE_TEARDOWN() argument
125 FIXTURE_SETUP(pcmtest) { in FIXTURE_SETUP() argument
166 TEST_F(pcmtest, playback) { in TEST_F() argument
206 TEST_F(pcmtest, capture) { in TEST_F() argument
238 TEST_F(pcmtest, ni_capture) { in TEST_F() argument
272 TEST_F(pcmtest, ni_playback) { in TEST_F() argument
314 TEST_F(pcmtest, reset_ioctl) { in TEST_F() argument
H A D.gitignore3 test-pcmtest-driver
H A DMakefile19 TEST_GEN_PROGS := mixer-test pcm-test test-pcmtest-driver utimer-test
/linux/
H A DMAINTAINERS24639 F: Documentation/sound/cards/pcmtest.rst
24640 F: sound/drivers/pcmtest.c
24641 F: tools/testing/selftests/alsa/test-pcmtest-driver.c