Home
last modified time | relevance | path

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

123456

/linux-3.4.99/sound/usb/
Dformat.c174 fp->rate_min = fp->rate_max = 0; in parse_audio_format_rates_v1()
194 if (!fp->rate_max || rate > fp->rate_max) in parse_audio_format_rates_v1()
195 fp->rate_max = rate; in parse_audio_format_rates_v1()
207 fp->rate_max = combine_triple(&fmt[offset + 4]); in parse_audio_format_rates_v1()
223 fp->rates = fp->rate_min = fp->rate_max = 0; in parse_uac2_sample_rate_range()
241 fp->rate_max = max; in parse_uac2_sample_rate_range()
251 if (!fp->rate_max || rate > fp->rate_max) in parse_uac2_sample_rate_range()
252 fp->rate_max = rate; in parse_uac2_sample_rate_range()
Dpcm.c97 if (rate < fp->rate_min || rate > fp->rate_max) in find_format()
333 fmt->format, fmt->rate_min, fmt->rate_max, fmt->channels); in set_format()
515 if (fp->rate_max < it->min || (fp->rate_max == it->min && it->openmin)) { in hw_check_valid_format()
516 hwc_debug(" > check: rate_max %d < min %d\n", fp->rate_max, it->min); in hw_check_valid_format()
550 if (rmax < fp->rate_max) in hw_rule_rate()
551 rmax = fp->rate_max; in hw_rule_rate()
554 rmax = fp->rate_max; in hw_rule_rate()
767 runtime->hw.rate_max = 0; in setup_hw_info()
779 if (runtime->hw.rate_max < fp->rate_max) in setup_hw_info()
780 runtime->hw.rate_max = fp->rate_max; in setup_hw_info()
Dquirks-table.h354 .rate_max = 44100,
371 .rate_max = 44100,
655 .rate_max = 44100,
672 .rate_max = 44100,
868 .rate_max = 44100,
885 .rate_max = 44100,
2174 .rate_max = 96000,
2198 .rate_max = 96000,
2241 .rate_max = 96000,
2265 .rate_max = 96000,
[all …]
Dquirks.c172 snd_usb_init_sample_rate(chip, fp->iface, alts, fp, fp->rate_max); in create_fixed_stream_quirk()
243 fp->rate_max = fp->rate_min = 44100; in create_uaxx_quirk()
247 fp->rate_max = fp->rate_min = 48000; in create_uaxx_quirk()
251 fp->rate_max = fp->rate_min = 96000; in create_uaxx_quirk()
/linux-3.4.99/drivers/staging/line6/
Dpodhd.c43 .rate_max = 48000,
63 .rate_max = 48000,
/linux-3.4.99/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()
/linux-3.4.99/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()
/linux-3.4.99/sound/soc/
Dsoc-pcm.c164 runtime->hw.rate_max = in soc_pcm_open()
165 min(codec_dai_drv->playback.rate_max, in soc_pcm_open()
166 cpu_dai_drv->playback.rate_max); in soc_pcm_open()
187 runtime->hw.rate_max = in soc_pcm_open()
188 min(codec_dai_drv->capture.rate_max, in soc_pcm_open()
189 cpu_dai_drv->capture.rate_max); in soc_pcm_open()
249 runtime->hw.rate_max); in soc_pcm_open()
/linux-3.4.99/sound/pci/echoaudio/
Ddarla20.c85 .rate_max = 48000,
Ddarla24.c92 .rate_max = 96000,
Dgina20.c89 .rate_max = 48000,
Dindigodj.c94 .rate_max = 96000,
Dindigodjx.c95 .rate_max = 96000,
Dindigoio.c95 .rate_max = 96000,
Dindigo.c94 .rate_max = 96000,
Dindigoiox.c96 .rate_max = 96000,
Dlayla20.c99 .rate_max = 50000,
Dmia.c104 .rate_max = 96000,
Dgina24.c112 .rate_max = 96000,
Dlayla24.c109 .rate_max = 100000,
Dmona.c121 .rate_max = 96000,
Decho3g.c108 .rate_max = 100000,
/linux-3.4.99/sound/soc/codecs/
Dsta32x.c509 unsigned int rate_max = 0; in sta32x_set_dai_sysclk() local
523 if (fs > rate_max) in sta32x_set_dai_sysclk()
524 rate_max = fs; in sta32x_set_dai_sysclk()
540 rate_max = 192000; in sta32x_set_dai_sysclk()
545 codec_dai->driver->playback.rate_max = rate_max; in sta32x_set_dai_sysclk()
/linux-3.4.99/sound/drivers/
Ddummy.c124 unsigned int rate_max; member
199 .rate_max = 48000,
213 .rate_max = 192000,
529 .rate_max = USE_RATE_MAX,
904 FIELD_ENTRY(rate_max, "%d"),
1031 if (m->rate_max) in snd_dummy_probe()
1032 dummy->pcm_hw.rate_max = m->rate_max; in snd_dummy_probe()

123456