mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-25 22:00:32 +00:00
4992903233
With the introducation of the Audio_in session interface it makes sense to rename the current available audio drivers. At the moment only the dde_bsd audio_drv supports Audio_out as well as Audio_in. The Linux audio_drv only supports Audio_out (there is no demand for Audio_in support currently) but is renamed nonetheless to make it easiert to write generic run scripts. Issue #1644.