1
0
Fork 0

Merge remote branch 'alsa/devel' into topic/misc

hifive-unleashed-5.1
Takashi Iwai 2010-09-22 10:03:28 +02:00
commit fdfb7fa7c9
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}