Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/mediatek/mt2701/
H A Dmt2701-afe-pcm.c308 int stream_fs; in mt2701_btmrg_hw_params() local
311 stream_fs = params_rate(params); in mt2701_btmrg_hw_params()
313 if (stream_fs != 8000 && stream_fs != 16000) { in mt2701_btmrg_hw_params()
314 dev_err(afe->dev, "unsupported rate %d\n", stream_fs); in mt2701_btmrg_hw_params()
326 if (stream_fs == 16000) in mt2701_btmrg_hw_params()