Home
last modified time | relevance | path

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

/linux-6.15/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 str_enabled_disabled(i2s->has_capture), in axi_i2s_probe()
/linux-6.15/sound/soc/rockchip/
H A Drockchip_i2s.c43 bool has_capture; member
535 i2s->has_capture ? &i2s->capture_dma_data : NULL); in rockchip_i2s_dai_probe()
679 i2s->has_capture = true; in rockchip_i2s_init_dai()
708 if (i2s->has_capture) { in rockchip_i2s_init_dai()
H A Drockchip_i2s_tdm.c70 bool has_capture; member
782 if (i2s_tdm->has_capture) in rockchip_i2s_tdm_dai_probe()
1052 i2s_tdm->has_capture = true; in rockchip_i2s_tdm_init_dai()
1068 if (i2s_tdm->has_capture) { in rockchip_i2s_tdm_init_dai()
1312 if (i2s_tdm->has_capture) { in rockchip_i2s_tdm_probe()
/linux-6.15/sound/soc/codecs/
H A Dhdmi-codec.c448 bool has_capture = !hcp->hcd.no_i2s_capture; in hdmi_codec_startup() local
452 if (!((has_playback && tx) || (has_capture && !tx))) in hdmi_codec_startup()
497 bool has_capture = !hcp->hcd.no_i2s_capture; in hdmi_codec_shutdown() local
500 if (!((has_playback && tx) || (has_capture && !tx))) in hdmi_codec_shutdown()
/linux-6.15/sound/soc/
H A Dsoc-pcm.c2801 int has_capture = 0; in soc_get_playback_capture() local
2839 has_capture = 1; in soc_get_playback_capture()
2843 has_capture = 0; in soc_get_playback_capture()
2848 if (!has_playback && !has_capture) in soc_get_playback_capture()
2853 *capture = has_capture; in soc_get_playback_capture()