commit | faba002e5fe91aae09ac591187be71c9e201b8f0 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Sep 30 13:30:08 2020 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Sat Nov 28 09:42:51 2020 +0100 |
tree | 5783219554f6d7b66ee674438fcfcf26aa6924a6 | |
parent | 9be9f2d3d073ef42127475f4fb6a392ab133f629 [diff] |
ALSA: hda/ca0132: Move unsol callback setups to parser The setup of unsolicited event callbacks should be done only once at the parser phase, not in the init phase that is called multiple times at each resume. This patch moves the unsol setup code in ca0132 codec driver to the more appropriate place. Reported-by: Hui Wang <hui.wang@canonical.com> Link: https://lore.kernel.org/r/20200930113008.9307-1-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>