mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-01 09:34:10 -04:00
Merge remote branch 'alsa/devel' into topic/misc
This commit is contained in:
@@ -739,7 +739,7 @@ static int loopback_active_get(struct snd_kcontrol *kcontrol,
|
||||
{
|
||||
struct loopback *loopback = snd_kcontrol_chip(kcontrol);
|
||||
struct loopback_cable *cable = loopback->cables
|
||||
[kcontrol->id.subdevice][kcontrol->id.device];
|
||||
[kcontrol->id.subdevice][kcontrol->id.device ^ 1];
|
||||
unsigned int val = 0;
|
||||
|
||||
if (cable != NULL)
|
||||
|
||||
Reference in New Issue
Block a user