Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2a30d71 authored by Ondrej Zary's avatar Ondrej Zary Committed by Takashi Iwai
Browse files

ALSA: cmi8330: fix MPU-401 PnP init copy&paste bug



Fix copy&paste bug in PnP MPU-401 initialization.

Signed-off-by: default avatarOndrej Zary <linux@rainbow-software.org>
Cc: <stable@kernel.org>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 28d0325c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -338,7 +338,7 @@ static int __devinit snd_cmi8330_pnp(int dev, struct snd_cmi8330 *acard,
		return -EBUSY;

	acard->mpu = pnp_request_card_device(card, id->devs[2].id, NULL);
	if (acard->play == NULL)
	if (acard->mpu == NULL)
		return -EBUSY;

	pdev = acard->cap;