aja-video / libajantv2

Open-source library for AJA Video Systems desktop IO cards.
MIT License
22 stars 14 forks source link

linux_driver: Fix build with kernel 6.10 and newer #30

Closed sdroege closed 1 month ago

sdroege commented 1 month ago

circ_buf is not used anymore for serial IO and is replaced by kfifo.

seanblit commented 1 month ago

@sdroege Thanks for the request, we have already taken care of this issue in our main branch with commits: https://github.com/aja-video/libajantv2/commit/255e50ac217b4f927fc7a7ab3582692abebc2d5e and https://github.com/aja-video/libajantv2/commit/b7ecebb1c9b9ab82739e353ceaa4b822b13e6353.

These changes from our main branch will be pulled in once we do our next release.