Searched refs:i2s1_in_mux_sel_1 (Results 1 - 1 of 1) sorted by relevance

/linux-master/sound/soc/mediatek/mt2701/
H A Dmt2701-cs42448.c20 struct gpio_desc *i2s1_in_mux_sel_1; member in struct:mt2701_cs42448_private
55 gpiod_set_value(priv->i2s1_in_mux_sel_1, 0);
59 gpiod_set_value(priv->i2s1_in_mux_sel_1, 1);
63 gpiod_set_value(priv->i2s1_in_mux_sel_1, 0);
67 gpiod_set_value(priv->i2s1_in_mux_sel_1, 1);
384 priv->i2s1_in_mux_sel_1 = devm_gpiod_get_optional(dev, "i2s1-in-sel-gpio1",
386 if (IS_ERR(priv->i2s1_in_mux_sel_1))
387 return dev_err_probe(dev, PTR_ERR(priv->i2s1_in_mux_sel_1),

Completed in 164 milliseconds