Skip to content

Commit

Permalink
V4L/DVB (4988): Cx2341x audio_properties is an u16, not u8
Browse files Browse the repository at this point in the history
This bug broke the MPEG audio mode controls.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Dec 27, 2006
1 parent 83aaf13 commit cb2c7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/media/cx2341x.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cb2c7b4

Please sign in to comment.