V4L/DVB (5153): Make it coherent with vidioc_g_tuner
authorMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 26 Jan 2007 10:07:12 +0000 (07:07 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 21 Feb 2007 15:35:03 +0000 (13:35 -0200)
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/radio/radio-maxiradio.c

index fd2b9d9..82a2f83 100644 (file)
@@ -226,7 +226,7 @@ static int vidioc_g_audio (struct file *file, void *priv,
        if (a->index > 1)
                return -EINVAL;
 
-       strcpy(a->name, "Radio");
+       strcpy(a->name, "FM");
        a->capability = V4L2_AUDCAP_STEREO;
        return 0;
 }