Home
last modified time | relevance | path

Searched refs:wsa881x (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dwsa881x.c991 wsa881x->port_config[wsa881x->active_ports] = in wsa881x_hw_params()
996 return sdw_stream_add_slave(wsa881x->slave, &wsa881x->sconfig, in wsa881x_hw_params()
997 wsa881x->port_config, wsa881x->active_ports, in wsa881x_hw_params()
1006 sdw_stream_remove_slave(wsa881x->slave, wsa881x->sruntime); in wsa881x_hw_free()
1117 wsa881x = devm_kzalloc(dev, sizeof(*wsa881x), GFP_KERNEL); in wsa881x_probe()
1118 if (!wsa881x) in wsa881x_probe()
1143 wsa881x->sd_n_val = gpiod_is_active_low(wsa881x->sd_n); in wsa881x_probe()
1159 gpiod_direction_output(wsa881x->sd_n, !wsa881x->sd_n_val); in wsa881x_probe()
1182 gpiod_direction_output(wsa881x->sd_n, wsa881x->sd_n_val); in wsa881x_runtime_suspend()
1197 gpiod_direction_output(wsa881x->sd_n, !wsa881x->sd_n_val); in wsa881x_runtime_resume()
[all …]
H A DMakefile371 snd-soc-wsa881x-objs := wsa881x.o
757 obj-$(CONFIG_SND_SOC_WSA881X) += snd-soc-wsa881x.o
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dqcom,wsa881x.yaml4 $id: http://devicetree.org/schemas/sound/qcom,wsa881x.yaml#
/openbmc/linux/
H A DMAINTAINERS17488 F: sound/soc/codecs/wsa881x.c