All of lore.kernel.org
 help / color / mirror / Atom feed
* [BUG] alsa volume and settings not restored after suspend
@ 2005-09-24 17:45 Patrizio Bassi
  2005-09-24 20:28 ` Lee Revell
  2005-09-24 22:35 ` Jesper Juhl
  0 siblings, 2 replies; 5+ messages in thread
From: Patrizio Bassi @ 2005-09-24 17:45 UTC (permalink / raw)
  To: Kernel, 

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

As topic.

Suspend works perfectly, but after resume, no sound from audio card.

i see application works, for example i see xmms equalizer working, but
no sound,
even if i change manually volume.

only way is restarting the alsa init script. after that it works
perfectly.
not a critical bug, but may be very confortable to have registers
setted properly.


Some infos:

kernel 2.6.14-rc2-git4
alsa compiled built-in
audio card: ens1370 (creative pci128)
init script: Gentoo default one.


ready to add more infos if needed.
and test any patch, of course.

Patrizio
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDNZCcys6LZpyYQ6URAvJwAKCf4us21F8FBRrStfyaxhx2eRpCXACfbuso
siPbWKXGMmd8O66gXLx6iuw=
=CNcI
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [BUG] alsa volume and settings not restored after suspend
  2005-09-24 17:45 [BUG] alsa volume and settings not restored after suspend Patrizio Bassi
@ 2005-09-24 20:28 ` Lee Revell
  2005-09-25  8:18     ` Patrizio Bassi
  2005-09-24 22:35 ` Jesper Juhl
  1 sibling, 1 reply; 5+ messages in thread
From: Lee Revell @ 2005-09-24 20:28 UTC (permalink / raw)
  To: patrizio.bassi; +Cc: Kernel,, alsa-devel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [BUG] alsa volume and settings not restored after suspend
  2005-09-24 17:45 [BUG] alsa volume and settings not restored after suspend Patrizio Bassi
  2005-09-24 20:28 ` Lee Revell
@ 2005-09-24 22:35 ` Jesper Juhl
  1 sibling, 0 replies; 5+ messages in thread
From: Jesper Juhl @ 2005-09-24 22:35 UTC (permalink / raw)
  To: patrizio.bassi; +Cc: Kernel,

On 9/24/05, Patrizio Bassi <patrizio.bassi@gmail.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> As topic.
>
> Suspend works perfectly, but after resume, no sound from audio card.
>
> i see application works, for example i see xmms equalizer working, but
> no sound,
> even if i change manually volume.
>
> only way is restarting the alsa init script. after that it works
> perfectly.
> not a critical bug, but may be very confortable to have registers
> setted properly.
>
[snip]

Have you tried talking to the ALSA people about this?

    http://www.alsa-project.org/mailing-lists.php
    alsa-devel@lists.sourceforge.net

--
Jesper Juhl <jesper.juhl@gmail.com>
Don't top-post  http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please      http://www.expita.com/nomime.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [BUG] alsa volume and settings not restored after suspend
  2005-09-24 20:28 ` Lee Revell
@ 2005-09-25  8:18     ` Patrizio Bassi
  0 siblings, 0 replies; 5+ messages in thread
From: Patrizio Bassi @ 2005-09-25  8:18 UTC (permalink / raw)
  To: Lee Revell; +Cc: Kernel,, alsa-devel

Lee Revell ha scritto:

>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
>
>
>  
>
ok, suspend/resume functions are very very simple.

the problem is i have really 0 experience in alsa devel, for example i 
don't know
the 0xa0 limit (in es1938...).

so...i'm asking for alsa devel to implement that, i'll be happy to help 
you in testing and debugging.

Thanks

Patrizio



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [BUG] alsa volume and settings not restored after suspend
@ 2005-09-25  8:18     ` Patrizio Bassi
  0 siblings, 0 replies; 5+ messages in thread
From: Patrizio Bassi @ 2005-09-25  8:18 UTC (permalink / raw)
  To: Lee Revell; +Cc: Kernel,, alsa-devel

Lee Revell ha scritto:

>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
>
>
>  
>
ok, suspend/resume functions are very very simple.

the problem is i have really 0 experience in alsa devel, for example i 
don't know
the 0xa0 limit (in es1938...).

so...i'm asking for alsa devel to implement that, i'll be happy to help 
you in testing and debugging.

Thanks

Patrizio


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-09-25  8:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-24 17:45 [BUG] alsa volume and settings not restored after suspend Patrizio Bassi
2005-09-24 20:28 ` Lee Revell
2005-09-25  8:18   ` Patrizio Bassi
2005-09-25  8:18     ` Patrizio Bassi
2005-09-24 22:35 ` Jesper Juhl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.