]> Pileus Git - ~andy/linux/blobdiff - sound/drivers/pcsp/pcsp.c
Merge tag 'for-linville-20131203' of git://github.com/kvalo/ath
[~andy/linux] / sound / drivers / pcsp / pcsp.c
index f664bae3b9b057f1a0b04776c1d4329a6650ed4c..328bd29264ce555e048da881af2dcc7e60e289d6 100644 (file)
@@ -188,8 +188,8 @@ static int pcsp_probe(struct platform_device *dev)
 static int pcsp_remove(struct platform_device *dev)
 {
        struct snd_pcsp *chip = platform_get_drvdata(dev);
-       alsa_card_pcsp_exit(chip);
        pcspkr_input_remove(chip->input_dev);
+       alsa_card_pcsp_exit(chip);
        return 0;
 }