| History log of /src/tests/dev/audio/audiotest.c |
| Revision | | Date | Author | Comments |
| 1.33 |
| 27-Jun-2025 |
andvar | Fix various typos, mainly in comments.
|
| 1.32 |
| 11-Dec-2023 |
mlelstv | mmap() fails for size == 0 with EINVAL unless the mapping is anonymous.
|
| 1.31 |
| 03-Aug-2023 |
rin | audiotest: Appease GCC 12.3.0 -Wmisleading-indentation
It does not matter whether this statement is a part of this if-then block or not, anyway. No binary changes.
|
| 1.30 |
| 24-Jun-2023 |
msaitoh | Fix typo in comment.
|
| 1.29 |
| 23-Apr-2023 |
mlelstv | Allow 24bit support.
|
| 1.28 |
| 13-Feb-2023 |
andvar | s/plyaback/playback/ in comment.
|
| 1.27 |
| 13-Aug-2022 |
isaki | audiotest: Add two tests for AUDIO_SETINFO after mmap. These tests affect only standalone test, not atf.
|
| 1.26 |
| 13-Aug-2022 |
isaki | audiotest: Fix typo in comments.
|
| 1.25 |
| 13-Aug-2022 |
isaki | audiotest: Separate mmap_len test by parameters. This change affects only standalone test, not atf.
|
| 1.24 |
| 07-Aug-2022 |
andvar | fix some typos and grammar in comments.
|
| 1.23 |
| 06-Aug-2022 |
andvar | s/blity/bility/ in various words, mainly in comments.
|
| 1.22 |
| 31-May-2022 |
andvar | fix various typos in comments, documentation and messages.
|
| 1.21 |
| 24-May-2022 |
andvar | s/changable/changeable/ in comments.
|
| 1.20 |
| 17-May-2022 |
andvar | fix few typos in comments.
|
| 1.19 |
| 23-Apr-2022 |
isaki | tests: Add tests for AUDIO_GET[IO]OFFS ioctls. - AUDIO_GETIOFFS_one_{RDONLY,RDWR,WRONLY} - AUDIO_GETOOFFS_one_{RDONLY,RDWR,WRONLY} - AUDIO_GETOOFFS_wrap_{RDONLY,RDWR,WRONLY} - AUDIO_GETOOFFS_flush_{RDONLY,RDWR,WRONLY} - AUDIO_GETOOFFS_set_{RDONLY,RDWR,WRONLY}
|
| 1.18 |
| 10-Dec-2021 |
andvar | s/occured/occurred/ in comments, log messages and man pages.
|
| 1.17 |
| 08-Dec-2021 |
andvar | fix various typos in comments and log messages.
|
| 1.16 |
| 05-Dec-2021 |
msaitoh | s/recored/record/ in comment.
|
| 1.15 |
| 21-Aug-2021 |
andvar | s/helt/held+s/eroneously/erroneously/+s/splitted/split/+s/recommented/recommended/
|
| 1.14 |
| 21-Jul-2021 |
isaki | Add AUDIO_SETINFO_gain_balance test. The test checks whether AUDIO_SETINFO can change the gain and the balance at the same time (if MD driver has the capability). See PR kern/56308.
|
| 1.13 |
| 13-Oct-2020 |
rin | Argument for AUDIO_WSEEK ioctl is u_long, not int.
Fix false positive for aarch64eb (LP64BE): AUDIO_WSEEK, failed, Line 4467: n expects 4 but 0
|
| 1.12 |
| 26-Jun-2020 |
jruoho | Reference PRs consistently.
|
| 1.11 |
| 01-May-2020 |
isaki | Fix two tests. - kqueue_mode_{RDONLY,RDWR}_READ: Fix expected value. This is rest of rev1.9. - AUDIO_SETINFO_params_simul: Fix condition. This happens on full-duplex, not bi-directional. These affect only standalone test, not atf.
|
| 1.10 |
| 26-Mar-2020 |
isaki | branches: 1.10.2; Add tests for poll(POLLIN) before read(). This affects only standalone test, not atf.
|
| 1.9 |
| 26-Mar-2020 |
isaki | Sync with sys/dev/audio/audio.c rev1.65. > Fix to start recording immediately when open() with READ mode is called. This affects only standalone test, not atf.
|
| 1.8 |
| 25-Mar-2020 |
isaki | Use exact match to search testname. This didn't affect test results.
|
| 1.7 |
| 04-Mar-2020 |
isaki | Sync with sys/dev/audio/audio.c rev1.62. > Restore backward compatibility with netbsd-7 audio.
|
| 1.6 |
| 22-Feb-2020 |
isaki | Update AUDIO_SETINFO_channels test. The kernel limits the number of channels that userland apps can set to the number of channels supported by the hardware or less.
|
| 1.5 |
| 18-Feb-2020 |
isaki | Add tests. AUDIO_SETINFO_channels AUDIO_SETINFO_sample_rate AUDIO_SETINFO_sample_rate_0
|
| 1.4 |
| 14-Feb-2020 |
isaki | Improve around {audioctl_,}open_multiuser. - Make multiuser bool and remove newval. - try_audioctl_open_multiuser() doesn't need multiuser argument.
|
| 1.3 |
| 13-Feb-2020 |
tnn | don't use variable 'newval' uninitialized when multiuser mode unchanged
|
| 1.2 |
| 12-Feb-2020 |
martin | Add sentinel to the testtable[] array.
|
| 1.1 |
| 11-Feb-2020 |
isaki | Add ATF tests for audio(4).
91 passed test cases 0 failed test cases. 0 expected failed test cases. 62 skipped test cases.
There are many skipped tests, because the test itself supports full- duplex, half-duplex and uni-directional devices but pad(4) used in ATF tests is uni-directional device.
|
| 1.10.2.2 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
| 1.10.2.1 |
| 26-Mar-2020 |
martin | file audiotest.c was added on branch phil-wifi on 2020-04-08 14:09:05 +0000
|