summary refs log tree commit diff
path: root/devices/src/pci/ac97_bus_master.rs
Commit message (Expand)AuthorAge
* pci: ac97: Fix unused import warningDylan Reid2020-06-01
* ac97: Uses audio_streams::BoxErrorJudy Hsiao2020-06-01
* Remove redundant single-component importsDaniel Verkamp2020-04-26
* handle mmap of large offsets on 32 bit systemsDylan Reid2020-04-05
* audio: Create AC97 device with --ac97 optionJudy Hsiao2020-03-20
* ac97: Mark pci::ac97_bus_master::test::start_playback ignoredMattias Nissler2020-03-06
* ac97: switch to ShmStreamSourceFletcher Woodruff2020-02-28
* ac97: bus_master: Check pi_info before warm resetpaulhsia2019-12-11
* ac97: extract moving to next buffer into functionFletcher Woodruff2019-12-11
* ac97: combine PlaybackError and CaptureErrorFletcher Woodruff2019-12-04
* ac97: bus_master: Sync SR_CELV with civ == lvipaulhsia2019-11-21
* ac97: bus_master: CR: Clean up reset registers optpaulhsia2019-11-21
* ac97: add sample format to create_*_streamFletcher Woodruff2019-10-22
* device: ac97: Cleanup interrupt logicpaulhsia2019-10-08
* devices: ac97: fix interrupt triggering logicDaniel Verkamp2019-10-08
* ac97: remove duplicated codeFletcher Woodruff2019-08-20
* ac97: Fix device real time priority issuepaulhsia2019-08-01
* tree-wide: update to new inclusive range syntaxDylan Reid2019-07-24
* eliminate mut from non-mut referencesZach Reizner2019-06-04
* devices: Add capture path in AC'97 PCI devicepaulhsia2019-04-20
* edition: Fill in macro importsDavid Tolnay2019-04-15
* edition: Use 2018-style paths in devices crateDavid Tolnay2019-04-09
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* error: Consistently use Display instead of error description()David Tolnay2019-03-02
* error: Print errors using Display implDavid Tolnay2019-02-20
* devices: Add an Ac97 PCI deviceDylan Reid2019-01-26