Home
last modified time | relevance | path

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

/sound/soc/sof/intel/
A Dhda-probes.c79 int bps, ret; in hda_probes_compr_set_params() local
83 bps = snd_pcm_format_physical_width(SNDRV_PCM_FORMAT_S32_LE); in hda_probes_compr_set_params()
84 if (bps < 0) in hda_probes_compr_set_params()
85 return bps; in hda_probes_compr_set_params()
86 bits = hda_dsp_get_bits(sdev, bps); in hda_probes_compr_set_params()
/sound/hda/core/
A Dintel-nhlt.c241 u32 rate, u8 vbps, u8 bps, bool ignore_vbps) in nhlt_get_specific_cfg() argument
263 (ignore_vbps || vbps == _vbps) && bps == _bps) in nhlt_get_specific_cfg()
291 u32 bus_id, u8 link_type, u8 vbps, u8 bps, in intel_nhlt_get_endpoint_blob() argument
306 if (link_type == NHLT_LINK_DMIC && bps == 32 && (vbps == 24 || vbps == 32)) { in intel_nhlt_get_endpoint_blob()
321 num_ch, bps, rate); in intel_nhlt_get_endpoint_blob()
324 dev_dbg(dev, " ch=%d fmt=%d/%d rate=%d\n", num_ch, vbps, bps, rate); in intel_nhlt_get_endpoint_blob()
335 vbps, bps, ignore_vbps); in intel_nhlt_get_endpoint_blob()
A Ddevice.c917 unsigned int streams, bps; in snd_hdac_query_supported_pcm() local
925 bps = 0; in snd_hdac_query_supported_pcm()
929 bps = 8; in snd_hdac_query_supported_pcm()
933 bps = 16; in snd_hdac_query_supported_pcm()
938 bps = 20; in snd_hdac_query_supported_pcm()
943 bps = 24; in snd_hdac_query_supported_pcm()
951 bps = 32; in snd_hdac_query_supported_pcm()
958 if (!bps) in snd_hdac_query_supported_pcm()
959 bps = 32; in snd_hdac_query_supported_pcm()
968 bps = 8; in snd_hdac_query_supported_pcm()
[all …]
/sound/soc/intel/avs/
A Dprobes.c133 int bps, ret; in avs_probe_compr_set_params() local
144 bps = snd_pcm_format_physical_width(format); in avs_probe_compr_set_params()
145 if (bps < 0) in avs_probe_compr_set_params()
146 return bps; in avs_probe_compr_set_params()
147 format_val = snd_hdac_stream_format(params->codec.ch_out, bps, params->codec.sample_rate); in avs_probe_compr_set_params()
/sound/soc/atmel/
A Dmchp-spdiftx.c353 unsigned int bps = params_physical_width(params) / 8; in mchp_spdiftx_hw_params() local
382 if (bps > 2) in mchp_spdiftx_hw_params()
438 mr |= FIELD_PREP(SPDIFTX_MR_BPS_MASK, bps - 1); in mchp_spdiftx_hw_params()
/sound/soc/codecs/
A Dmax98363.c230 stream_config.bps = snd_pcm_format_width(params_format(params)); in max98363_sdw_dai_hw_params()
A Drt1318-sdw.c599 stream_config.bps = snd_pcm_format_width(params_format(params)); in rt1318_sdw_hw_params()
A Drt1017-sdca-sdw.c608 stream_config.bps = snd_pcm_format_width(params_format(params)); in rt1017_sdca_pcm_hw_params()
A Dhdac_hdmi.c1453 u32 rates, bps; in hdac_hdmi_create_dais() local
1466 &rates, &formats, NULL, &bps); in hdac_hdmi_create_dais()
1499 hdmi_dais[i].playback.sig_bits = bps; in hdac_hdmi_create_dais()
A Dwcd937x-sdw.c110 wcd->sconfig.bps = 1; in wcd937x_sdw_hw_params()
A Dwcd938x-sdw.c126 wcd->sconfig.bps = 1; in wcd938x_sdw_hw_params()
A Drt712-sdca-dmic.c656 stream_config.bps = snd_pcm_format_width(params_format(params)); in rt712_sdca_dmic_hw_params()
A Dwsa881x.c1145 wsa881x->sconfig.bps = 1; in wsa881x_probe()
A Dwcd939x-sdw.c168 wcd->sconfig.bps = 1; in wcd939x_sdw_hw_params()
A Dcs35l56.c577 sconfig.bps = snd_pcm_format_width(params_format(params)); in cs35l56_sdw_dai_hw_params()
A Dwsa883x.c1581 wsa883x->sconfig.bps = 1; in wsa883x_probe()
A Drt722-sdca.c1163 stream_config.bps = snd_pcm_format_width(params_format(params)); in rt722_sdca_pcm_hw_params()
A Drt721-sdca.c1312 stream_config.bps = snd_pcm_format_width(params_format(params)); in rt721_sdca_pcm_hw_params()
A Dwsa884x.c2083 wsa884x->sconfig.bps = 1; in wsa884x_probe()
A Drt712-sdca.c1500 stream_config.bps = snd_pcm_format_width(params_format(params)); in rt712_sdca_pcm_hw_params()
A Dwcd9335.c1886 wcd->dai[dai->id].sconfig.bps = params_width(params); in wcd9335_hw_params()
1933 wcd->dai[dai->id].sconfig.bps = params_width(params); in wcd9335_hw_params()
A Dwcd934x.c1793 wcd->dai[dai->id].sconfig.bps = params_width(params); in wcd934x_hw_params()
1840 wcd->dai[dai->id].sconfig.bps = params_width(params); in wcd934x_hw_params()
/sound/drivers/
A Daloop.c484 int err, bps, salign; in loopback_prepare() local
494 bps = salign * runtime->rate; in loopback_prepare()
495 if (bps <= 0 || salign <= 0) in loopback_prepare()
510 dpcm->pcm_bps = bps; in loopback_prepare()

Completed in 106 milliseconds