Skip to content

Commit

Permalink
V4L/DVB (3343): KWorld HardwareMpegTV XPert: Add radio support
Browse files Browse the repository at this point in the history
- add radio support for KWorld HardwareMpegTV XPert
- fix GPIO settings for tv and radio

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Feb 27, 2006
1 parent 47a9e50 commit e279821
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion drivers/media/video/cx88/cx88-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -1064,8 +1064,12 @@ struct cx88_board cx88_boards[] = {
.input = {{
.type = CX88_VMUX_TELEVISION,
.vmux = 0,
.gpio0 = 0x07fa,
.gpio0 = 0x3de2,
}},
.radio = {
.type = CX88_RADIO,
.gpio0 = 0x3de6,
},
},

};
Expand Down

0 comments on commit e279821

Please sign in to comment.