commit | 12edb893082b89f4d3af85ab9f4750aa8d3c34f3 | [log] [tgz] |
---|---|---|
author | Mengdong Lin <mengdong.lin@intel.com> | Tue Nov 26 23:32:23 2013 -0500 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Nov 27 12:37:07 2013 +0100 |
tree | 078aa14e02d8c49a9cb416d711c6fe218be840e9 | |
parent | 351892a8278b50f723974ad42ce591aae57b41e7 [diff] |
ALSA: hda - resume codecs in parallel To reduce driver resume time, this patch resumes the codecs in parallel if there are multiple codecs on the bus. - The PM workqueue of bus is also used to parallel resuming multiple codecs. - The work item 'pm_work' is renamed to 'suspend_work' to parallel suspending codecs. - Add a work item 'resume_work' to parallel resuming codecs. Signed-off-by: Mengdong Lin <mengdong.lin@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>