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

Commit 032abb51 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: ctxfi - Set device 0 for mixer control elements



Mixer control elements are usually assigned to device 0.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 2a36f67f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1097,7 +1097,7 @@ int ct_alsa_mix_create(struct ct_atc *atc,
	int err = 0;

	/* Create snd kcontrol instances on demand */
	vol_ctl.device = swh_ctl.device = device;
	/* vol_ctl.device = swh_ctl.device = device; */ /* better w/ device 0 */
	err = ct_mixer_kcontrols_create((struct ct_mixer *)atc->mixer);
	if (err)
		return err;