This patch works for me I do have audio now on my PVR-150 PAL (non MCE). Thanks,
Michel Verbraak. Jasper van der Neut - Stulen wrote: >Hi, > >This patch fixes audio format detection for my >PVR150 MCE PAL, which was broken since 0.3.2s. I can only >test the tuner input, so maybe other input need something >similar. > >Jasper > > > > > >------------------------------------------------------------------------ > >--- ./ivtv-0.3.2y/driver/cx25840-driver.c 2005-04-15 22:06:40.000000000 >+0200 >+++ ./ivtv-0.3.2y-mw/driver/cx25840-driver.c 2005-04-16 17:08:32.000000000 >+0200 >@@ -1083,6 +1083,7 @@ > > case CX25840_TUNER: > DEBUG(1, "Tuner Input"); >+ CX25840_SET_START_MICROCNTL(0x0000); // FW stop. > CX25840_SET_DUAL_MODE_ADC2(0x0000); > CX25840_SET_CH_1__SOURCE(cardtype == > 2 ? 0x0001 : 0x0006); >@@ -1098,6 +1099,7 @@ > CX25840_SET_SA_MUTE_EN(0x0000); > CX25840_SET_PAR_MUTE_EN(0x0001); > CX25840_SET_AC97_MUTE_EN(0x0001); >+ CX25840_SET_START_MICROCNTL(0x0001); // FW Start > break; > > case -1: > > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ ivtv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ivtv-devel
