V4L/DVB (5153): Make it coherent with vidioc_g_tuner

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Mauro Carvalho Chehab 2007-01-26 07:07:12 -03:00
parent a0c05ab976
commit b61f8d695c
1 changed files with 1 additions and 1 deletions

View File

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