Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sunxi/
H A Dsun8i-codec.c176 unsigned int open_streams : 2; member
556 if (partner_aif->open_streams && in sun8i_codec_hw_params()
592 ret = (aif->open_streams ? clk_set_rate : clk_set_rate_exclusive)(scodec->clk_module, in sun8i_codec_hw_params()
601 if (!aif->open_streams) in sun8i_codec_hw_params()
607 aif->open_streams |= BIT(substream->stream); in sun8i_codec_hw_params()
619 if (aif->open_streams != BIT(substream->stream)) in sun8i_codec_hw_free()
628 aif->open_streams &= ~BIT(substream->stream); in sun8i_codec_hw_free()