Home
last modified time | relevance | path

Searched refs:rate_max (Results 1 – 25 of 201) sorted by relevance

123456789

/Linux-v4.19/drivers/clk/versatile/
Dclk-vexpress-osc.c26 unsigned long rate_max; member
50 if (osc->rate_max && rate > osc->rate_max) in vexpress_osc_round_rate()
51 rate = osc->rate_max; in vexpress_osc_round_rate()
89 osc->rate_max = range[1]; in vexpress_osc_probe()
107 clk_hw_set_rate_range(&osc->hw, osc->rate_min, osc->rate_max); in vexpress_osc_probe()
/Linux-v4.19/sound/soc/codecs/
Des7134.c30 unsigned int rate_max; member
60 if (rate < mode->rate_min || rate > mode->rate_max) in es7134_check_mclk()
176 .rate_max = 50000,
182 .rate_max = 100000,
188 .rate_max = 192000,
254 .rate_max = 50000,
261 .rate_max = 100000,
Des7241.c13 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,
Dics43432.c34 .rate_max = ICS43432_RATE_MAX,
/Linux-v4.19/sound/soc/qcom/qdsp6/
Dq6afe-dai.c28 .rate_max = 176400, \
49 .rate_max = 176400, \
630 .rate_max = 192000,
654 .rate_max = 192000,
672 .rate_max = 192000,
685 .rate_max = 192000,
708 .rate_max = 192000,
721 .rate_max = 192000,
745 .rate_max = 192000,
758 .rate_max = 192000,
[all …]
/Linux-v4.19/sound/soc/atmel/
Datmel-pdmic.c383 unsigned int rate_max = substream->runtime->hw.rate_max; in atmel_pdmic_codec_dai_hw_params() local
396 if ((fs < rate_min) || (fs > rate_max)) { in atmel_pdmic_codec_dai_hw_params()
399 fs, rate_min, rate_max); in atmel_pdmic_codec_dai_hw_params()
417 if ((fs << 7) > (rate_max << 6)) { in atmel_pdmic_codec_dai_hw_params()
535 unsigned int *rate_min, unsigned int *rate_max) in atmel_pdmic_get_sample_rate() argument
549 *rate_max = mic_max_freq >> 6; in atmel_pdmic_get_sample_rate()
590 unsigned int rate_min, rate_max; in atmel_pdmic_probe() local
658 atmel_pdmic_get_sample_rate(dd, &rate_min, &rate_max); in atmel_pdmic_probe()
662 atmel_pdmic_cpu_dai.capture.rate_max = rate_max; in atmel_pdmic_probe()
682 atmel_pdmic_codec_dai.capture.rate_max = rate_max; in atmel_pdmic_probe()
/Linux-v4.19/sound/usb/
Dformat.c200 fp->rate_min = fp->rate_max = 0; in parse_audio_format_rates_v1()
222 if (!fp->rate_max || rate > fp->rate_max) in parse_audio_format_rates_v1()
223 fp->rate_max = rate; in parse_audio_format_rates_v1()
235 fp->rate_max = combine_triple(&fmt[offset + 4]); in parse_audio_format_rates_v1()
252 fp->rates = fp->rate_min = fp->rate_max = 0; in parse_uac2_sample_rate_range()
270 fp->rate_max = max; in parse_uac2_sample_rate_range()
280 if (!fp->rate_max || rate > fp->rate_max) in parse_uac2_sample_rate_range()
281 fp->rate_max = rate; in parse_uac2_sample_rate_range()
Dquirks-table.h70 .rate_max = 48000,
530 .rate_max = 44100,
547 .rate_max = 44100,
1018 .rate_max = 44100,
1035 .rate_max = 44100,
1638 .rate_max = 44100,
1656 .rate_max = 44100,
1705 .rate_max = 44100,
1723 .rate_max = 44100,
2122 .rate_max = 96000,
[all …]
Dpcm.c107 subs->cur_rate > fp->rate_max) in find_format()
972 if (fp->rate_max < it->min || (fp->rate_max == it->min && it->openmin)) { in hw_check_valid_format()
973 hwc_debug(" > check: rate_max %d < min %d\n", fp->rate_max, it->min); in hw_check_valid_format()
1005 if (rmax < fp->rate_max) in hw_rule_rate()
1006 rmax = fp->rate_max; in hw_rule_rate()
1009 rmax = fp->rate_max; in hw_rule_rate()
1218 runtime->hw.rate_max = 0; in setup_hw_info()
1228 if (runtime->hw.rate_max < fp->rate_max) in setup_hw_info()
1229 runtime->hw.rate_max = fp->rate_max; in setup_hw_info()
/Linux-v4.19/sound/soc/qcom/
Dlpass-apq8016.c49 .rate_max = 96000,
70 .rate_max = 96000,
91 .rate_max = 96000,
112 .rate_max = 96000,
127 .rate_max = 96000,
/Linux-v4.19/sound/xen/
Dxen_snd_front_cfg.c158 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-v4.19/sound/firewire/fireface/
Dff-pcm.c76 hw->rate_max = 0; in limit_channels_and_rates()
90 hw->rate_max = max(hw->rate_max, rate); in limit_channels_and_rates()
163 substream->runtime->hw.rate_max = rate; in pcm_open()
169 substream->runtime->hw.rate_max = rate; in pcm_open()
/Linux-v4.19/sound/isa/sb/
Dsb8_main.c455 .rate_max = 23000,
474 .rate_max = 13000,
515 runtime->hw.rate_max = 50000; in snd_sb8_open()
519 runtime->hw.rate_max = 44100; in snd_sb8_open()
531 runtime->hw.rate_max = 44100; in snd_sb8_open()
533 runtime->hw.rate_max = 15000; in snd_sb8_open()
/Linux-v4.19/sound/firewire/bebob/
Dbebob_pcm.c78 hw->rate_max = 0; in limit_channels_and_rates()
90 hw->rate_max = max(hw->rate_max, snd_bebob_rate_table[i]); in limit_channels_and_rates()
169 substream->runtime->hw.rate_max = sampling_rate; in pcm_open()
/Linux-v4.19/sound/usb/line6/
Dpodhd.c84 .rate_max = 48000,
101 .rate_max = 48000,
126 .rate_max = 48000,
143 .rate_max = 48000,
/Linux-v4.19/sound/pci/ctxfi/
Dctpcm.c38 .rate_max = 192000,
60 .rate_max = 48000,
86 .rate_max = 96000,
286 runtime->hw.rate_max = atc->rsr * atc->msr; in ct_pcm_capture_open()
/Linux-v4.19/sound/firewire/oxfw/
Doxfw-pcm.c89 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-v4.19/sound/pci/echoaudio/
Ddarla20.c85 .rate_max = 48000,
Dgina20.c89 .rate_max = 48000,
Ddarla24.c92 .rate_max = 96000,
Dindigodjx.c95 .rate_max = 96000,
Dindigoio.c95 .rate_max = 96000,
Dindigo.c94 .rate_max = 96000,
Dindigodj.c94 .rate_max = 96000,
Dindigoiox.c96 .rate_max = 96000,

123456789