From: Julia Lawall Date: Sun, 8 Nov 2009 17:49:05 +0000 (-0300) Subject: V4L/DVB (13396): correct initialization of audio_mode X-Git-Tag: v2.6.33-rc1~338^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b921d929f4a012be3e809fbb1ff1e8e6c0751c06;p=pandora-kernel.git V4L/DVB (13396): correct initialization of audio_mode This initialization of the value of audio_mode is the one used if nothing matches in the subsequent switch. The variable audio_mode is subsequently assigned to constants such as TUNER_AUDIO_MONO and TUNER_AUDIO_STEREO. TUNER_AUDIO_STEREO has the same value as V4L2_TUNER_MODE_STEREO, so it would seem better to use that value here. Signed-off-by: Julia Lawall Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed