History log of /src/sys/dev/audio/audiobell.c |
Revision | | Date | Author | Comments |
1.5 |
| 21-Jul-2021 |
skrll | need <sys/param.h> for COHERENCY_UNIT
Minor KNF along the way.
|
1.4 |
| 20-Mar-2021 |
isaki | branches: 1.4.2; Fix and improve the buffer length calculation to avoid zero length even if blk_ms is small. This fixes PR kern/56059.
|
1.3 |
| 26-Jun-2019 |
isaki | branches: 1.3.2; 1.3.10; 1.3.12; Improve audiobell (and interfaces with audio). - Generate pseudo sine wave if possible. It may improve timbre. If it cannot represent a sine wave, it falls back to a triangular wave or a rectangular wave. - Volume adjustment. - Calculate playback frequency based on mixer frequency. Now audiobellopen() initializes playback parameters other than sample_rate, and new audiobellsetrate() sets sample_rate.
|
1.2 |
| 08-May-2019 |
isaki | branches: 1.2.2; Merge isaki-audio2 branch, the overhaul of audio subsystem. - Interrupt-oriented system rather than thread-oriented. - Improve stability, quality and performance. - Split playback and record cleanly. Improve halfduplex support. - Many bugs are fixed including deadlocks, resource leaks, abuses, etc. - Simplify audio filter mechanism. The encoding/channels/frequency conversions are completely handled in the upper layer. So the hard- ware driver only converts its hardware encoding (if necessary). - audio_hw_if changes: - Obsoletes query_encoding and add query_format instead. - Obsoletes set_params and add set_format instead. - Remove drain, setfd, mappage. - The call sequences are changed. - ioctl AUDIO_GETFD/SETFD, AUDIO_GETCHAN/SETCHAN are obsoleted. - ioctl AUDIO_{QUERY,GET,SET}FORMAT are introduced. - cleanup config attributes: au*conv and mulaw. - All hardware drivers should follow it (I've done as much as possible).
Some file paths are changed: - dev/audio.c -> dev/audio/audio.c (rewritten) - dev/audiovar.h -> dev/audio/audiovar.h - dev/audio_dai.h -> dev/audio/audio_dai.h - dev/audio_if.h -> dev/audio/audio_if.h - dev/audiobell.c -> dev/audio/audiobell.c - dev/audiobellvar.h -> dev/audio/audiobellvar.h - dev/mulaw.[ch] -> dev/audio/mulaw.[ch] + dev/audio/alaw.c
|
1.1 |
| 04-May-2019 |
isaki | branches: 1.1.2; file audiobell.c was initially added on branch isaki-audio2.
|
1.1.2.2 |
| 04-May-2019 |
isaki | Move dev/audio_if.h -> dev/audio/audio_if.h
|
1.1.2.1 |
| 04-May-2019 |
isaki | Move dev/audiobell* -> dev/audio/audiobell*.
|
1.2.2.3 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.2.2.2 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.2.2.1 |
| 08-May-2019 |
christos | file audiobell.c was added on branch phil-wifi on 2019-06-10 22:07:06 +0000
|
1.3.12.1 |
| 03-Apr-2021 |
thorpej | Sync with HEAD.
|
1.3.10.1 |
| 03-Apr-2021 |
thorpej | Sync with HEAD.
|
1.3.2.1 |
| 06-Apr-2021 |
martin | Pull up following revision(s) (requested by isaki in ticket #1241):
sys/dev/audio/audiobell.c: revision 1.4
Fix and improve the buffer length calculation to avoid zero length even if blk_ms is small.
This fixes PR kern/56059.
|
1.4.2.1 |
| 01-Aug-2021 |
thorpej | Sync with HEAD.
|