[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)
commit7bcfdf0f703211cdc85ee240e44f8773246902d8
treed4bb61cc6e20e096fb2902e3d647656b8b9c4304
parent3f7c0a69ab1181a0f5e4ead5d4b270d404c6465c
[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