--- a/sound/pci/fm801.c +++ b/sound/pci/fm801.c @@ -1225,8 +1225,6 @@ static int snd_fm801_create(struct snd_c } } - snd_fm801_chip_init(chip); - if ((chip->tea575x_tuner & TUNER_ONLY) == 0) { if (devm_request_irq(&pci->dev, pci->irq, snd_fm801_interrupt, IRQF_SHARED, KBUILD_MODNAME, chip)) { @@ -1238,6 +1236,8 @@ static int snd_fm801_create(struct snd_c pci_set_master(pci); } + snd_fm801_chip_init(chip); + if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { snd_fm801_free(chip); return err;