Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Aug 2005 00:05:06 -0700
From:      Jacob Meuser <jakemsr@jakemsr.com>
To:        freebsd-multimedia@freebsd.org
Subject:   Re: xawtv questions
Message-ID:  <20050803070506.GD1823@puff.jakemsr.gom>
In-Reply-To: <42EF0787.7090800@inetis.com>
References:  <20050729181650.27cd6f1c@it.buh.cameradicommercio.ro> <42EDB8F6.1090807@inetis.com> <20050801120559.68b055d2@it.buh.tecnik93.com> <42EF0787.7090800@inetis.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 02, 2005 at 07:41:27AM +0200, Karel Miklav wrote:
> Ion-Mihai Tetcu wrote:
> >>> - I have to select select each time the sound source 
> >>> (internal/external since tuner doesn't seem to provide anything);
> >>> I haven't found a way to set the sound source in xawtv docs.
> >> 
> >> There's nothing in the docs, I guess it just works for some cards.
> >> I made a little change in the sources, if you want to see it I can
> >> send it later.
> > 
> > Please do. I start looking in the sources, both motv and bktr, but
> > I'm still missing something (actually I know how to force audio
> > source modifying bktr sources, which "strangely" are easier to
> > understand but that isn't the right solution).
> 
> When input on bktr driver is changed, audio on some cards seem to be
> reset. I'm not shure whether this is intentional or not as I didn't
> threw my eyes on the driver itself yet. Anyway, a small change in
> file drv0-bsd.c at function bsd_write_attr() helps:
> 
>       case ATTR_ID_INPUT:
>          xioctl(h->fd,METEORSINPUT,&inputs_map[value]);
>          xioctl(h->tfd, BT848_SAUDIO, &audio_map[2]);  // fix
>          break;
> 
> First ioctl changes video input and does something undefined to the
> audio channel.

look in bktr_core.c.  METEORSINPUT sets the audio channel as well.

I never noticed that before.  it strikes me as curious behaviour,
since METEORSINPUT is for setting the video source, and there is a
separate ioctl for setting the audio source.  maybe I do want to
continue with audio from the tuner and switch to audio from the
RCA input without a break in the audio ...

-- 
<jakemsr@jakemsr.com>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050803070506.GD1823>