]> git.karo-electronics.de Git - linux-beck.git/commit
V4L/DVB (12274): em28xx-video: better implement ac97 control ioctls
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 19 Jul 2009 13:45:49 +0000 (10:45 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 12 Sep 2009 15:17:42 +0000 (12:17 -0300)
commita98f6af96ec5b22453054b36eaa325ebf20ea429
treedea0ff3ea72d6bcf4b8b2ff5b54df340c6683016
parented10daaeb3512165505eda8bb311edabea5cb485
V4L/DVB (12274): em28xx-video: better implement ac97 control ioctls

In the past, some devices with saa711x had their parameters controlled
directly inside em28xx driver, instead of using their proper module for
it.

Due to that, the ac97 controls were mixed with saa711x ones.

Older patches removed all saa711x controls, but we still need to control
ac97 devices on em28xx, since we don't have a separate v4l2 device for
it.

The proper way to address is to create a separate ac97 v4l2 device.
While we don't have it, we should clean up the code to allow having a
better view of what is part of em28xx core code and what's due to ac97
control inside it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/em28xx/em28xx-video.c