We can pass a NO_SIGNAL video decoder state back to applications
if it's available.
Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
        if (INPUT(n)->type != CX23885_VMUX_TELEVISION)
                i->audioset = 0x3;
 
+       if (dev->input == n) {
+               /* enum'd input matches our configured input.
+                * Ask the video decoder to process the call
+                * and give it an oppertunity to update the
+                * status field.
+                */
+               call_all(dev, video, g_input_status, &i->status);
+       }
+
        return 0;
 }