commit | c4c2533f802d6877803c4d778def43d8a122f27b | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Mar 03 17:22:12 2015 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Mar 23 13:17:48 2015 +0100 |
tree | ba9b5505cc9da460dd278f7eaf6c55e7211a7f03 | |
parent | 05852448690d7d810175f8ceccefba083525aa89 [diff] |
ALSA: hda - Fix possible runtime PM refcount unbalance When the driver is unloaded before the codec is bound, it still keeps the runtime PM refcount up, and results in the unbalance. This patch covers these cases by introducing a flag indicating the runtime PM initialization and handling the codec registration procedure more properly. It also fixes the missing input beep device as a gratis, too. Signed-off-by: Takashi Iwai <tiwai@suse.de>