From 3d393b5812f3e89ed704493c4d3db124d300e1e6 Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Wed, 3 Jan 2007 23:20:55 -0500 Subject: [PATCH] [PATCH] V4L: cx2341x: audio_properties is an u16, not u8 This bug broke the MPEG audio mode controls. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Michael Krufky Signed-off-by: Chris Wright --- include/media/cx2341x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/media/cx2341x.h b/include/media/cx2341x.h index d91d88f93c8b..ecad55bf0162 100644 --- a/include/media/cx2341x.h +++ b/include/media/cx2341x.h @@ -49,7 +49,7 @@ struct cx2341x_mpeg_params { enum v4l2_mpeg_audio_mode_extension audio_mode_extension; enum v4l2_mpeg_audio_emphasis audio_emphasis; enum v4l2_mpeg_audio_crc audio_crc; - u8 audio_properties; + u16 audio_properties; /* video */ enum v4l2_mpeg_video_encoding video_encoding; -- 2.39.5