[media] cx23885: convert call clients into subdevices

Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
diff --git a/drivers/media/video/cx23885/cx23885-video.c b/drivers/media/video/cx23885/cx23885-video.c
index 34854b0..747fdb3 100644
--- a/drivers/media/video/cx23885/cx23885-video.c
+++ b/drivers/media/video/cx23885/cx23885-video.c
@@ -1225,6 +1225,7 @@
 
 	strcpy(t->name, "Television");
 
+	call_all(dev, tuner, g_tuner, t);
 	return 0;
 }
 
@@ -1238,6 +1239,7 @@
 	if (0 != t->index)
 		return -EINVAL;
 	/* Update the A/V core */
+	call_all(dev, tuner, s_tuner, t);
 
 	return 0;
 }