Home
last modified time | relevance | path

Searched refs:has_capture (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/sound/soc/adi/
H A Daxi-i2s.c45 bool has_capture; member
144 i2s->has_capture ? &i2s->capture_dma_data : NULL); in axi_i2s_dai_probe()
181 i2s->has_capture = true; in axi_i2s_parse_of()
235 if (i2s->has_capture) { in axi_i2s_probe()
267 i2s->has_capture ? "enabled" : "disabled", in axi_i2s_probe()
/openbmc/linux/sound/soc/rockchip/
H A Drockchip_i2s.c44 bool has_capture; member
536 i2s->has_capture ? &i2s->capture_dma_data : NULL); in rockchip_i2s_dai_probe()
680 i2s->has_capture = true; in rockchip_i2s_init_dai()
709 if (i2s->has_capture) { in rockchip_i2s_init_dai()
H A Drockchip_i2s_tdm.c72 bool has_capture; member
812 if (i2s_tdm->has_capture) in rockchip_i2s_tdm_dai_probe()
1082 i2s_tdm->has_capture = true; in rockchip_i2s_tdm_init_dai()
1098 if (i2s_tdm->has_capture) { in rockchip_i2s_tdm_init_dai()
1348 if (i2s_tdm->has_capture) { in rockchip_i2s_tdm_probe()
/openbmc/linux/sound/soc/codecs/
H A Dhdmi-codec.c445 bool has_capture = !hcp->hcd.no_i2s_capture; in hdmi_codec_startup() local
449 if (!((has_playback && tx) || (has_capture && !tx))) in hdmi_codec_startup()
491 bool has_capture = !hcp->hcd.no_i2s_capture; in hdmi_codec_shutdown() local
494 if (!((has_playback && tx) || (has_capture && !tx))) in hdmi_codec_shutdown()
/openbmc/linux/sound/soc/
H A Dsoc-pcm.c2804 int has_capture = 0; in soc_get_playback_capture() local
2836 has_capture = 1; in soc_get_playback_capture()
2841 if (!has_capture) { in soc_get_playback_capture()
2884 has_capture = 1; in soc_get_playback_capture()
2889 has_capture = 0; in soc_get_playback_capture()
2894 if (!has_playback && !has_capture) { in soc_get_playback_capture()
2902 *capture = has_capture; in soc_get_playback_capture()