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

/linux-master/sound/soc/mediatek/mt2701/
H A Dmt2701-cs42448.c21 struct gpio_desc *i2s1_in_mux_sel_2; member in struct:mt2701_cs42448_private
56 gpiod_set_value(priv->i2s1_in_mux_sel_2, 0);
60 gpiod_set_value(priv->i2s1_in_mux_sel_2, 0);
64 gpiod_set_value(priv->i2s1_in_mux_sel_2, 1);
68 gpiod_set_value(priv->i2s1_in_mux_sel_2, 1);
390 priv->i2s1_in_mux_sel_2 = devm_gpiod_get_optional(dev, "i2s1-in-sel-gpio2",
392 if (IS_ERR(priv->i2s1_in_mux_sel_2))
393 return dev_err_probe(dev, PTR_ERR(priv->i2s1_in_mux_sel_2),

Completed in 123 milliseconds