Home
last modified time | relevance | path

Searched refs:rate_max (Results 1 - 25 of 479) sorted by relevance

12345678910>>...20

/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
H A Dq6dsp-lpass-ports.c22 .rate_max = 176400, \
40 .rate_max = 176400, \
58 .rate_max = 176400, \
76 .rate_max = 176400, \
93 .rate_max = 192000, \
110 .rate_max = 192000,
128 .rate_max = 192000,
143 .rate_max = 192000,
156 .rate_max = 192000,
173 .rate_max
[all...]
/kernel/linux/linux-6.6/sound/soc/sof/amd/
H A Drembrandt.c39 .rate_max = 96000,
49 .rate_max = 48000,
63 .rate_max = 96000,
73 .rate_max = 48000,
87 .rate_max = 96000,
97 .rate_max = 48000,
110 .rate_max = 48000,
124 .rate_max = 96000,
H A Dvangogh.c39 .rate_max = 96000,
49 .rate_max = 48000,
63 .rate_max = 96000,
73 .rate_max = 48000,
87 .rate_max = 96000,
97 .rate_max = 48000,
110 .rate_max = 48000,
124 .rate_max = 96000,
134 .rate_max = 48000,
H A Drenoir.c38 .rate_max = 96000,
48 .rate_max = 48000,
62 .rate_max = 96000,
72 .rate_max = 48000,
85 .rate_max = 48000,
99 .rate_max = 96000,
/kernel/linux/linux-6.6/sound/usb/
H A Dquirks-table.h66 .rate_max = 48000,
112 .rate_max = 48000,
471 .rate_max = 44100,
488 .rate_max = 44100,
959 .rate_max = 44100,
976 .rate_max = 44100,
1579 .rate_max = 44100,
1597 .rate_max = 44100,
1646 .rate_max = 44100,
1664 .rate_max
[all...]
/kernel/linux/linux-5.10/drivers/clk/versatile/
H A Dclk-vexpress-osc.c20 unsigned long rate_max; member
44 if (osc->rate_max && rate > osc->rate_max) in vexpress_osc_round_rate()
45 rate = osc->rate_max; in vexpress_osc_round_rate()
83 osc->rate_max = range[1]; in vexpress_osc_probe()
101 clk_hw_set_rate_range(&osc->hw, osc->rate_min, osc->rate_max); in vexpress_osc_probe()
/kernel/linux/linux-6.6/drivers/clk/versatile/
H A Dclk-vexpress-osc.c20 unsigned long rate_max; member
44 if (osc->rate_max && rate > osc->rate_max) in vexpress_osc_round_rate()
45 rate = osc->rate_max; in vexpress_osc_round_rate()
83 osc->rate_max = range[1]; in vexpress_osc_probe()
101 clk_hw_set_rate_range(&osc->hw, osc->rate_min, osc->rate_max); in vexpress_osc_probe()
/kernel/linux/linux-5.10/sound/usb/
H A Dquirks-table.h66 .rate_max = 48000,
112 .rate_max = 48000,
471 .rate_max = 44100,
488 .rate_max = 44100,
959 .rate_max = 44100,
976 .rate_max = 44100,
1579 .rate_max = 44100,
1597 .rate_max = 44100,
1646 .rate_max = 44100,
1664 .rate_max
[all...]
H A Dformat.c168 fp->rate_max = rate; in set_fixed_rate()
208 fp->rate_min = fp->rate_max = 0; in parse_audio_format_rates_v1()
232 if (!fp->rate_max || rate > fp->rate_max) in parse_audio_format_rates_v1()
233 fp->rate_max = rate; in parse_audio_format_rates_v1()
245 fp->rate_max = combine_triple(&fmt[offset + 4]); in parse_audio_format_rates_v1()
346 fp->rates = fp->rate_min = fp->rate_max = 0; in parse_uac2_sample_rate_range()
364 fp->rate_max = max; in parse_uac2_sample_rate_range()
385 if (!fp->rate_max || rate > fp->rate_max) in parse_uac2_sample_rate_range()
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Des7134.c17 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,
H A 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,
/kernel/linux/linux-6.6/sound/soc/amd/acp/
H A Dacp-rembrandt.c88 .rate_max = 96000,
98 .rate_max = 48000,
113 .rate_max = 96000,
123 .rate_max = 48000,
138 .rate_max = 96000,
148 .rate_max = 48000,
161 .rate_max = 48000,
H A Dacp-renoir.c87 .rate_max = 96000,
97 .rate_max = 48000,
112 .rate_max = 96000,
122 .rate_max = 48000,
135 .rate_max = 48000,
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Des7134.c17 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,
240 .rate_max = 50000,
247 .rate_max = 100000,
H A 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,
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/
H A Dq6afe-dai.c28 .rate_max = 176400, \
49 .rate_max = 176400, \
70 .rate_max = 176400, \
91 .rate_max = 176400, \
795 .rate_max = 192000,
819 .rate_max = 192000,
837 .rate_max = 192000,
850 .rate_max = 192000,
873 .rate_max = 192000,
886 .rate_max
[all...]
/kernel/linux/linux-6.6/sound/soc/atmel/
H A Datmel-pdmic.c363 unsigned int rate_max = substream->runtime->hw.rate_max; in atmel_pdmic_cpu_dai_hw_params() local
376 if ((fs < rate_min) || (fs > rate_max)) { in atmel_pdmic_cpu_dai_hw_params()
379 fs, rate_min, rate_max); in atmel_pdmic_cpu_dai_hw_params()
397 if ((fs << 7) > (rate_max << 6)) { in atmel_pdmic_cpu_dai_hw_params()
522 unsigned int *rate_min, unsigned int *rate_max) in atmel_pdmic_get_sample_rate()
536 *rate_max = mic_max_freq >> 6; in atmel_pdmic_get_sample_rate()
577 unsigned int rate_min, rate_max; in atmel_pdmic_probe() local
641 atmel_pdmic_get_sample_rate(dd, &rate_min, &rate_max); in atmel_pdmic_probe()
645 atmel_pdmic_cpu_dai.capture.rate_max in atmel_pdmic_probe()
521 atmel_pdmic_get_sample_rate(struct atmel_pdmic *dd, unsigned int *rate_min, unsigned int *rate_max) atmel_pdmic_get_sample_rate() argument
[all...]
/kernel/linux/linux-5.10/sound/xen/
H A 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()
/kernel/linux/linux-6.6/sound/xen/
H A 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()
/kernel/linux/linux-5.10/sound/soc/atmel/
H A Datmel-pdmic.c363 unsigned int rate_max = substream->runtime->hw.rate_max; in atmel_pdmic_cpu_dai_hw_params() local
376 if ((fs < rate_min) || (fs > rate_max)) { in atmel_pdmic_cpu_dai_hw_params()
379 fs, rate_min, rate_max); in atmel_pdmic_cpu_dai_hw_params()
397 if ((fs << 7) > (rate_max << 6)) { in atmel_pdmic_cpu_dai_hw_params()
526 unsigned int *rate_min, unsigned int *rate_max) in atmel_pdmic_get_sample_rate()
540 *rate_max = mic_max_freq >> 6; in atmel_pdmic_get_sample_rate()
581 unsigned int rate_min, rate_max; in atmel_pdmic_probe() local
646 atmel_pdmic_get_sample_rate(dd, &rate_min, &rate_max); in atmel_pdmic_probe()
650 atmel_pdmic_cpu_dai.capture.rate_max in atmel_pdmic_probe()
525 atmel_pdmic_get_sample_rate(struct atmel_pdmic *dd, unsigned int *rate_min, unsigned int *rate_max) atmel_pdmic_get_sample_rate() argument
[all...]
/kernel/linux/linux-5.10/sound/soc/qcom/
H A Dlpass-apq8016.c40 .rate_max = 96000,
61 .rate_max = 96000,
82 .rate_max = 96000,
103 .rate_max = 96000,
118 .rate_max = 96000,
H A Dlpass-sc7180.c31 .rate_max = 48000,
40 .rate_max = 48000,
54 .rate_max = 48000,
68 .rate_max = 48000,
/kernel/linux/linux-6.6/sound/soc/qcom/
H A Dlpass-apq8016.c40 .rate_max = 96000,
60 .rate_max = 96000,
80 .rate_max = 96000,
100 .rate_max = 96000,
115 .rate_max = 96000,
H A Dlpass-sc7280.c27 .rate_max = 48000,
37 .rate_max = 48000,
50 .rate_max = 48000,
63 .rate_max = 48000,
76 .rate_max = 48000,
89 .rate_max = 48000,
102 .rate_max = 48000,
/kernel/linux/linux-5.10/sound/firewire/bebob/
H A Dbebob_pcm.c77 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()
172 substream->runtime->hw.rate_max = sampling_rate; in pcm_open()

Completed in 14 milliseconds

12345678910>>...20