From owner-freebsd-multimedia Sun Oct 3 12:25:11 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id 0F69C14D21 for ; Sun, 3 Oct 1999 12:25:09 -0700 (PDT) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-4-68.dialup.rdu.ipass.net [209.170.134.68]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id PAA03673; Sun, 3 Oct 1999 15:25:04 -0400 (EDT) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id PAA15888; Sun, 3 Oct 1999 15:26:34 -0400 (EDT) (envelope-from rhh) Date: Sun, 3 Oct 1999 15:26:34 -0400 From: Randall Hopper To: Jukka Simila Cc: multimedia@FreeBSD.ORG Subject: Re: hauppauge remote Message-ID: <19991003152634.A15810@ipass.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jukka Simila: |Could someone show some example code on muting the audio of a bt878 -card? |I made some time ago a remote-application based on that demo program I saw |here, but every time I start it it will open the audio also and I don't want |that.. I wasn't able to solve the problem by reading the sources of fxtv. too |complicated :) /* Input: */ int tuner_fd, mute_flag; int arg = ( mute_flag ? AUDIO_MUTE : AUDIO_UNMUTE ); if ( ioctl( tuner_fd, BT848_SAUDIO, &arg ) < 0 ) perror( "BT848_SAUDIO" ) Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message