| /Linux-v5.4/drivers/clk/versatile/ |
| D | clk-vexpress-osc.c | 19 unsigned long rate_max; member 43 if (osc->rate_max && rate > osc->rate_max) in vexpress_osc_round_rate() 44 rate = osc->rate_max; in vexpress_osc_round_rate() 82 osc->rate_max = range[1]; in vexpress_osc_probe() 100 clk_hw_set_rate_range(&osc->hw, osc->rate_min, osc->rate_max); in vexpress_osc_probe()
|
| /Linux-v5.4/sound/soc/codecs/ |
| D | es7134.c | 17 unsigned int rate_max; member 47 if (rate < mode->rate_min || rate > mode->rate_max) in es7134_check_mclk() 163 .rate_max = 50000, 169 .rate_max = 100000, 175 .rate_max = 192000, 241 .rate_max = 50000, 248 .rate_max = 100000,
|
| D | es7241.c | 13 unsigned int rate_max; member 98 if (rate < mode->rate_min || rate >= mode->rate_max) in es7241_hw_params() 179 .rate_max = 50000, 188 .rate_max = 100000, 197 .rate_max = 200000,
|
| D | ics43432.c | 33 .rate_max = ICS43432_RATE_MAX,
|
| /Linux-v5.4/sound/soc/qcom/qdsp6/ |
| D | q6afe-dai.c | 28 .rate_max = 176400, \ 49 .rate_max = 176400, \ 633 .rate_max = 192000, 657 .rate_max = 192000, 675 .rate_max = 192000, 688 .rate_max = 192000, 711 .rate_max = 192000, 724 .rate_max = 192000, 748 .rate_max = 192000, 761 .rate_max = 192000, [all …]
|
| /Linux-v5.4/sound/usb/ |
| D | quirks-table.h | 56 .rate_max = 48000, 516 .rate_max = 44100, 533 .rate_max = 44100, 1004 .rate_max = 44100, 1021 .rate_max = 44100, 1624 .rate_max = 44100, 1642 .rate_max = 44100, 1691 .rate_max = 44100, 1709 .rate_max = 44100, 2108 .rate_max = 96000, [all …]
|
| D | format.c | 189 fp->rate_min = fp->rate_max = 0; in parse_audio_format_rates_v1() 211 if (!fp->rate_max || rate > fp->rate_max) in parse_audio_format_rates_v1() 212 fp->rate_max = rate; in parse_audio_format_rates_v1() 224 fp->rate_max = combine_triple(&fmt[offset + 4]); in parse_audio_format_rates_v1() 241 fp->rates = fp->rate_min = fp->rate_max = 0; in parse_uac2_sample_rate_range() 259 fp->rate_max = max; in parse_uac2_sample_rate_range() 269 if (!fp->rate_max || rate > fp->rate_max) in parse_uac2_sample_rate_range() 270 fp->rate_max = rate; in parse_uac2_sample_rate_range() 306 fp->rate_max = 48000; in line6_parse_audio_format_rates_quirk()
|
| /Linux-v5.4/sound/soc/atmel/ |
| D | atmel-pdmic.c | 380 unsigned int rate_max = substream->runtime->hw.rate_max; in atmel_pdmic_codec_dai_hw_params() local 393 if ((fs < rate_min) || (fs > rate_max)) { in atmel_pdmic_codec_dai_hw_params() 396 fs, rate_min, rate_max); in atmel_pdmic_codec_dai_hw_params() 414 if ((fs << 7) > (rate_max << 6)) { in atmel_pdmic_codec_dai_hw_params() 545 unsigned int *rate_min, unsigned int *rate_max) in atmel_pdmic_get_sample_rate() argument 559 *rate_max = mic_max_freq >> 6; in atmel_pdmic_get_sample_rate() 600 unsigned int rate_min, rate_max; in atmel_pdmic_probe() local 665 atmel_pdmic_get_sample_rate(dd, &rate_min, &rate_max); in atmel_pdmic_probe() 669 atmel_pdmic_cpu_dai.capture.rate_max = rate_max; in atmel_pdmic_probe() 689 atmel_pdmic_codec_dai.capture.rate_max = rate_max; in atmel_pdmic_probe()
|
| /Linux-v5.4/sound/soc/qcom/ |
| D | lpass-apq8016.c | 40 .rate_max = 96000, 61 .rate_max = 96000, 82 .rate_max = 96000, 103 .rate_max = 96000, 118 .rate_max = 96000,
|
| /Linux-v5.4/sound/xen/ |
| D | xen_snd_front_cfg.c | 158 unsigned int rate_max; in cfg_hw_rates() local 163 rate_max = 0; in cfg_hw_rates() 174 if (rate_max < cur_value) in cfg_hw_rates() 175 rate_max = cur_value; in cfg_hw_rates() 182 pcm_hw->rate_max = rate_max; in cfg_hw_rates() 228 .rate_max = USE_RATE_MAX, 282 if (pcm_hw->rate_min > pcm_hw->rate_max) in cfg_read_pcm_hw() 283 pcm_hw->rate_min = pcm_hw->rate_max; in cfg_read_pcm_hw()
|
| /Linux-v5.4/sound/firewire/fireface/ |
| D | ff-pcm.c | 81 hw->rate_max = 0; in limit_channels_and_rates() 100 hw->rate_max = max(hw->rate_max, rate); in limit_channels_and_rates() 173 substream->runtime->hw.rate_max = rate; in pcm_open() 179 substream->runtime->hw.rate_max = rate; in pcm_open()
|
| /Linux-v5.4/sound/firewire/bebob/ |
| D | bebob_pcm.c | 77 hw->rate_max = 0; in limit_channels_and_rates() 89 hw->rate_max = max(hw->rate_max, snd_bebob_rate_table[i]); in limit_channels_and_rates() 168 substream->runtime->hw.rate_max = sampling_rate; in pcm_open()
|
| /Linux-v5.4/sound/usb/line6/ |
| D | podhd.c | 63 .rate_max = 48000, 80 .rate_max = 48000, 105 .rate_max = 48000, 122 .rate_max = 48000,
|
| /Linux-v5.4/sound/isa/sb/ |
| D | sb8_main.c | 441 .rate_max = 23000, 460 .rate_max = 13000, 501 runtime->hw.rate_max = 50000; in snd_sb8_open() 505 runtime->hw.rate_max = 44100; in snd_sb8_open() 517 runtime->hw.rate_max = 44100; in snd_sb8_open() 519 runtime->hw.rate_max = 15000; in snd_sb8_open()
|
| /Linux-v5.4/sound/firewire/oxfw/ |
| D | oxfw-pcm.c | 89 hw->rate_max = 0; in limit_channels_and_rates() 104 hw->rate_max = max(hw->rate_max, formation.rate); in limit_channels_and_rates() 165 substream->runtime->hw.rate_max = formation.rate; in limit_to_current_params()
|
| /Linux-v5.4/sound/pci/ctxfi/ |
| D | ctpcm.c | 34 .rate_max = 192000, 56 .rate_max = 48000, 82 .rate_max = 96000, 282 runtime->hw.rate_max = atc->rsr * atc->msr; in ct_pcm_capture_open()
|
| /Linux-v5.4/sound/soc/fsl/ |
| D | fsl_audmix.c | 326 .rate_max = 96000, 335 .rate_max = 96000, 349 .rate_max = 96000, 358 .rate_max = 96000,
|
| /Linux-v5.4/sound/soc/ |
| D | soc-pcm.c | 365 unsigned int rate_min = 0, rate_max = UINT_MAX; in soc_pcm_init_runtime_hw() local 399 rate_max = min_not_zero(rate_max, codec_stream->rate_max); in soc_pcm_init_runtime_hw() 426 hw->rate_max = min_not_zero(hw->rate_max, cpu_stream->rate_max); in soc_pcm_init_runtime_hw() 427 hw->rate_max = min_not_zero(hw->rate_max, rate_max); in soc_pcm_init_runtime_hw() 601 runtime->hw.rate_max); in soc_pcm_open() 1624 runtime->hw.rate_max = min_not_zero(stream->rate_max, UINT_MAX); in dpcm_init_runtime_hw() 1729 unsigned int *rate_max) in dpcm_runtime_merge_rate() argument 1758 *rate_max = min_not_zero(*rate_max, cpu_stream->rate_max); in dpcm_runtime_merge_rate() 1776 *rate_max = min_not_zero(*rate_max, in dpcm_runtime_merge_rate() 1777 codec_stream->rate_max); in dpcm_runtime_merge_rate() [all …]
|
| /Linux-v5.4/sound/pci/echoaudio/ |
| D | darla20.c | 73 .rate_max = 48000,
|
| D | gina20.c | 77 .rate_max = 48000,
|
| D | darla24.c | 80 .rate_max = 96000,
|
| D | indigo.c | 82 .rate_max = 96000,
|
| D | indigodj.c | 82 .rate_max = 96000,
|
| D | indigodjx.c | 83 .rate_max = 96000,
|
| D | indigoio.c | 83 .rate_max = 96000,
|