diff options
Diffstat (limited to 'sound/drivers/opl3/opl3_oss.c')
| -rw-r--r-- | sound/drivers/opl3/opl3_oss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/drivers/opl3/opl3_oss.c b/sound/drivers/opl3/opl3_oss.c index 31f1f2e25aa0..0345ae647681 100644 --- a/sound/drivers/opl3/opl3_oss.c +++ b/sound/drivers/opl3/opl3_oss.c | |||
| @@ -146,7 +146,7 @@ void snd_opl3_init_seq_oss(struct snd_opl3 *opl3, char *name) | |||
| 146 | void snd_opl3_free_seq_oss(struct snd_opl3 *opl3) | 146 | void snd_opl3_free_seq_oss(struct snd_opl3 *opl3) |
| 147 | { | 147 | { |
| 148 | if (opl3->oss_seq_dev) { | 148 | if (opl3->oss_seq_dev) { |
| 149 | snd_device_free(opl3->card, opl3->oss_seq_dev); | 149 | /* The instance should have been released in prior */ |
| 150 | opl3->oss_seq_dev = NULL; | 150 | opl3->oss_seq_dev = NULL; |
| 151 | } | 151 | } |
| 152 | } | 152 | } |
