]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Introduce get_delay codec PCM ops
authorTakashi Iwai <tiwai@suse.de>
Fri, 5 Apr 2013 05:27:45 +0000 (07:27 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 5 Apr 2013 05:33:32 +0000 (07:33 +0200)
commit10030d2c17bdf995c352594a2954dccf3768828c
tree8caab8a0c5f8c70c52f21d05fb811a7fdf85b0e9
parentfc34fe11b3a0fdb075c550280dd1522809100559
ALSA: hda - Introduce get_delay codec PCM ops

Add a new codec PCM ops, get_delay(), to obtain the codec/stream-
specific PCM delay count.  When it's NULL, nothing changes.

This new feature was requested for CA0132, which has significant
delays in the path depending on the running DSP code.

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