History log of /netbsd/tests/dev/audio/audiotest.c (Results 1 – 25 of 30)
Revision Date Author Comments
# 393145cf 24-Jun-2023 msaitoh <msaitoh@NetBSD.org>

Fix typo in comment.


# b57c47ba 23-Apr-2023 mlelstv <mlelstv@NetBSD.org>

Allow 24bit support.


# d833f1c4 13-Feb-2023 andvar <andvar@NetBSD.org>

s/plyaback/playback/ in comment.


# 67bad4ee 13-Aug-2022 isaki <isaki@NetBSD.org>

audiotest: Add two tests for AUDIO_SETINFO after mmap.
These tests affect only standalone test, not atf.


# cf53b4fd 13-Aug-2022 isaki <isaki@NetBSD.org>

audiotest: Fix typo in comments.


# 3c1dcf63 13-Aug-2022 isaki <isaki@NetBSD.org>

audiotest: Separate mmap_len test by parameters.
This change affects only standalone test, not atf.


# 5e6b415f 07-Aug-2022 andvar <andvar@NetBSD.org>

fix some typos and grammar in comments.


# 73fcda93 06-Aug-2022 andvar <andvar@NetBSD.org>

s/blity/bility/ in various words, mainly in comments.


# d8e361d9 31-May-2022 andvar <andvar@NetBSD.org>

fix various typos in comments, documentation and messages.


# 57854840 24-May-2022 andvar <andvar@NetBSD.org>

s/changable/changeable/ in comments.


# 48a753a1 17-May-2022 andvar <andvar@NetBSD.org>

fix few typos in comments.


# f8f435a7 23-Apr-2022 isaki <isaki@NetBSD.org>

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_{R

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}

show more ...


# ec0fc95d 10-Dec-2021 andvar <andvar@NetBSD.org>

s/occured/occurred/ in comments, log messages and man pages.


# c8d61b77 08-Dec-2021 andvar <andvar@NetBSD.org>

fix various typos in comments and log messages.


# 783e0a4c 05-Dec-2021 msaitoh <msaitoh@NetBSD.org>

s/recored/record/ in comment.


# e4a5d84c 21-Aug-2021 andvar <andvar@NetBSD.org>

s/helt/held+s/eroneously/erroneously/+s/splitted/split/+s/recommented/recommended/


# 5393eee6 21-Jul-2021 isaki <isaki@NetBSD.org>

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.


# 65397321 13-Oct-2020 rin <rin@NetBSD.org>

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


# e8114514 26-Jun-2020 jruoho <jruoho@NetBSD.org>

Reference PRs consistently.


# 998aef0d 01-May-2020 isaki <isaki@NetBSD.org>

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 af

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.

show more ...


# 924b25a3 26-Mar-2020 isaki <isaki@NetBSD.org>

Add tests for poll(POLLIN) before read().
This affects only standalone test, not atf.


# 81cf386c 26-Mar-2020 isaki <isaki@NetBSD.org>

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.


# 1ecea5d0 25-Mar-2020 isaki <isaki@NetBSD.org>

Use exact match to search testname.
This didn't affect test results.


# b9e21bf9 04-Mar-2020 isaki <isaki@NetBSD.org>

Sync with sys/dev/audio/audio.c rev1.62.
> Restore backward compatibility with netbsd-7 audio.


# 74804c21 22-Feb-2020 isaki <isaki@NetBSD.org>

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.


12