Home
last modified time | relevance | path

Searched full:gpio_mute (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/devicetree/bindings/sound/
H A Drockchip,rk3328-codec.yaml46 dedicated GPIO_MUTE pin)
/linux/drivers/gpio/
H A Dgpio-syscon.c150 /* RK3328 GPIO_MUTE is an output only pin at GRF_SOC_CON10[1] */
/linux/sound/soc/codecs/
H A Drk3328_codec.c460 dev_warn(&pdev->dev, "assuming implicit control of GPIO_MUTE; update devicetree if possible\n"); in rk3328_platform_probe()
/linux/sound/hda/codecs/
H A Dsigmatel.c185 unsigned int gpio_mute; member
413 if (spec->gpio_mute) in stac_update_outputs()
416 AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute); in stac_update_outputs()
559 if (get_int_hint(codec, "gpio_mute", &spec->gpio_mute)) in stac_store_hints()
560 spec->gpio_mute &= spec->gpio_mask; in stac_store_hints()
4131 spec->gpio_mute = 0x10; in stac9205_fixup_dell_m43()