MAL writes: > Hi, > > How can I specify which audio format to use in the capture? (ie. layer > 1, 2 or 3)... I'm trying to get VCD/SVCD standards compliant output from > the card. > I've seen captures come out with mp3 audio (!) > If the module parameters can't do it, what chance have I got of altering > the module to handle it?
In kfir.c in InitParams() you can change p->AudioFormat. It is currently set to VT_KFIR_LAYER_II. VT_KFIR_LAYER_I is another possible value. Layer 3 is not supported by the card and is normally not part of any VCD or SVCD standard. Ralph
