commit | c376e2c72ba2d510486d7dea41163dce5f5606ea | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Aug 14 17:12:47 2012 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Aug 20 11:46:05 2012 +0200 |
tree | 6bf51453c5c9f54f1955ecb3330e576d357622d7 | |
parent | b244d335609f9bbf4c0204a365bf03b7ac53c3c8 [diff] |
ALSA: hda - Implement snd_hda_power_sync() helper function Added a new helper function snd_hda_power_sync() to trigger the power-saving manually. It's an inline function call to snd_hda_power_save() helper function. Together with this addition, snd_hda_power_up*() and snd_hda_power_down() functions are inlined to a call of the same snd_hda_power_save() helper function. Signed-off-by: Takashi Iwai <tiwai@suse.de>