mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 16:26:39 +07:00
[media] tlg2300: fix missing audioset
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Acked-by: Huang Shijie <shijie8@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
7556ba9bfb
commit
7cb2398750
@ -903,7 +903,7 @@ static int vidioc_enum_input(struct file *file, void *fh, struct v4l2_input *in)
|
||||
* the audio input index mixed with this video input,
|
||||
* Poseidon only have one audio/video, set to "0"
|
||||
*/
|
||||
in->audioset = 0;
|
||||
in->audioset = 1;
|
||||
in->tuner = 0;
|
||||
in->std = V4L2_STD_ALL;
|
||||
in->status = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user