mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
rest of raw support ...
This commit is contained in:
parent
4747cbd553
commit
dc300198a9
@ -583,14 +583,17 @@ static void ddb_input_start_unlocked(struct ddb_input *input)
|
|||||||
}
|
}
|
||||||
if (dev->link[0].info->type == DDB_OCTONET)
|
if (dev->link[0].info->type == DDB_OCTONET)
|
||||||
ddbwritel(dev, 0x01, TS_CONTROL(input));
|
ddbwritel(dev, 0x01, TS_CONTROL(input));
|
||||||
|
else {
|
||||||
|
if (raw_stream)
|
||||||
|
ddbwritel(dev, 0x01 | ((raw_stream & 3) << 8), TS_CONTROL(input));
|
||||||
else
|
else
|
||||||
ddbwritel(dev, 0x09, TS_CONTROL(input));
|
ddbwritel(dev, 0x01 | input->con, TS_CONTROL(input));
|
||||||
|
}
|
||||||
if (input->port->type == DDB_TUNER_DUMMY)
|
if (input->port->type == DDB_TUNER_DUMMY)
|
||||||
ddbwritel(dev, 0x000fff01, TS_CONTROL2(input));
|
ddbwritel(dev, 0x000fff01, TS_CONTROL2(input));
|
||||||
if (input->dma) {
|
if (input->dma)
|
||||||
input->dma->running = 1;
|
input->dma->running = 1;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
static void ddb_input_start(struct ddb_input *input)
|
static void ddb_input_start(struct ddb_input *input)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user