aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorTakashi Iwai <[email protected]>2021-05-17 15:15:39 +0200
committerTakashi Iwai <[email protected]>2021-05-17 16:04:22 +0200
commita11aa8537e13dd1082c85b102b98afc2a156a815 (patch)
tree73c9d400c2dbd1679f310f6af58412525c8afbe3 /tools/perf/scripts/python
parent4e268db74770b454b877ab5260f1868a457d212c (diff)
ALSA: usx2y: Avoid self-killing
The initialization os usx2y driver is multi-staged, and the PCM and other device creations are done after the DSP is loaded and initialized. Upon the initialization, when an error happens, the driver tries to call snd_card_free(). But this is dangerous, and in general, the driver cannot kill itself during its operation. Hence better to drop the snd_card_free() call from there. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions