ivtv-0.3.2f seems like a step backward for me.  I've applied this patch 
(ivtv-0.3.2d-audio.patch) to both d and f:

diff -u -r ivtv-0.3.2d/driver/cx25840-driver.c ivtv-0.3.2d-work/driver/cx25840-d
river.c
--- ivtv-0.3.2d/driver/cx25840-driver.c 2005-02-02 11:08:48.000000000 -0500
+++ ivtv-0.3.2d-work/driver/cx25840-driver.c    2005-02-09 01:48:57.343925616 -0
500
@@ -1117,7 +1117,7 @@
            CX25840_SET_AFD_PAL_SEL(0x0000),
            CX25840_SET_AFD_NTSC_SEL(0x0000),
            CX25840_SET_AUD_MODE_AUD_SYSTEM(0x000f),
-           CX25840_SET_AUD_STANDARD(0x000f),
+           CX25840_SET_AUD_STANDARD(0x0001),
            CX25840_SET_PREF_MODE(0x0004),
            CX25840_SET_MUTE_NO_PREF_MODE(0x0000),
            CX25840_SET_DE_EMPHASIS_TIME(0x0000),


With patched ivtv-0.3.2d and this modprobe.conf:

# WinTV PVR-150
alias char-major-81 videodev
alias char-major-81-0 ivtv
install ivtv /sbin/modprobe tveeprom ; /sbin/modprobe wm8775 mixer_input=2 ; /sb
in/modprobe --first-time --ignore-install ivtv tuner=50
remove ivtv /sbin/modprobe -r --first-time --ignore-remove ivtv && { /sbin/modpr
obe -r tveeprom ; /bin/true; }
# end

I get  1) ivtvctl -p 6 (tuner): video okay audio okay
       2) ivtvctl -p 2 (composite): video okay audio okay
       3) ivtvctl -p 0 (S-video): b&w video, audio okay

But with patched ivtv-0.3.2f and this modprobe.conf:

# WinTV PVR-150
alias char-major-81 videodev
alias char-major-81-0 ivtv
install ivtv /sbin/modprobe tveeprom ; /sbin/modprobe wm8775 mixer=2 ; /sb
in/modprobe --first-time --ignore-install ivtv tuner=50
remove ivtv /sbin/modprobe -r --first-time --ignore-remove ivtv && { /sbin/modpr
obe -r tveeprom ; /bin/true; }
# end

I get  1) ivtvctl -p 6 (tuner): video okay, no audio
       2) ivtvctl -p 2 (composite): video okay, audio okay
       3) ivtvctl -p 0 (S-video): b&w video, audio okay

If I omit "mixer=2" in modprobe.conf I get tuner audio mixed with my composite 
and S-video inputs, and still no audio with ivtvctl -p6.

Is this the expected behaviour, or have I missed something?

                                 Thanks,
                                   Jim


Jim Hammack
[EMAIL PROTECTED]



-------------------------------------------------------
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_ide95&alloc_id396&op=click
_______________________________________________
ivtv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to