Searched refs:maxbps (Results 1 – 15 of 15) sorted by relevance
| /linux/sound/hda/codecs/hdmi/ |
| H A D | eld.c | 194 unsigned int maxbps; in snd_hdmi_eld_update_pcm_info() local 204 maxbps = 16; in snd_hdmi_eld_update_pcm_info() 214 if (maxbps < 20) in snd_hdmi_eld_update_pcm_info() 215 maxbps = 20; in snd_hdmi_eld_update_pcm_info() 219 if (maxbps < 24) in snd_hdmi_eld_update_pcm_info() 220 maxbps = 24; in snd_hdmi_eld_update_pcm_info() 228 hinfo->maxbps = min(hinfo->maxbps, maxbps); in snd_hdmi_eld_update_pcm_info()
|
| H A D | nvhdmi-mcp.c | 227 .maxbps = SUPPORTED_MAXBPS, 318 spec->pcm_playback.maxbps = SUPPORTED_MAXBPS; in nvhdmi_mcp_probe()
|
| H A D | atihdmi.c | 568 per_cvt->maxbps = max(per_cvt->maxbps, 24u); in atihdmi_probe()
|
| H A D | hdmi_local.h | 25 unsigned int maxbps; member
|
| H A D | hdmi.c | 866 hinfo->maxbps = per_cvt->maxbps; in hdmi_pcm_open_no_pin() 939 hinfo->maxbps = per_cvt->maxbps; in hdmi_pcm_open() 1537 &per_cvt->maxbps); in hdmi_add_cvt()
|
| /linux/sound/soc/codecs/ |
| H A D | hdac_hda.c | 220 unsigned int maxbps; in hdac_hda_dai_hw_params() local 224 maxbps = dai->driver->playback.sig_bits; in hdac_hda_dai_hw_params() 226 maxbps = dai->driver->capture.sig_bits; in hdac_hda_dai_hw_params() 227 bits = snd_hdac_stream_format_bits(params_format(params), SNDRV_PCM_SUBFORMAT_STD, maxbps); in hdac_hda_dai_hw_params() 233 "%s: invalid format_val, rate=%d, ch=%d, format=%d, maxbps=%d\n", in hdac_hda_dai_hw_params() 236 params_format(params), maxbps); in hdac_hda_dai_hw_params()
|
| H A D | hda-dai.c | 87 stream_info->maxbps); in hda_codec_dai_prepare()
|
| H A D | hda.c | 56 stream->sig_bits = pcm->stream[dir].maxbps; in hda_codec_create_dais() 76 stream->sig_bits = pcm->stream[dir].maxbps; in hda_codec_create_dais()
|
| H A D | hdac_hdmi.c | 51 unsigned int maxbps; member 674 &cvt->params.maxbps); in hdac_hdmi_query_cvt_params()
|
| /linux/include/sound/ |
| H A D | hdaudio_ext.h | 138 u32 maxbps; member
|
| /linux/sound/hda/codecs/ |
| H A D | si3054.c | 177 .maxbps = 16,
|
| H A D | generic.c | 5723 if (spec_str->maxbps) in setup_pcm_stream() 5724 str->maxbps = spec_str->maxbps; in setup_pcm_stream()
|
| /linux/sound/hda/common/ |
| H A D | codec.c | 3131 info->maxbps ? NULL : &info->maxbps); in set_pcm_default_values() 3709 mout->analog_maxbps = hinfo->maxbps; in snd_hda_multi_out_analog_open() 3713 hinfo->maxbps = mout->analog_maxbps; in snd_hda_multi_out_analog_open() 3728 if (mout->spdif_maxbps < hinfo->maxbps) in snd_hda_multi_out_analog_open() 3729 hinfo->maxbps = mout->spdif_maxbps; in snd_hda_multi_out_analog_open()
|
| H A D | controller.c | 171 bits = snd_hdac_stream_format_bits(runtime->format, SNDRV_PCM_SUBFORMAT_STD, hinfo->maxbps); in azx_pcm_prepare()
|
| /linux/sound/soc/intel/avs/ |
| H A D | pcm.c | 1657 dais[i].playback.sig_bits = pcm->stream[0].maxbps; in avs_component_hda_probe() 1676 dais[i].capture.sig_bits = pcm->stream[1].maxbps; in avs_component_hda_probe()
|