Home
last modified time | relevance | path

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

/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 str_enabled_disabled(i2s->has_capture), in axi_i2s_probe()
/linux/sound/soc/rockchip/
H A Drockchip_sai.c61 bool has_capture; member
83 sai->has_capture) in rockchip_sai_stream_valid()
509 if (sai->has_capture && sai->has_playback) in rockchip_sai_set_fmt()
511 else if (sai->has_capture) in rockchip_sai_set_fmt()
825 if (sai->has_capture) { in rockchip_sai_parse_paths()
873 sai->has_capture ? &sai->capture_dma_data : NULL); in rockchip_sai_dai_probe()
1110 sai->has_capture = true; in rockchip_sai_init_dai()
1134 if (sai->has_capture) { in rockchip_sai_init_dai()
H A Drockchip_i2s_tdm.c71 bool has_capture; member
792 if (i2s_tdm->has_capture) in rockchip_i2s_tdm_dai_probe()
1062 i2s_tdm->has_capture = true; in rockchip_i2s_tdm_init_dai()
1078 if (i2s_tdm->has_capture) { in rockchip_i2s_tdm_init_dai()
1322 if (i2s_tdm->has_capture) { in rockchip_i2s_tdm_probe()
/linux/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/sound/soc/
H A Dsoc-pcm.c2810 int has_capture = 0; in soc_get_playback_capture() local
2848 has_capture = 1; in soc_get_playback_capture()
2852 has_capture = 0; in soc_get_playback_capture()
2857 if (!has_playback && !has_capture) in soc_get_playback_capture()
2862 *capture = has_capture; in soc_get_playback_capture()