Re: saa7134-20020219.tar.gz and amux_radio for FV2K

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



> Now if only I can figure out the bit definitions for
> SAA7134_ANALOG_IO_SELECT so I can get amux_extern working properly.

The three important ones are handled by saa7134_tvaudio_setinput().

>   done:
> +	saa7134_tvaudio_setinput(dev,0);		/* Deselect Audio Source */

This is wrong.  0 isn't a valid argument here, LINE1, LINE2 and TV are.
LINE1 is a sensible choice I'd say as this is the power-on default of
the card.

> -#define card_hasaudio(dev)    (dev->pci->device == PCI_DEVICE_ID_PHILIPS_SAA7134)
> +#define card_hasaudio(dev)    ((dev->pci->device == PCI_DEVICE_ID_PHILIPS_SAA7134) \
> +				|| (dev->pci->device == PCI_DEVICE_ID_PHILIPS_SAA7130))

This is wrong to.

  Gerd

-- 
#define	ENOCLUE 125 /* userland programmer induced race condition */





[Index of Archives]     [Linux DVB]     [Video Disk Recorder]     [Asterisk]     [Photo]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Free Photo Albums]     [Fedora Users]     [Fedora Women]     [ALSA Users]     [ALSA Devel]     [Linux USB]

Powered by Linux