]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: x86: Avoid register accesses during disconnection
authorTakashi Iwai <tiwai@suse.de>
Wed, 15 Feb 2017 21:02:10 +0000 (22:02 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 16 Feb 2017 08:22:43 +0000 (09:22 +0100)
commit28ed125b9a07b9ad09ea680628a920427d079af6
tree85ee79bc488332c265bb50db18529d5100db8d79
parenta72ccfbad7fd6f604d8edd068119edb57e7984e1
ALSA: x86: Avoid register accesses during disconnection

It seems that accessing registers during disconnection often leads to
the GPU pipe error.  The original driver had a similar check in the
past, but it was lost through refactoring.  Now put a connection check
in the register access functions.

One exception is the irq handler: it still needs to access the raw
register even while disconnected, because it has to read and write to
ACK the irq mask.  Although the irq shouldn't be raised while
disconnected (the stream should have been disabled), let's make it
safer for now.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/x86/intel_hdmi_audio.c