Bug 11839 - power_save > 0 on snd_intel_hda causes sound to be chopped off on wakeup
Summary: power_save > 0 on snd_intel_hda causes sound to be chopped off on wakeup
Status: CLOSED UNREPRODUCIBLE
Alias: None
Product: Drivers
Classification: Unclassified
Component: Sound(ALSA) (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: Jaroslav Kysela
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-25 07:59 UTC by Daniel
Modified: 2024-03-28 09:58 UTC (History)
1 user (show)

See Also:
Kernel Version: 2.6.27
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Daniel 2008-10-25 07:59:29 UTC
Latest working kernel version: none
Earliest failing kernel version:
Distribution: Debian
Hardware Environment: Thinkpad T61
Software Environment:
Problem Description:
If power_save for the snd_intel_hda driver is active (> 0), then playback through "play" or "aplay" is missing roughly the first second of sound.
Seems as if waking up the snd driver/chip is taking _really_ long and as if there's no option to block the playing application until sound is up again.
As a result, sound notifications as for email/irc are always missing the first ~1 second if the chip was in powerdown.

Steps to reproduce:
echo "10" > /sys/module/snd_hda_intel/parameters/power_save, then wait until snd is in power_down, then use aplay to play any sound.

Note You need to log in before you can comment on or make changes to this bug.