1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00
This commit is contained in:
Ralph Metzler 2016-04-13 17:23:59 +02:00
parent 66c912d874
commit 92d8b37839

View File

@ -425,7 +425,8 @@ static void ddb_input_stop(struct ddb_input *input)
static void ddb_input_start(struct ddb_input *input) static void ddb_input_start(struct ddb_input *input)
{ {
struct ddb *dev = input->port->dev; struct ddb *dev = input->port->dev;
/* u32 tsbase = TS_INPUT_BASE + input->nr * 0x10; */ u32 tsctrl = TS_INPUT_BASE + input->nr * 0x10;
u32 tsctrl2 = tsctrl + 4;
u32 tag = DDB_LINK_TAG(input->port->lnr); u32 tag = DDB_LINK_TAG(input->port->lnr);
if (input->dma) { if (input->dma) {