video exists but no sound
hello, i'm working with a tv-tuner card (philips chip: saa7134) on fedora core 4 with the lasted kernel release 2.6.16.
I loaded the related drivers :
modprobe saa7134 tuner=37
modprobe saa7134-alsa index=1
the comand I use is
vlc v4l:// :v4l-vdev="/dev/video" :v4l-adev="/dev/dsp1" :v4l-norm=0 :v4l-frequency=607250 :v4l-caching=300 :v4l-chroma="YV12" :v4l-fps=25.0 :v4l-samplerate=48000 :v4l-channel=0 :v4l-tuner=-1 :v4l-audio=-1 :v4l-stereo :v4l-width=720 :v4l-height=528
as a result of this command I only get a video out but no audio.
with xawtv I get sound and video,
in my computer:
cat /proc/asound/cards
0 [SI7012 ]: ICH - SiS SI7012
SiS SI7012 with ALC655 at 0xd800, irq 17
1 [SAA7134 ]: SAA7134 - SAA7134
saa7134[0] at 0xed104000 irq 18
ls -l /dev/dsp*
crw------- 1 root root 14, 3 Apr 9 2006 /dev/dsp
crw-rw---- 1 root root 14, 19 Apr 8 22:45 /dev/dsp1
how can I solve this problem ?
thanks in advance