Home
last modified time | relevance | path

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

12345678

/linux/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, \
115 .rate_max = 192000,
130 .rate_max = 192000,
148 .rate_max = 192000,
163 .rate_max = 192000,
176 .rate_max = 192000,
[all …]
/linux/sound/usb/
H A Dquirks-table.h141 .rate_max = 48000,
180 .rate_max = 48000,
463 .rate_max = 44100,
478 .rate_max = 44100,
788 .rate_max = 44100,
803 .rate_max = 44100,
1233 .rate_max = 44100,
1249 .rate_max = 44100,
1284 .rate_max = 44100,
1300 .rate_max = 44100,
[all …]
H A Dformat.c173 fp->rate_max = rate; in set_fixed_rate()
179 /* set up rate_min, rate_max and rates from the rate table */
186 fp->rate_max = 0; in set_rate_table_min_max()
191 fp->rate_max = max(fp->rate_max, rate); in set_rate_table_min_max()
263 fp->rate_max = combine_triple(&fmt[offset + 4]); in parse_audio_format_rates_v1()
443 fp->rate_max = max; in line6_parse_audio_format_rates_quirk()
/linux/sound/soc/sof/amd/
H A Dvangogh.c36 .rate_max = 96000,
46 .rate_max = 48000,
60 .rate_max = 96000,
70 .rate_max = 48000,
84 .rate_max = 96000,
94 .rate_max = 48000,
107 .rate_max = 48000,
121 .rate_max = 96000,
131 .rate_max = 48000,
H A Dacp70.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 Dacp63.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 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 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,
/linux/drivers/clk/versatile/
H A Dclk-vexpress-osc.c20 unsigned long rate_max; member
44 if (osc->rate_max && req->rate > osc->rate_max) in vexpress_osc_determine_rate()
45 req->rate = osc->rate_max; in vexpress_osc_determine_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()
/linux/sound/soc/amd/acp/
H A Dacp70.c45 .rate_max = 192000,
55 .rate_max = 192000,
70 .rate_max = 192000,
80 .rate_max = 192000,
95 .rate_max = 192000,
105 .rate_max = 192000,
118 .rate_max = 48000,
H A Dacp63.c67 .rate_max = 96000,
77 .rate_max = 48000,
92 .rate_max = 96000,
102 .rate_max = 48000,
117 .rate_max = 96000,
127 .rate_max = 48000,
140 .rate_max = 48000,
H A Dacp-renoir.c42 .rate_max = 96000,
52 .rate_max = 48000,
67 .rate_max = 96000,
77 .rate_max = 48000,
90 .rate_max = 48000,
H A Dacp-platform.c41 .rate_max = 96000,
62 .rate_max = 48000,
82 .rate_max = 192000,
102 .rate_max = 192000,
/linux/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,
/linux/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() argument
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()
[all...]
/linux/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()
/linux/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,
/linux/sound/pci/ctxfi/
H A Dctpcm.c34 .rate_max = 192000,
56 .rate_max = 48000,
82 .rate_max = 96000,
276 runtime->hw.rate_max = atc->rsr * atc->msr; in ct_pcm_capture_open()
/linux/sound/drivers/
H A Ddummy.c121 unsigned int rate_max; member
198 .rate_max = 48000,
212 .rate_max = 192000,
516 .rate_max = USE_RATE_MAX,
942 FIELD_ENTRY(rate_max, "%d"),
1062 if (m->rate_max) in snd_dummy_probe()
1063 dummy->pcm_hw.rate_max = m->rate_max; in snd_dummy_probe()
/linux/sound/virtio/
H A Dvirtio_pcm.c161 if (vss->hw.rate_max < g_v2a_rate_map[i].rate) in virtsnd_pcm_build_hw()
162 vss->hw.rate_max = g_v2a_rate_map[i].rate; in virtsnd_pcm_build_hw()
186 (vss->hw.rate_max / MSEC_PER_SEC)); in virtsnd_pcm_build_hw()
205 (vss->hw.rate_max / MSEC_PER_SEC); in virtsnd_pcm_build_hw()
/linux/sound/soc/
H A Dsoc-utils.c229 .rate_max = 768000,
238 .rate_max = 768000,
/linux/sound/pci/echoaudio/
H A Ddarla20.c73 .rate_max = 48000,
H A Dgina20.c77 .rate_max = 48000,
H A Ddarla24.c80 .rate_max = 96000,

12345678