aboutsummaryrefslogtreecommitdiff
path: root/Documentation/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2008-06-10 17:53:20 +0200
committerJaroslav Kysela <perex@perex.cz>2008-06-13 16:30:20 +0200
commit675f25d4d3ff6501cbce608bcc2333a56ec4c105 (patch)
tree96c9fa245e2765179a58bac0b4a75969a7190d8b /Documentation/sound
parent0a1b42db4bf9db233d1f29795086a9526e84c845 (diff)
ALSA: hda - Add bdl_pos_adj option
Added a new option, bdl_pos_adj, to adjust the delay of IRQ-wakeup timing. Most HD-audio hardwares have a problem that a BDL IRQ is issued before actually the data and the DMA pointer are updated. We have already a mechanism to force to delay snd_pcm_period_elapsed() calls via workq, but this costs much CPU, and typically the delay is within one sample. Thus, it's more clever to adjust the BDL entries instead. The new option adds the size of the delay in frames. As default, it's set to 1 -- that is, one sample delay. Even the hardware is really correct, one sample delay is relatively harmless in comparison with reporting wrong positions. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'Documentation/sound')
0 files changed, 0 insertions, 0 deletions