commit | b6050ef664219a0bc97d0626759ef070ed77fcba | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Jun 26 16:50:16 2014 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Jun 26 18:00:01 2014 +0200 |
tree | 2a69c2b96d819a324ea132f2b938b4dd01a3e88d | |
parent | 085ec0d945cd52caba3765e4cbcfe24cc136e905 [diff] |
ALSA: hda - Make position_fix as generic callback ... and move most parts into hda_intel.c from the generic controller code. This is a clean up, and there should be no functional change by this patch. Now, struct azx obtains the generic callbacks for getting the position and the delay. As default NULL, posbuf is read. These replace the old position_fix[], and each is implemented as a callback. Signed-off-by: Takashi Iwai <tiwai@suse.de>