Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Mar 1997 18:56:47 -0700
From:      Steve Passe <smp@csn.net>
To:        Amancio Hasty <hasty@rah.star-gate.com>
Cc:        multimedia@freebsd.org
Subject:   Re: First Cut at separating tuner and capture devices 
Message-ID:  <199703230156.SAA15808@Ilsa.StevesCafe.com>
In-Reply-To: Your message of "Sat, 22 Mar 1997 16:24:56 PST." <199703230024.QAA00352@rah.star-gate.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

patches apply cleanly.  first problem I see is that to be practical
we will need to move all input control and color control into the tuner_ioctl:

	case METEORSINPUT:	/* set input device */
		case METEOR_INPUT_DEV0:
		case METEOR_INPUT_DEV1:
		case METEOR_INPUT_DEV2:
		case METEOR_INPUT_DEV_SVIDEO:

	case BT848_SHUE:	/* set hue */
	case BT848_GHUE:	/* get hue */
	case BT848_SBRIG:	/* set brightness */
	case BT848_GBRIG:	/* get brightness */
	case BT848_SCSAT:	/* set chroma saturation */
	case BT848_GCSAT:	/* get chroma saturation */
	case BT848_SVSAT:	/* set chroma V saturation */
	case BT848_GVSAT:	/* get chroma V saturation */
	case BT848_SUSAT:	/* set chroma U saturation */
	case BT848_GUSAT:	/* get chroma U saturation */
	case BT848_SCONT:	/* set contrast */
	case BT848_GCONT:	/* get contrast */

---
can we do this, does it make any sense?

where are the hooks to tuner_xxx in brooktree848.c?  I don't see 
where anything gets steered to them via the minor number?  what am I
missing?


--
Steve Passe	| powered by
smp@csn.net	|            Symmetric MultiProcessor FreeBSD




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