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

Commit 1446c5fb authored by Jaroslav Kysela's avatar Jaroslav Kysela
Browse files

ALSA: snd-aloop - fix the "PCM Playback Channels" kcontrol



Obvious copy-and-paste error.

Signed-off-by: default avatarJaroslav Kysela <perex@perex.cz>
parent d7d28bc2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -809,7 +809,7 @@ static int loopback_channels_get(struct snd_kcontrol *kcontrol,
	
	ucontrol->value.integer.value[0] =
		loopback->setup[kcontrol->id.subdevice]
			       [kcontrol->id.device].rate;
			       [kcontrol->id.device].channels;
	return 0;
}