mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2025-12-26 23:26:46 +01:00
make alt_dma=1 default for all platforms
This commit is contained in:
@@ -61,11 +61,7 @@ static int raw_stream;
|
|||||||
module_param(raw_stream, int, 0444);
|
module_param(raw_stream, int, 0444);
|
||||||
MODULE_PARM_DESC(raw_stream, "send data as raw stream to DVB layer");
|
MODULE_PARM_DESC(raw_stream, "send data as raw stream to DVB layer");
|
||||||
|
|
||||||
#if defined(__arm__) || defined(__aarch64__)
|
|
||||||
static int alt_dma = 1;
|
static int alt_dma = 1;
|
||||||
#else
|
|
||||||
static int alt_dma;
|
|
||||||
#endif
|
|
||||||
module_param(alt_dma, int, 0444);
|
module_param(alt_dma, int, 0444);
|
||||||
MODULE_PARM_DESC(alt_dma, "use alternative DMA buffer handling");
|
MODULE_PARM_DESC(alt_dma, "use alternative DMA buffer handling");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user