--- cx88-cards.c 2008-12-14 12:28:07.000000000 +0100 +++ cx88-cards-new.c 2008-12-19 10:34:20.000000000 +0100 @@ -960,19 +960,23 @@ }, [CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1] = { .name = "Hauppauge Nova-S-Plus DVB-S", - .tuner_type = TUNER_ABSENT, + .tuner_type = UNSET, /* BUG: Needed by cx88_i2c_ini for WM8775 */ .radio_type = UNSET, .tuner_addr = ADDR_UNSET, .radio_addr = ADDR_UNSET, + .audio_chip = V4L2_IDENT_WM8775, .input = {{ .type = CX88_VMUX_DVB, .vmux = 0, + .audioroute = 1, },{ .type = CX88_VMUX_COMPOSITE1, .vmux = 1, + .audioroute = 1, },{ .type = CX88_VMUX_SVIDEO, .vmux = 2, + .audioroute = 1, }}, .mpeg = CX88_MPEG_DVB, },