Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/pci/hda/
A Dhda_eld.c564 unsigned int maxbps; in snd_hdmi_eld_update_pcm_info() local
574 maxbps = 16; in snd_hdmi_eld_update_pcm_info()
584 if (maxbps < 20) in snd_hdmi_eld_update_pcm_info()
585 maxbps = 20; in snd_hdmi_eld_update_pcm_info()
589 if (maxbps < 24) in snd_hdmi_eld_update_pcm_info()
590 maxbps = 24; in snd_hdmi_eld_update_pcm_info()
598 hinfo->maxbps = min(hinfo->maxbps, maxbps); in snd_hdmi_eld_update_pcm_info()
A Dpatch_si3054.c177 .maxbps = 16,
A Dpatch_hdmi.c62 unsigned int maxbps; member
1223 hinfo->maxbps = per_cvt->maxbps; in hdmi_pcm_open_no_pin()
1298 hinfo->maxbps = per_cvt->maxbps; in hdmi_pcm_open()
1969 &per_cvt->maxbps); in hdmi_add_cvt()
3637 .maxbps = SUPPORTED_MAXBPS,
3658 spec->pcm_playback.maxbps = SUPPORTED_MAXBPS; in patch_nvhdmi_2ch()
4457 per_cvt->maxbps = max(per_cvt->maxbps, 24u); in patch_atihdmi()
A Dhda_codec.c3164 info->maxbps ? NULL : &info->maxbps); in set_pcm_default_values()
3748 mout->analog_maxbps = hinfo->maxbps; in snd_hda_multi_out_analog_open()
3752 hinfo->maxbps = mout->analog_maxbps; in snd_hda_multi_out_analog_open()
3766 if (mout->spdif_maxbps < hinfo->maxbps) in snd_hda_multi_out_analog_open()
3767 hinfo->maxbps = mout->spdif_maxbps; in snd_hda_multi_out_analog_open()
A Dhda_controller.c171 hinfo->maxbps, in azx_pcm_prepare()
A Dhda_generic.c5670 if (spec_str->maxbps) in setup_pcm_stream()
5671 str->maxbps = spec_str->maxbps; in setup_pcm_stream()
/linux-6.3-rc2/sound/soc/codecs/
A Dhdac_hda.c209 unsigned int maxbps; in hdac_hda_dai_hw_params() local
212 maxbps = dai->driver->playback.sig_bits; in hdac_hda_dai_hw_params()
214 maxbps = dai->driver->capture.sig_bits; in hdac_hda_dai_hw_params()
220 maxbps, in hdac_hda_dai_hw_params()
226 params_format(params), maxbps); in hdac_hda_dai_hw_params()
A Dhda.c55 stream->sig_bits = pcm->stream[dir].maxbps; in hda_codec_create_dais()
74 stream->sig_bits = pcm->stream[dir].maxbps; in hda_codec_create_dais()
A Dhdac_hdmi.c52 unsigned int maxbps; member
668 &cvt->params.maxbps); in hdac_hdmi_query_cvt_params()
/linux-6.3-rc2/sound/hda/
A Dhdac_device.c742 unsigned int maxbps, in snd_hdac_calc_stream_format() argument
770 if (maxbps >= 32 || format == SNDRV_PCM_FORMAT_FLOAT_LE) in snd_hdac_calc_stream_format()
772 else if (maxbps >= 24) in snd_hdac_calc_stream_format()
/linux-6.3-rc2/include/sound/
A Dhdaudio_ext.h171 u32 maxbps; member
A Dhda_codec.h147 unsigned int maxbps; /* supported max. bit per sample */ member
A Dhdaudio.h145 unsigned int maxbps,

Completed in 72 milliseconds