/linux-6.3-rc2/sound/soc/qcom/qdsp6/ |
A D | q6dsp-lpass-ports.c | 22 .rate_max = 176400, \ 112 .rate_max = 192000, 127 .rate_max = 192000, 140 .rate_max = 192000, 157 .rate_max = 192000, 170 .rate_max = 192000, 188 .rate_max = 192000, 201 .rate_max = 192000, 219 .rate_max = 192000, 232 .rate_max = 192000, [all …]
|
/linux-6.3-rc2/sound/soc/sof/amd/ |
A D | rembrandt.c | 39 .rate_max = 96000, 49 .rate_max = 48000, 64 .rate_max = 96000, 74 .rate_max = 48000, 89 .rate_max = 96000, 99 .rate_max = 48000, 113 .rate_max = 48000, 127 .rate_max = 96000,
|
A D | renoir.c | 38 .rate_max = 96000, 48 .rate_max = 48000, 63 .rate_max = 96000, 73 .rate_max = 48000, 87 .rate_max = 48000, 101 .rate_max = 96000,
|
/linux-6.3-rc2/sound/usb/ |
A D | quirks-table.h | 66 .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, 3209 .rate_max = 22050 [all …]
|
A D | format.c | 163 fp->rate_max = rate; in set_fixed_rate() 176 fp->rate_max = 0; in set_rate_table_min_max() 181 fp->rate_max = max(fp->rate_max, rate); in set_rate_table_min_max() 253 fp->rate_max = combine_triple(&fmt[offset + 4]); in parse_audio_format_rates_v1() 370 fp->rate_max = max; in parse_uac2_sample_rate_range()
|
/linux-6.3-rc2/drivers/clk/versatile/ |
A D | clk-vexpress-osc.c | 20 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()
|
/linux-6.3-rc2/sound/soc/codecs/ |
A 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, 240 .rate_max = 50000, 247 .rate_max = 100000,
|
A 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,
|
/linux-6.3-rc2/sound/soc/amd/acp/ |
A D | acp-rembrandt.c | 101 .rate_max = 96000, 111 .rate_max = 48000, 127 .rate_max = 96000, 137 .rate_max = 48000, 153 .rate_max = 96000, 163 .rate_max = 48000, 177 .rate_max = 48000,
|
A D | acp-renoir.c | 101 .rate_max = 96000, 111 .rate_max = 48000, 127 .rate_max = 96000, 137 .rate_max = 48000, 151 .rate_max = 48000,
|
/linux-6.3-rc2/sound/xen/ |
A 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-6.3-rc2/sound/soc/atmel/ |
A D | atmel-pdmic.c | 363 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() 527 unsigned int *rate_min, unsigned int *rate_max) in atmel_pdmic_get_sample_rate() argument 541 *rate_max = mic_max_freq >> 6; in atmel_pdmic_get_sample_rate() 582 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 = rate_max; in atmel_pdmic_probe()
|
/linux-6.3-rc2/sound/soc/qcom/ |
A D | lpass-sc7280.c | 27 .rate_max = 48000, 37 .rate_max = 48000, 51 .rate_max = 48000, 65 .rate_max = 48000, 78 .rate_max = 48000, 91 .rate_max = 48000, 104 .rate_max = 48000,
|
A D | lpass-apq8016.c | 40 .rate_max = 96000, 61 .rate_max = 96000, 82 .rate_max = 96000, 103 .rate_max = 96000, 118 .rate_max = 96000,
|
A D | lpass-sc7180.c | 32 .rate_max = 48000, 42 .rate_max = 48000, 56 .rate_max = 48000, 71 .rate_max = 48000,
|
/linux-6.3-rc2/sound/firewire/fireface/ |
A 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() 179 substream->runtime->hw.rate_max = rate; in pcm_open() 187 substream->runtime->hw.rate_max = rate; in pcm_open()
|
/linux-6.3-rc2/sound/isa/sb/ |
A D | sb8_main.c | 429 .rate_max = 23000, 448 .rate_max = 13000, 489 runtime->hw.rate_max = 50000; in snd_sb8_open() 493 runtime->hw.rate_max = 44100; in snd_sb8_open() 505 runtime->hw.rate_max = 44100; in snd_sb8_open() 507 runtime->hw.rate_max = 15000; in snd_sb8_open()
|
/linux-6.3-rc2/sound/firewire/bebob/ |
A 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() 172 substream->runtime->hw.rate_max = sampling_rate; in pcm_open()
|
/linux-6.3-rc2/sound/pci/ctxfi/ |
A D | ctpcm.c | 34 .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-6.3-rc2/sound/usb/line6/ |
A D | podhd.c | 66 .rate_max = 48000, 83 .rate_max = 48000, 108 .rate_max = 48000, 125 .rate_max = 48000,
|
/linux-6.3-rc2/sound/firewire/oxfw/ |
A 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-6.3-rc2/sound/virtio/ |
A D | virtio_pcm.c | 159 if (vss->hw.rate_max < g_v2a_rate_map[i].rate) in virtsnd_pcm_build_hw() 160 vss->hw.rate_max = g_v2a_rate_map[i].rate; in virtsnd_pcm_build_hw() 184 (vss->hw.rate_max / MSEC_PER_SEC)); in virtsnd_pcm_build_hw() 203 (vss->hw.rate_max / MSEC_PER_SEC); in virtsnd_pcm_build_hw()
|
/linux-6.3-rc2/sound/soc/samsung/ |
A D | midas_wm1811.c | 328 .rate_max = 16000, 336 .rate_max = 16000, 347 .rate_max = 16000, 355 .rate_max = 16000,
|
A D | tm2_wm5110.c | 392 .rate_max = 48000, 401 .rate_max = 48000, 413 .rate_max = 16000, 421 .rate_max = 16000,
|
/linux-6.3-rc2/sound/soc/fsl/ |
A D | fsl_audmix.c | 325 .rate_max = 96000, 334 .rate_max = 96000, 348 .rate_max = 96000, 357 .rate_max = 96000,
|