The patch number 11068 was added via Devin Heitmueller <dheitmuel...@linuxtv.org> to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel If anyone has any objections, please let us know by sending a message to: Linux Media Mailing List <linux-me...@vger.kernel.org> ------ From: Devin Heitmueller <dheitmuel...@linuxtv.org> au0828: add analog profile for the HVR-850 Add the analog parameters to the device profile for the HVR-850 Thanks to Michael Krufky <mkru...@linuxtv.org> and Steven Toth <st...@linuxtv.org> for providing sample hardware, engineering level support, and testing. Priority: normal Signed-off-by: Devin Heitmueller <dheitmuel...@linuxtv.org> Signed-off-by: Michael Krufky <mkru...@linuxtv.org> --- linux/drivers/media/video/au0828/au0828-cards.c | 19 ++++++++++++++++ 1 file changed, 19 insertions(+) diff -r 2f2872073886 -r 0392baa4f3f9 linux/drivers/media/video/au0828/au0828-cards.c --- a/linux/drivers/media/video/au0828/au0828-cards.c Wed Mar 11 02:00:41 2009 -0400 +++ b/linux/drivers/media/video/au0828/au0828-cards.c Wed Mar 11 02:00:43 2009 -0400 @@ -40,6 +40,25 @@ struct au0828_board au0828_boards[] = { }, [AU0828_BOARD_HAUPPAUGE_HVR850] = { .name = "Hauppauge HVR850", + .input = { + { + .type = AU0828_VMUX_TELEVISION, + .vmux = AU8522_COMPOSITE_CH4_SIF, + .amux = AU8522_AUDIO_SIF, + }, + { + .type = AU0828_VMUX_COMPOSITE, + .vmux = AU8522_COMPOSITE_CH1, + .amux = AU8522_AUDIO_NONE, + .audio_setup = hvr950q_cs5340_audio, + }, + { + .type = AU0828_VMUX_SVIDEO, + .vmux = AU8522_SVIDEO_CH13, + .amux = AU8522_AUDIO_NONE, + .audio_setup = hvr950q_cs5340_audio, + }, + }, }, [AU0828_BOARD_HAUPPAUGE_HVR950Q] = { .name = "Hauppauge HVR950Q", --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/0392baa4f3f9a0c947b9866fb2fc0eb163f1082e _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits