From owner-freebsd-current@FreeBSD.ORG Fri Jul 12 20:54:48 2013 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9F2B2577; Fri, 12 Jul 2013 20:54:48 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from acme.spoerlein.net (acme.spoerlein.net [IPv6:2a01:4f8:131:23c2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 40FD91E5C; Fri, 12 Jul 2013 20:54:48 +0000 (UTC) Received: from localhost (acme.spoerlein.net [IPv6:2a01:4f8:131:23c2::1]) by acme.spoerlein.net (8.14.7/8.14.7) with ESMTP id r6CKsksn026842 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 12 Jul 2013 22:54:46 +0200 (CEST) (envelope-from uqs@FreeBSD.org) Date: Fri, 12 Jul 2013 22:54:46 +0200 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: current@FreeBSD.org, mav@FreeBSD.org Subject: Sound lag over HDMI Message-ID: <20130712205446.GB2198@acme.spoerlein.net> Mail-Followup-To: current@FreeBSD.org, mav@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jul 2013 20:54:48 -0000 Hey, I'm trying to setup XBMC on a -CURRENT box with an IvyBridge CPU and GPU. While testing playback via mplayer on a LG TV over HDMI, I noticed that sound is lagging video by about 100-200ms or so. When I switch to using the jack outputs powered by some Realtek chip, audio is perfectly fine. Is HDMI lag a known problem? Can this be fixed? root@coyote:~# dmesg | egrep vgapci\|pcm vgapci0: port 0x3000-0x303f mem 0xe0000000-0xe03fffff,0xc0000000-0xdfffffff irq 16 at device 2.0 on pci0 agp0: on vgapci0 pcm0: at nid 20 and 24 on hdaa0 pcm1: at nid 30 and 31 on hdaa0 pcm2: at nid 6 on hdaa1 pcm3: at nid 7 on hdaa1 drmn0: on vgapci0 Cheers, Uli