Home
last modified time | relevance | path

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

123456

/sound/usb/
Dformat.c182 fp->rate_min = fp->rate_max = 0; in parse_audio_format_rates_v1()
204 if (!fp->rate_max || rate > fp->rate_max) in parse_audio_format_rates_v1()
205 fp->rate_max = rate; in parse_audio_format_rates_v1()
217 fp->rate_max = combine_triple(&fmt[offset + 4]); in parse_audio_format_rates_v1()
234 fp->rates = fp->rate_min = fp->rate_max = 0; in parse_uac2_sample_rate_range()
252 fp->rate_max = max; in parse_uac2_sample_rate_range()
262 if (!fp->rate_max || rate > fp->rate_max) in parse_uac2_sample_rate_range()
263 fp->rate_max = rate; in parse_uac2_sample_rate_range()
Dquirks-table.h70 .rate_max = 48000,
530 .rate_max = 44100,
547 .rate_max = 44100,
831 .rate_max = 44100,
848 .rate_max = 44100,
1044 .rate_max = 44100,
1061 .rate_max = 44100,
1664 .rate_max = 44100,
1682 .rate_max = 44100,
1731 .rate_max = 44100,
[all …]
Dpcm.c108 subs->cur_rate > fp->rate_max) in find_format()
868 if (fp->rate_max < it->min || (fp->rate_max == it->min && it->openmin)) { in hw_check_valid_format()
869 hwc_debug(" > check: rate_max %d < min %d\n", fp->rate_max, it->min); in hw_check_valid_format()
901 if (rmax < fp->rate_max) in hw_rule_rate()
902 rmax = fp->rate_max; in hw_rule_rate()
905 rmax = fp->rate_max; in hw_rule_rate()
1114 runtime->hw.rate_max = 0; in setup_hw_info()
1124 if (runtime->hw.rate_max < fp->rate_max) in setup_hw_info()
1125 runtime->hw.rate_max = fp->rate_max; in setup_hw_info()
/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/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()
190 substream->runtime->hw.rate_max = sampling_rate; in pcm_open()
/sound/pci/ctxfi/
Dctpcm.c38 .rate_max = 192000,
60 .rate_max = 48000,
86 .rate_max = 96000,
285 runtime->hw.rate_max = atc->rsr * atc->msr; in ct_pcm_capture_open()
/sound/soc/codecs/
Dsta32x.c549 unsigned int rate_max = 0; in sta32x_set_dai_sysclk() local
563 if (fs > rate_max) in sta32x_set_dai_sysclk()
564 rate_max = fs; in sta32x_set_dai_sysclk()
580 rate_max = 192000; in sta32x_set_dai_sysclk()
585 codec_dai->driver->playback.rate_max = rate_max; in sta32x_set_dai_sysclk()
/sound/drivers/
Ddummy.c127 unsigned int rate_max; member
204 .rate_max = 48000,
218 .rate_max = 192000,
533 .rate_max = USE_RATE_MAX,
975 FIELD_ENTRY(rate_max, "%d"),
1102 if (m->rate_max) in snd_dummy_probe()
1103 dummy->pcm_hw.rate_max = m->rate_max; in snd_dummy_probe()
/sound/pci/echoaudio/
Ddarla20.c85 .rate_max = 48000,
Ddarla24.c92 .rate_max = 96000,
Dgina20.c89 .rate_max = 48000,
Dindigo.c94 .rate_max = 96000,
Dindigodj.c94 .rate_max = 96000,
Dindigodjx.c95 .rate_max = 96000,
Dindigoio.c95 .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/soc/kirkwood/
Dkirkwood-i2s.c491 .rate_max = 192000,
499 .rate_max = 192000,
512 .rate_max = 192000,
520 .rate_max = 192000,
/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()

123456