On Monday 22 August 2005 18:01, Chris Woen wrote:
> It was the 0.3.7a... switching back... test...
> Oh, it has sound again. :-) Then the driver... I will
> check later all versions since 3.7a, which became
> buggy.

This is the relevant diff between 0.3.7a and b. Can someone tell me
why it was removed? There's no doubt a good reason but it seems to
break things for people.

                Hans
  
@@ -1605,11 +1655,6 @@
        IVTV_DEBUG(IVTV_DEBUG_INFO, "Disabling digitizer\n");
        dig = 0;
        itv->card->video_dec_func(itv, DECODER_ENABLE_OUTPUT, &dig);
-
-       if (tda9887 == 0) {
-               int config = 0;
-               ivtv_tda9887(itv, TDA9887_SET_CONFIG, &config);
-       }
 }

 void unmute_and_resume(struct ivtv *itv, int sleep)
@@ -1637,11 +1682,6 @@
        if (sleep)
                ivtv_sleep_timeout(HZ / 10, 0);

-       if (tda9887 == 0) {
-               int config = TDA9887_PORT1_ACTIVE | TDA9887_PORT2_ACTIVE;
-               ivtv_tda9887(itv, TDA9887_SET_CONFIG, &config);
-       }
-
        /* Unmute */
        ivtv_audio_set_mute(itv, 0);
        IVTV_DEBUG(IVTV_DEBUG_INFO, "Finished with Mute\n");


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
ivtv-devel mailing list
ivtv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to