Home
last modified time | relevance | path

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

123456

/sound/usb/
Dformat.c180 fp->rate_min = fp->rate_max = 0; in parse_audio_format_rates_v1()
200 if (!fp->rate_max || rate > fp->rate_max) in parse_audio_format_rates_v1()
201 fp->rate_max = rate; in parse_audio_format_rates_v1()
213 fp->rate_max = combine_triple(&fmt[offset + 4]); in parse_audio_format_rates_v1()
229 fp->rates = fp->rate_min = fp->rate_max = 0; in parse_uac2_sample_rate_range()
247 fp->rate_max = max; in parse_uac2_sample_rate_range()
257 if (!fp->rate_max || rate > fp->rate_max) in parse_uac2_sample_rate_range()
258 fp->rate_max = rate; in parse_uac2_sample_rate_range()
Dquirks-table.h70 .rate_max = 48000,
490 .rate_max = 44100,
507 .rate_max = 44100,
791 .rate_max = 44100,
808 .rate_max = 44100,
1004 .rate_max = 44100,
1021 .rate_max = 44100,
2375 .rate_max = 96000,
2401 .rate_max = 96000,
2446 .rate_max = 96000,
[all …]
Dpcm.c108 subs->cur_rate > fp->rate_max) in find_format()
453 fmt->format, fmt->rate_min, fmt->rate_max, fmt->channels); in set_format()
787 if (fp->rate_max < it->min || (fp->rate_max == it->min && it->openmin)) { in hw_check_valid_format()
788 hwc_debug(" > check: rate_max %d < min %d\n", fp->rate_max, it->min); in hw_check_valid_format()
820 if (rmax < fp->rate_max) in hw_rule_rate()
821 rmax = fp->rate_max; in hw_rule_rate()
824 rmax = fp->rate_max; in hw_rule_rate()
1033 runtime->hw.rate_max = 0; in setup_hw_info()
1043 if (runtime->hw.rate_max < fp->rate_max) in setup_hw_info()
1044 runtime->hw.rate_max = fp->rate_max; in setup_hw_info()
Dquirks.c171 snd_usb_init_sample_rate(chip, fp->iface, alts, fp, fp->rate_max); in create_fixed_stream_quirk()
249 fp->rate_max = fp->rate_min = 44100; in create_uaxx_quirk()
253 fp->rate_max = fp->rate_min = 48000; in create_uaxx_quirk()
257 fp->rate_max = fp->rate_min = 96000; in create_uaxx_quirk()
/sound/isa/sb/
Dsb8_main.c458 .rate_max = 23000,
477 .rate_max = 13000,
518 runtime->hw.rate_max = 50000; in snd_sb8_open()
522 runtime->hw.rate_max = 44100; in snd_sb8_open()
534 runtime->hw.rate_max = 44100; in snd_sb8_open()
536 runtime->hw.rate_max = 15000; in snd_sb8_open()
Dsb16_main.c483 .rate_max = 44100,
501 .rate_max = 44100,
565 runtime->hw.rate_max = 48000; in snd_sb16_playback_open()
572 runtime->hw.rate_min = runtime->hw.rate_max = chip->locked_rate; in snd_sb16_playback_open()
640 runtime->hw.rate_max = 48000; in snd_sb16_capture_open()
647 runtime->hw.rate_min = runtime->hw.rate_max = chip->locked_rate; in snd_sb16_capture_open()
/sound/pci/ctxfi/
Dctpcm.c38 .rate_max = 192000,
60 .rate_max = 48000,
86 .rate_max = 96000,
284 runtime->hw.rate_max = atc->rsr * atc->msr; in ct_pcm_capture_open()
/sound/soc/codecs/
Dsta32x.c547 unsigned int rate_max = 0; in sta32x_set_dai_sysclk() local
561 if (fs > rate_max) in sta32x_set_dai_sysclk()
562 rate_max = fs; in sta32x_set_dai_sysclk()
578 rate_max = 192000; in sta32x_set_dai_sysclk()
583 codec_dai->driver->playback.rate_max = rate_max; in sta32x_set_dai_sysclk()
/sound/drivers/
Ddummy.c124 unsigned int rate_max; member
202 .rate_max = 48000,
216 .rate_max = 192000,
532 .rate_max = USE_RATE_MAX,
973 FIELD_ENTRY(rate_max, "%d"),
1100 if (m->rate_max) in snd_dummy_probe()
1101 dummy->pcm_hw.rate_max = m->rate_max; in snd_dummy_probe()
/sound/pci/echoaudio/
Ddarla20.c85 .rate_max = 48000,
Dgina20.c89 .rate_max = 48000,
Ddarla24.c92 .rate_max = 96000,
Dindigodjx.c95 .rate_max = 96000,
Dindigo.c94 .rate_max = 96000,
Dindigoio.c95 .rate_max = 96000,
Dindigodj.c94 .rate_max = 96000,
Dindigoiox.c96 .rate_max = 96000,
Dlayla20.c99 .rate_max = 50000,
Dmia.c104 .rate_max = 96000,
Dlayla24.c109 .rate_max = 100000,
Dgina24.c112 .rate_max = 96000,
Dmona.c121 .rate_max = 96000,
Decho3g.c108 .rate_max = 100000,
/sound/pci/
Drme32.c313 .rate_max = 48000,
338 .rate_max = 48000,
364 .rate_max = 48000,
389 .rate_max = 48000,
868 runtime->hw.rate_max = 96000; in snd_rme32_playback_spdif_open()
875 runtime->hw.rate_max = rate; in snd_rme32_playback_spdif_open()
909 runtime->hw.rate_max = 96000; in snd_rme32_capture_spdif_open()
917 runtime->hw.rate_max = rate; in snd_rme32_capture_spdif_open()
953 runtime->hw.rate_max = rate; in snd_rme32_playback_adat_open()
977 runtime->hw.rate_max = rate; in snd_rme32_capture_adat_open()
/sound/pci/au88x0/
Dau88x0_pcm.c43 .rate_max = 48000,
64 .rate_max = 48000,
86 .rate_max = 48000,
104 .rate_max = 48000,

123456