aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/pcm.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2016-07-08 08:05:19 +0200
committerTakashi Iwai <tiwai@suse.de>2016-07-08 09:15:44 +0200
commitf388cdcdd160687c6650833f286b9c89c50960ff (patch)
treecbf0f3f2c7233225a19d274802d7de299d075125 /sound/core/pcm.c
parentALSA: hda/realtek - add new pin definition in alc225 pin quirk table (diff)
downloadlinux-dev-f388cdcdd160687c6650833f286b9c89c50960ff.tar.xz
linux-dev-f388cdcdd160687c6650833f286b9c89c50960ff.zip
ALSA: ctl: Stop notification after disconnection
snd_ctl_remove() has a notification for the removal event. It's superfluous when done during the device got disconnected. Although the notification itself is mostly harmless, it may potentially be harmful, and should be suppressed. Actually some components PCM may free ctl elements during the disconnect or free callbacks, thus it's no theoretical issue. This patch adds the check of card->shutdown flag for avoiding unnecessary notifications after (or during) the disconnect. Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core/pcm.c')
0 files changed, 0 insertions, 0 deletions