Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/hda/
Dhda_eld.c597 unsigned int maxbps; in snd_hdmi_eld_update_pcm_info() local
607 maxbps = 16; in snd_hdmi_eld_update_pcm_info()
617 if (maxbps < 20) in snd_hdmi_eld_update_pcm_info()
618 maxbps = 20; in snd_hdmi_eld_update_pcm_info()
622 if (maxbps < 24) in snd_hdmi_eld_update_pcm_info()
623 maxbps = 24; in snd_hdmi_eld_update_pcm_info()
631 hinfo->maxbps = min(hinfo->maxbps, maxbps); in snd_hdmi_eld_update_pcm_info()
Dpatch_si3054.c191 .maxbps = 16,
Dpatch_hdmi.c68 unsigned int maxbps; member
1486 hinfo->maxbps = per_cvt->maxbps; in hdmi_pcm_open()
1721 &per_cvt->maxbps); in hdmi_add_cvt()
2862 .maxbps = SUPPORTED_MAXBPS,
2883 spec->pcm_playback.maxbps = SUPPORTED_MAXBPS; in patch_nvhdmi_2ch()
3505 per_cvt->maxbps = max(per_cvt->maxbps, 24u); in patch_atihdmi()
Dhda_codec.h153 unsigned int maxbps; /* supported max. bit per sample */ member
Dhda_codec.c3151 info->maxbps ? NULL : &info->maxbps); in set_pcm_default_values()
3713 mout->analog_maxbps = hinfo->maxbps; in snd_hda_multi_out_analog_open()
3717 hinfo->maxbps = mout->analog_maxbps; in snd_hda_multi_out_analog_open()
3731 if (mout->spdif_maxbps < hinfo->maxbps) in snd_hda_multi_out_analog_open()
3732 hinfo->maxbps = mout->spdif_maxbps; in snd_hda_multi_out_analog_open()
Dhda_controller.c179 hinfo->maxbps, in azx_pcm_prepare()
Dhda_generic.c5519 if (spec_str->maxbps) in setup_pcm_stream()
5520 str->maxbps = spec_str->maxbps; in setup_pcm_stream()
/linux-4.4.14/sound/hda/
Dhdac_device.c749 unsigned int maxbps, in snd_hdac_calc_stream_format() argument
777 if (maxbps >= 32 || format == SNDRV_PCM_FORMAT_FLOAT_LE) in snd_hdac_calc_stream_format()
779 else if (maxbps >= 24) in snd_hdac_calc_stream_format()
/linux-4.4.14/include/sound/
Dhdaudio_ext.h164 u32 maxbps; member
Dhdaudio.h136 unsigned int maxbps,