]> git.baikalelectronics.ru Git - kernel.git/commit
[media] tvaudio: rename getmode and setmode
authorDaniel Glöckner <daniel-gl@gmx.net>
Sun, 17 Jun 2012 10:53:42 +0000 (07:53 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 25 Jun 2012 14:01:29 +0000 (11:01 -0300)
commit679c1b5fe86e9ff743590a71f68f2d73c6afdb6e
treed4bb61cc6e20e096fb2902e3d647656b8b9c4304
parente8150154ad9165c4451b401ddc198938e892489a
[media] tvaudio: rename getmode and setmode

This is basically s/getmode/getrxsubchans/ and s/setmode/setaudmode/
with some whitespace adjustment in affected lines to please the eye.
The rename is done to point out their relation to the rxsubchans and
audmode fields of struct v4l2_tuner.

I also corrected a commented out call to v4l_dbg in one of the lines.

Signed-off-by: Daniel Glöckner <daniel-gl@gmx.net>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/tvaudio.c