V4L/DVB (3587): Always wake thread after routing change.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Hans Verkuil 2006-03-19 18:43:50 -03:00 committed by Mauro Carvalho Chehab
parent 301e22d691
commit c68735180c

View File

@ -702,8 +702,7 @@ static int msp_command(struct i2c_client *client, unsigned int cmd, void *arg)
msp_set_scart(client, sc1_out, 1);
msp_set_scart(client, sc2_out, 2);
msp_set_audmode(client);
if (tuner != old_tuner)
msp_wake_thread(client);
msp_wake_thread(client);
break;
}