From owner-freebsd-multimedia@FreeBSD.ORG Tue Sep 9 12:49:00 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26F7D106567C for ; Tue, 9 Sep 2008 12:49:00 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id A87088FC14 for ; Tue, 9 Sep 2008 12:48:59 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so681661nfh.33 for ; Tue, 09 Sep 2008 05:48:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:cc :subject:message-id:references:mime-version:content-type :content-disposition:in-reply-to:user-agent:sender; bh=0RgALOP0U4YAfNY3Ubb9y3eWIiUp4anLKA3PZSdbmQE=; b=l7WAosz2FIB/RTBWj5Wko5dS1HE1Wf2qj10W3+k9ZlSI7emRBnG3yJuHlZLN0SwD/i 8XpIKEpSm2XlmP+vP+twqwb+df1JVS40kwdYiMctSZeC5hRDTeAkjCWblu6IrUw6TNXB K4hNnxgzK4Na8j6GsS0aQSDc8li5sSIE/15XY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent:sender; b=DKbRA+gfz0t2e9O1rikgnR3Y69USoXjjz9YriQsAlX/lR+vnS3Ti8CnRWixbK20V8a qZ6WxHfS3xmR2XyARm4J3AN0DnFOHWRh4h/iX8RGRWej05wtY8l9dtdHpN8CVPEMvELs gVeqQJHqMbLqnQxvemi6/dPAzxfIg5OMg/jTk= Received: by 10.210.65.17 with SMTP id n17mr20538128eba.149.1220964538427; Tue, 09 Sep 2008 05:48:58 -0700 (PDT) Received: from alpha.local ( [83.144.140.92]) by mx.google.com with ESMTPS id i6sm11044896gve.2.2008.09.09.05.48.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 09 Sep 2008 05:48:57 -0700 (PDT) Received: by alpha.local (Postfix, from userid 1001) id A94F211C7A; Tue, 9 Sep 2008 13:48:11 +0100 (WEST) Date: Tue, 9 Sep 2008 13:48:11 +0100 From: Rui Paulo To: Alexander Motin Message-ID: <20080909124811.GA35538@alpha.local> References: <1219692182.00003969.1219680004@10.7.7.3> <48B30A83.1030206@FreeBSD.org> <20080825204941.GA68247@alpha.local> <48C44BE0.5090500@FreeBSD.org> <20080908205502.GF89070@alpha.local> <48C5952F.5040805@FreeBSD.org> <20080908211715.GH89070@alpha.local> <48C66DDD.2010803@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48C66DDD.2010803@FreeBSD.org> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: Rui Paulo Cc: freebsd-multimedia@FreeBSD.org, Rui Paulo Subject: Re: snd_hda suspend/resume support X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2008 12:49:00 -0000 On Tue, Sep 09, 2008 at 03:36:45PM +0300, Alexander Motin wrote: > Rui Paulo wrote: > > On Tue, Sep 09, 2008 at 12:12:15AM +0300, Alexander Motin wrote: > >> Rui Paulo wrote: > >>> Great work! This works fine! I just wish I didn't had to stop my media > >>> player before resume. That probably needs more work on the sound layer. > >> When I am calling suspend and resume myself on alive system for several > >> seconds playback restores fine. Whats happening if you don't stop media > >> player? > > > > No sound is output after resume. I can't play anything after resume and > > only a reboot fixes it (kldunload/kldload doesn't do the job). > > Any errors? Player progress bar is moving? What happens if you press > stop and then play? No errors whatsoever. I hear nothing if I press stop and then play. -- Rui Paulo