The DMA fragment chaining channels used by scanvideo aren't claimed, so if another module starts claiming DMA channels you end up with a conflict.
This is a simple fix to claim the channels as they are configured. Ideally scanvideo wouldn't use hardcoded channel numbers, but it isn't a big problem to make sure it is initialized first.
The DMA fragment chaining channels used by scanvideo aren't claimed, so if another module starts claiming DMA channels you end up with a conflict.
This is a simple fix to claim the channels as they are configured. Ideally scanvideo wouldn't use hardcoded channel numbers, but it isn't a big problem to make sure it is initialized first.