Home | History | Annotate | Download | only in sunxi
History log of /src/sys/arch/arm/sunxi/sun50i_a64_acodec.c
RevisionDateAuthorComments
 1.10  27-Jan-2021  thorpej Rename of_match_compat_data() to of_compatible_match(). Similarly,
rename of_search_compatible() to of_compatible_lookup().

Standardize on of_compatible_match() for driver matching, and adapt
all call sites.
 1.9  08-May-2019  isaki branches: 1.9.10;
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.8  16-May-2018  jmcneill branches: 1.8.2; 1.8.4; 1.8.6;
Add mic preamp controls and unswap L/R DAC channels to ADC mixer
 1.7  16-May-2018  jmcneill Rename mic1 control to mic so audiorecord can use it
 1.6  15-May-2018  jmcneill Add outputs.mute control
 1.5  13-May-2018  jmcneill Mixer improvements:

- outputs.master switches between line and hp volume control, depending
on jack sense
- add outputs.source to override jack sense output routing
- (playback) line and hp controls are in the input class
- (capture) line and mic controls are in the record class
 1.4  11-May-2018  jmcneill Disable lineout by default. If HP is not plugged at boot, we get an
unplug event. However, no plug event when HP is plugged at boot.
 1.3  11-May-2018  jmcneill Add HP jack detect support. When HP is present, mute lineout.
 1.2  10-May-2018  jmcneill Enable HP PA output
 1.1  10-May-2018  jmcneill Add support for Allwinner A64 audio codec.
 1.8.6.1  04-May-2019  isaki Move dev/audio_dai.h -> dev/audio/audio_dai.h
 1.8.4.1  10-Jun-2019  christos Sync with HEAD
 1.8.2.2  21-May-2018  pgoyette Sync with HEAD
 1.8.2.1  16-May-2018  pgoyette file sun50i_a64_acodec.c was added on branch pgoyette-compat on 2018-05-21 04:35:59 +0000
 1.9.10.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed