Home
last modified time | relevance | path

Searched refs:sruntime (Results 1 – 9 of 9) sorted by relevance

/linux/sound/soc/qcom/
H A Dsdw.h
/linux/drivers/soundwire/
H A Dqcom.c218 struct sdw_stream_runtime *sruntime[SWRM_MAX_DAIS]; member
1297 struct sdw_stream_runtime *sruntime = ctrl->sruntime[dai->id]; in qcom_swrm_hw_params() local
1300 ret = qcom_swrm_stream_alloc_ports(ctrl, sruntime, params, in qcom_swrm_hw_params()
1303 qcom_swrm_stream_free_ports(ctrl, sruntime); in qcom_swrm_hw_params()
1312 struct sdw_stream_runtime *sruntime = ctrl->sruntime[dai->id]; in qcom_swrm_hw_free() local
1314 qcom_swrm_stream_free_ports(ctrl, sruntime); in qcom_swrm_hw_free()
1315 sdw_stream_remove_master(&ctrl->bus, sruntime); in qcom_swrm_hw_free()
1325 ctrl->sruntime[dai->id] = stream; in qcom_swrm_set_sdw_stream()
1334 return ctrl->sruntime[dai->id]; in qcom_swrm_get_sdw_stream()
/linux/sound/soc/codecs/
H A Dwsa881x.c672 struct sdw_stream_runtime *sruntime; member
998 wsa881x->sruntime); in wsa881x_hw_params()
1006 sdw_stream_remove_slave(wsa881x->slave, wsa881x->sruntime); in wsa881x_hw_free()
1016 wsa881x->sruntime = stream; in wsa881x_set_sdw_stream()
H A Dwcd938x-sdw.c119 wcd->sruntime); in wcd938x_sdw_hw_params()
127 sdw_stream_remove_slave(wcd->sdev, wcd->sruntime); in wcd938x_sdw_free()
137 wcd->sruntime = stream; in wcd938x_sdw_set_sdw_stream()
H A Dwsa883x.c469 struct sdw_stream_runtime *sruntime; member
1358 wsa883x->sruntime); in wsa883x_hw_params()
1366 sdw_stream_remove_slave(wsa883x->slave, wsa883x->sruntime); in wsa883x_hw_free()
1376 wsa883x->sruntime = stream; in wsa883x_set_sdw_stream()
H A Dwsa884x.c734 struct sdw_stream_runtime *sruntime; member
1791 wsa884x->sruntime); in wsa884x_hw_params()
1799 sdw_stream_remove_slave(wsa884x->slave, wsa884x->sruntime); in wsa884x_hw_free()
1833 wsa884x->sruntime = stream; in wsa884x_set_stream()
H A Dwcd9335.c295 struct slim_stream_runtime *sruntime; member
1782 dai_data->sruntime = slim_stream_allocate(wcd->slim, "WCD9335-SLIM"); in wcd9335_slim_set_hw_params()
1973 slim_stream_prepare(dai_data->sruntime, cfg); in wcd9335_trigger()
1974 slim_stream_enable(dai_data->sruntime); in wcd9335_trigger()
1979 slim_stream_disable(dai_data->sruntime); in wcd9335_trigger()
1980 slim_stream_unprepare(dai_data->sruntime); in wcd9335_trigger()
H A Dpm4125.c1415 return sdw_stream_remove_slave(sdw_priv->sdev, sdw_priv->sruntime); in pm4125_codec_free()
1423 sdw_priv->sruntime = stream; in pm4125_codec_set_sdw_stream()
H A Dwcd937x.c2642 return sdw_stream_remove_slave(wcd->sdev, wcd->sruntime); in wcd937x_codec_free()
2651 wcd->sruntime = stream; in wcd937x_codec_set_sdw_stream()