History log of /src/sys/dev/hdaudio/files.hdaudio |
Revision | | Date | Author | Comments |
1.6 |
| 21-Mar-2022 |
jmcneill | hdaudio: Obsolete HDAUDIO_ENABLE_DISPLAYPORT and HDAUDIO_ENABLE_HDMI
Enable display port and HDMI devices by default rather than making this a compile time option.
|
1.5 |
| 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.4 |
| 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.3 |
| 30-May-2015 |
jmcneill | branches: 1.3.16; 1.3.20; 1.3.24; 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.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 files.hdaudio was added on branch nick-nhusb on 2015-04-06 15:18:08 +0000
|
1.3.24.1 |
| 05-May-2019 |
isaki | Remove obsoleted au{,rate,vol}conv and mulaw attributes. audio provides the equivalent of them inseparably.
|
1.3.20.2 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.3.20.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.3.16.2 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.3.16.1 |
| 30-May-2015 |
jdolecek | file files.hdaudio was added on branch tls-maxphys on 2017-12-03 11:37:01 +0000
|