Home
last modified time | relevance | path

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

123456

/sound/usb/
Dformat.c187 fp->rate_min = fp->rate_max = 0; in parse_audio_format_rates_v1()
211 if (!fp->rate_max || rate > fp->rate_max) in parse_audio_format_rates_v1()
212 fp->rate_max = rate; in parse_audio_format_rates_v1()
224 fp->rate_max = combine_triple(&fmt[offset + 4]); in parse_audio_format_rates_v1()
287 fp->rates = fp->rate_min = fp->rate_max = 0; in parse_uac2_sample_rate_range()
305 fp->rate_max = max; in parse_uac2_sample_rate_range()
320 if (!fp->rate_max || rate > fp->rate_max) in parse_uac2_sample_rate_range()
321 fp->rate_max = rate; in parse_uac2_sample_rate_range()
Dquirks-table.h70 .rate_max = 48000,
530 .rate_max = 44100,
547 .rate_max = 44100,
1018 .rate_max = 44100,
1035 .rate_max = 44100,
1638 .rate_max = 44100,
1656 .rate_max = 44100,
1705 .rate_max = 44100,
1723 .rate_max = 44100,
2122 .rate_max = 96000,
[all …]
Dpcm.c108 subs->cur_rate > fp->rate_max) in find_format()
906 if (fp->rate_max < it->min || (fp->rate_max == it->min && it->openmin)) { in hw_check_valid_format()
907 hwc_debug(" > check: rate_max %d < min %d\n", fp->rate_max, it->min); in hw_check_valid_format()
939 if (rmax < fp->rate_max) in hw_rule_rate()
940 rmax = fp->rate_max; in hw_rule_rate()
943 rmax = fp->rate_max; in hw_rule_rate()
1152 runtime->hw.rate_max = 0; in setup_hw_info()
1162 if (runtime->hw.rate_max < fp->rate_max) in setup_hw_info()
1163 runtime->hw.rate_max = fp->rate_max; in setup_hw_info()
/sound/soc/qcom/
Dlpass-apq8016.c49 .rate_max = 96000,
70 .rate_max = 96000,
91 .rate_max = 96000,
112 .rate_max = 96000,
127 .rate_max = 96000,
/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/usb/line6/
Dpodhd.c48 .rate_max = 48000,
65 .rate_max = 48000,
/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/firewire/oxfw/
Doxfw-pcm.c89 hw->rate_max = 0; in limit_channels_and_rates()
104 hw->rate_max = max(hw->rate_max, formation.rate); in limit_channels_and_rates()
185 substream->runtime->hw.rate_max = formation.rate; in limit_to_current_params()
/sound/drivers/
Ddummy.c127 unsigned int rate_max; member
204 .rate_max = 48000,
218 .rate_max = 192000,
531 .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,
Dindigoio.c95 .rate_max = 96000,
Dindigo.c94 .rate_max = 96000,
Dindigodj.c94 .rate_max = 96000,
Dindigodjx.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,
/sound/soc/kirkwood/
Dkirkwood-i2s.c491 .rate_max = 192000,
499 .rate_max = 192000,
512 .rate_max = 192000,
520 .rate_max = 192000,
/sound/soc/codecs/
Dics43432.c34 .rate_max = ICS43432_RATE_MAX,

123456