diff options
Diffstat (limited to 'sound/aoa/fabrics')
-rw-r--r-- | sound/aoa/fabrics/snd-aoa-fabric-layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/aoa/fabrics/snd-aoa-fabric-layout.c b/sound/aoa/fabrics/snd-aoa-fabric-layout.c index 8b2ba99d7f8a..dea7abb082cd 100644 --- a/sound/aoa/fabrics/snd-aoa-fabric-layout.c +++ b/sound/aoa/fabrics/snd-aoa-fabric-layout.c | |||
@@ -600,7 +600,7 @@ static int n##_control_put(struct snd_kcontrol *kcontrol, \ | |||
600 | struct gpio_runtime *gpio = snd_kcontrol_chip(kcontrol); \ | 600 | struct gpio_runtime *gpio = snd_kcontrol_chip(kcontrol); \ |
601 | if (gpio->methods && gpio->methods->get_##n) \ | 601 | if (gpio->methods && gpio->methods->get_##n) \ |
602 | gpio->methods->set_##n(gpio, \ | 602 | gpio->methods->set_##n(gpio, \ |
603 | ucontrol->value.integer.value[0]); \ | 603 | !!ucontrol->value.integer.value[0]); \ |
604 | return 1; \ | 604 | return 1; \ |
605 | } \ | 605 | } \ |
606 | static struct snd_kcontrol_new n##_ctl = { \ | 606 | static struct snd_kcontrol_new n##_ctl = { \ |