]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Avoid BDL position workaround when no_period_wakeup is set
authorTakashi Iwai <tiwai@suse.de>
Tue, 11 Sep 2012 13:19:10 +0000 (15:19 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 11 Sep 2012 13:19:10 +0000 (15:19 +0200)
commitfbace052d82e4ff27c72af869ec07c8071916bac
treec0851d04d9a26fb10bb16d08a9f11f1c70f4bfb6
parent66b150db657b08629b686b0f4acb0e1f2561d584
ALSA: hda - Avoid BDL position workaround when no_period_wakeup is set

Originally the bogus period at BDL head was introduced as a workaround
for the mismatching position update at the period boundary, typically
seen on dmix.  However, for applications like PulseAudio that don't
require period wake ups, this workaround is just superfluous.  Thus
better to disable it when no_period_wakeup is given in hw_params.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c