beagleboard / linux

The official Read Only BeagleBoard and BeagleBone kernel repository https://git.beagleboard.org/beagleboard/linux
http://beagleboard.org/source
Other
707 stars 565 forks source link

Added virtual ALSA AVB driver #246

Open NiklasWan opened 3 years ago

NiklasWan commented 3 years ago

This is a port of the virtual ALSA AVB driver by indu for BBB and BBAI. It is based on: https://github.com/induarun9086/beagleboard-linux/blob/4.4/sound/drivers/avb.c It was implemented during GSoC 2020 for the project Media Ip Streaming. Usage description and documentation can be found here: https://niklaswan.github.io/GSoC-Overview/avb-alsa/

RobertCNelson commented 3 years ago

Thanks @NiklasWan ! this looks awesome, i'll merge it tomorrow morning and push it out..

NiklasWan commented 3 years ago

@RobertCNelson I resolved conflicts due to new merges and rebased all changes onto HEAD. Let me know if there are any issues.