summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/au0828
diff options
context:
space:
mode:
authorDevin Heitmueller <dheitmueller@linuxtv.org>2009-03-15 16:48:26 -0400
committerDevin Heitmueller <dheitmueller@linuxtv.org>2009-03-15 16:48:26 -0400
commit3cedac6c69ef6d18745b56f4d3e88c70b5559d5a (patch)
tree58e29602e3f923f56fcf79634c4a0509ea514a30 /linux/drivers/media/video/au0828
parent62a832506f2df93526288be35218f3d33be7acb3 (diff)
downloadmediapointer-dvb-s2-3cedac6c69ef6d18745b56f4d3e88c70b5559d5a.tar.gz
mediapointer-dvb-s2-3cedac6c69ef6d18745b56f4d3e88c70b5559d5a.tar.bz2
au0828: add entry for undefined input type
From: Devin Heitmueller <dheitmueller@linuxtv.org> For the sake of completeness, include the "undefined" input type enumeration, even though there is no path that can actually call it. Thanks to Mauro Carvalho Chehab <mchehab@infradead.org> for pointing this out. Priority: normal Signed-off-by: Devin Heitmueller <dheitmueller@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video/au0828')
-rw-r--r--linux/drivers/media/video/au0828/au0828-video.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/au0828/au0828-video.c b/linux/drivers/media/video/au0828/au0828-video.c
index 8c5e4fae1..a525040fb 100644
--- a/linux/drivers/media/video/au0828/au0828-video.c
+++ b/linux/drivers/media/video/au0828/au0828-video.c
@@ -1125,6 +1125,7 @@ static int vidioc_enum_input(struct file *file, void *priv,
unsigned int tmp;
static const char *inames[] = {
+ [AU0828_VMUX_UNDEFINED] = "Undefined",
[AU0828_VMUX_COMPOSITE] = "Composite",
[AU0828_VMUX_SVIDEO] = "S-Video",
[AU0828_VMUX_CABLE] = "Cable TV",