diff options
author | Takashi Iwai <tiwai@suse.de> | 2019-01-29 13:07:24 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-01-29 13:07:48 +0300 |
commit | 286406c2e198b199c348447b3a7c54c6324db147 (patch) | |
tree | a193b6e6590e268ba46fe876146c3545d03599c0 /sound/pci/cs46xx | |
parent | b2e9e1c8810ee05c95f4d55800b8afae70ab01b4 (diff) | |
parent | e190161f96b88ffae870405fd6c3fdd1d2e7f98d (diff) | |
download | linux-286406c2e198b199c348447b3a7c54c6324db147.tar.xz |
Merge branch 'for-linus' into for-next
Pull 5.0 branch for further development of USB-audio quirks
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/cs46xx')
-rw-r--r-- | sound/pci/cs46xx/dsp_spos.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/cs46xx/dsp_spos.c b/sound/pci/cs46xx/dsp_spos.c index 598d140bb7cb..5fc497c6d738 100644 --- a/sound/pci/cs46xx/dsp_spos.c +++ b/sound/pci/cs46xx/dsp_spos.c @@ -903,6 +903,9 @@ int cs46xx_dsp_proc_done (struct snd_cs46xx *chip) struct dsp_spos_instance * ins = chip->dsp_spos_instance; int i; + if (!ins) + return 0; + snd_info_free_entry(ins->proc_sym_info_entry); ins->proc_sym_info_entry = NULL; |