Home | History | Annotate | Download | only in hdaudio
History log of /src/sys/dev/hdaudio/hdaudiovar.h
RevisionDateAuthorComments
 1.8  25-Jul-2019  jmcneill Replace the HDAUDIO_32BIT_ACCESS option with a runtime option. Set it for
tegra_hdaudio, but not for the pci attachment. Add hdaudio@pci to GENERIC64
 1.7  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.6  19-Apr-2018  christos branches: 1.6.2; 1.6.6;
s/static inline/static __inline/g for consistency.
 1.5  23-Dec-2015  jmcneill branches: 1.5.16; 1.5.18;
get rid of HDAUDIO_FLAG_NO_STREAM_RESET hack
 1.4  26-Jul-2015  jmcneill Skip stream reset if HDAUDIO_FLAG_NO_STREAM_RESET flag is set.
 1.3  30-May-2015  jmcneill add HDAUDIO_32BIT_ACCESS option, which wraps mmio read/writes to only use 32-bit accesses
 1.2  28-Mar-2015  jmcneill branches: 1.2.2;
replace hdaudio_config.h with defflags
 1.1  28-Mar-2015  jmcneill Split hdaudio and PCI attach glue. Even though the driver was written with
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move
common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.
 1.2.2.5  27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.2.2.4  22-Sep-2015  skrll Sync with HEAD
 1.2.2.3  06-Jun-2015  skrll Sync with HEAD
 1.2.2.2  06-Apr-2015  skrll Sync with HEAD
 1.2.2.1  28-Mar-2015  skrll file hdaudiovar.h was added on branch nick-nhusb on 2015-04-06 15:18:09 +0000
 1.5.18.1  22-Apr-2018  pgoyette Sync with HEAD
 1.5.16.2  03-Dec-2017  jdolecek update from HEAD
 1.5.16.1  23-Dec-2015  jdolecek file hdaudiovar.h was added on branch tls-maxphys on 2017-12-03 11:37:01 +0000
 1.6.6.2  04-May-2019  isaki Move dev/audio_if.h -> dev/audio/audio_if.h
 1.6.6.1  03-May-2019  isaki Remove dev/auconv.[ch].
Now it is handled in dev/audio/audio.c and dev/audio/linear.c.
Remove dev/mulaw.h.
It already have been just a link to dev/audio/mulaw.h in this
branch.
 1.6.2.2  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.6.2.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed