Searched hist:"37 c4fd0db7c961145d9d1909ecab386fdf703c26" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/sound/pci/hda/ |
H A D | hda_jack.h | diff 37c4fd0db7c961145d9d1909ecab386fdf703c26 Wed Nov 17 07:30:40 CST 2021 Takashi Iwai <tiwai@suse.de> ALSA: hda: Do disconnect jacks at codec unbind
The HD-audio codec driver remove may happen also at dynamically unbinding during operation, hence it needs manual triggers of snd_device_disconnect() calls, while it's missing for the jack objects that are associated with the codec.
This patch adds the manual disconnection call for jacks when the remove happens without card->shutdown (i.e. not under the full removal).
Link: https://lore.kernel.org/r/20211117133040.20272-1-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | hda_bind.c | diff 37c4fd0db7c961145d9d1909ecab386fdf703c26 Wed Nov 17 07:30:40 CST 2021 Takashi Iwai <tiwai@suse.de> ALSA: hda: Do disconnect jacks at codec unbind
The HD-audio codec driver remove may happen also at dynamically unbinding during operation, hence it needs manual triggers of snd_device_disconnect() calls, while it's missing for the jack objects that are associated with the codec.
This patch adds the manual disconnection call for jacks when the remove happens without card->shutdown (i.e. not under the full removal).
Link: https://lore.kernel.org/r/20211117133040.20272-1-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | hda_jack.c | diff 37c4fd0db7c961145d9d1909ecab386fdf703c26 Wed Nov 17 07:30:40 CST 2021 Takashi Iwai <tiwai@suse.de> ALSA: hda: Do disconnect jacks at codec unbind
The HD-audio codec driver remove may happen also at dynamically unbinding during operation, hence it needs manual triggers of snd_device_disconnect() calls, while it's missing for the jack objects that are associated with the codec.
This patch adds the manual disconnection call for jacks when the remove happens without card->shutdown (i.e. not under the full removal).
Link: https://lore.kernel.org/r/20211117133040.20272-1-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
|