If you have a diamondmm PVR-550, then can you please test the attached patch. It solves a problem with missing sound when using the tuner. However, I am not sure if this patch might break the sound for others who now have good sound. Please let me know if it succeeds or not!
Without feedback during the next week I'll just put the patch in and hope for the best. Regards, Hans
--- cx25840-driver.c.org 2005-08-21 22:25:11.000000000 +0200 +++ cx25840-driver.c 2005-08-21 23:43:17.000000000 +0200 @@ -648,11 +648,11 @@ case CX25840_TUNER: CX25840_DEBUG("now setting Tuner input\n"); CX25840_SET_CH_1__SOURCE(cardtype == 1 ? 0x01 : 0x06); - CX25840_SET_PWR_DN_CH2(0x01); - CX25840_SET_PWR_DN_CH3(0x00); - CX25840_SET_CH_3__SOURCE(0x01); + CX25840_SET_PWR_DN_CH3(0x01); + CX25840_SET_PWR_DN_CH2(0x00); + CX25840_SET_CH_2__SOURCE(0x01); CX25840_SET_PWR_DN_ADC2(0x00); - CX25840_SET_CH_SEL_ADC2(0x01); + CX25840_SET_CH_SEL_ADC2(0x00); CX25840_SET_INPUT_MODE(0x00); break;