From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Revell Subject: Re: [BUG] alsa volume and settings not restored after suspend Date: Sat, 24 Sep 2005 16:28:16 -0400 Message-ID: <1127593697.18892.1.camel@mindpipe> References: <4335909D.2070904@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4335909D.2070904@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: patrizio.bassi@gmail.com Cc: "Kernel," , alsa-devel List-Id: alsa-devel@alsa-project.org On Sat, 2005-09-24 at 19:45 +0200, Patrizio Bassi wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > As topic. > > Suspend works perfectly, but after resume, no sound from audio card. I'm not surprised, suspend/resume is not implemented for that device. It looks like it would not be too hard, see es1938.c for an example. Lee