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

Commit 9cbb2808 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: usb-audio: Use SNDRV_DEV_CODEC for mixer objects



Instead of SNDRV_DEV_LOWLEVEL, use SNDRV_DEV_CODEC type for mixer
objects so that they are managed in a proper release order.
No functional change at this point.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent bb343e79
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2373,7 +2373,7 @@ int snd_usb_create_mixer(struct snd_usb_audio *chip, int ctrlif,


	snd_usb_mixer_apply_create_quirk(mixer);
	snd_usb_mixer_apply_create_quirk(mixer);


	err = snd_device_new(chip->card, SNDRV_DEV_LOWLEVEL, mixer, &dev_ops);
	err = snd_device_new(chip->card, SNDRV_DEV_CODEC, mixer, &dev_ops);
	if (err < 0)
	if (err < 0)
		goto _error;
		goto _error;