Home | History | Annotate | Download | only in sunxi
History log of /src/sys/arch/arm/sunxi/sun4i_a10_codec.c
RevisionDateAuthorComments
 1.3  08-May-2019  isaki 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.2  27-Aug-2017  jmcneill branches: 1.2.2; 1.2.6; 1.2.8;
Setup routing at init and toggle PA mute pin (if available) for mute.
 1.1  27-Aug-2017  jmcneill Add sun4i DMA and audio codec support.
 1.2.8.1  04-May-2019  isaki Move dev/audio_if.h -> dev/audio/audio_if.h
 1.2.6.1  10-Jun-2019  christos Sync with HEAD
 1.2.2.2  03-Dec-2017  jdolecek update from HEAD
 1.2.2.1  27-Aug-2017  jdolecek file sun4i_a10_codec.c was added on branch tls-maxphys on 2017-12-03 11:35:56 +0000

RSS XML Feed