Searched refs:rate_max (Results 51 - 75 of 260) sorted by relevance

1234567891011

/linux-master/sound/core/
H A Dpcm_misc.c486 * snd_pcm_hw_limit_rates - determine rate_min/rate_max fields
489 * Determines the rate_min and rate_max fields from the rates bits of
505 hw->rate_max = snd_pcm_known_rates.list[i];
591 * @rate_max: the maximum sample rate
600 unsigned int rate_max)
607 && snd_pcm_known_rates.list[i] <= rate_max)
599 snd_pcm_rate_range_to_bits(unsigned int rate_min, unsigned int rate_max) argument
/linux-master/sound/pci/au88x0/
H A Dau88x0_pcm.c31 .rate_max = 48000,
52 .rate_max = 48000,
74 .rate_max = 48000,
92 .rate_max = 48000,
/linux-master/sound/soc/codecs/
H A Dpcm179x.c184 .rate_max = 200000,
H A Dmax98357a.c116 .rate_max = 96000,
/linux-master/sound/soc/kirkwood/
H A Dkirkwood-i2s.c604 .rate_max = 192000,
612 .rate_max = 192000,
625 .rate_max = 192000,
633 .rate_max = 192000,
/linux-master/sound/soc/meson/
H A Daiu-acodec-ctrl.c127 .rate_max = 192000, \
H A Daiu-fifo-i2s.c35 .rate_max = 192000,
H A Daiu-fifo-spdif.c37 .rate_max = 192000,
H A Daxg-frddr.c115 .rate_max = 384000,
192 .rate_max = 384000,
/linux-master/sound/soc/samsung/
H A Dlowland.c85 .rate_max = 44100,
H A Daries_wm8994.c401 .rate_max = 8000,
409 .rate_max = 8000,
443 .rate_max = 8000,
452 .rate_max = 8000,
H A Dtm2_wm5110.c392 .rate_max = 48000,
401 .rate_max = 48000,
413 .rate_max = 16000,
421 .rate_max = 16000,
/linux-master/sound/soc/qcom/
H A Dlpass-ipq806x.c50 .rate_max = 96000,
/linux-master/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835-pcm.c19 .rate_max = 192000,
37 .rate_max = 48000,
/linux-master/include/uapi/sound/
H A Dasoc.h304 __le32 rate_max; /* max rate */ member in struct:snd_soc_tplg_stream_caps
601 __le32 rate_max; /* max rate */ member in struct:snd_soc_tplg_stream_caps_v4
/linux-master/sound/soc/amd/vangogh/
H A Dacp5x-i2s.c359 .rate_max = 96000,
368 .rate_max = 96000,
/linux-master/sound/soc/google/
H A Dchv3-i2s.c76 .rate_max = 96000,
84 .rate_max = 96000,
/linux-master/sound/soc/amd/acp/
H A Dacp-platform.c42 .rate_max = 96000,
63 .rate_max = 48000,
/linux-master/sound/soc/amd/raven/
H A Dacp3x-i2s.c272 .rate_max = 96000,
281 .rate_max = 48000,
/linux-master/sound/isa/sb/
H A Dsb16_main.c459 .rate_max = 44100,
477 .rate_max = 44100,
541 runtime->hw.rate_max = 48000;
548 runtime->hw.rate_min = runtime->hw.rate_max = chip->locked_rate;
616 runtime->hw.rate_max = 48000;
623 runtime->hw.rate_min = runtime->hw.rate_max = chip->locked_rate;
/linux-master/sound/usb/
H A Dpcm.c106 if (rate < fp->rate_min || rate > fp->rate_max)
754 if (fp->rate_max < it->min || (fp->rate_max == it->min && it->openmin)) {
755 hwc_debug(" > check: rate_max %d < min %d\n", fp->rate_max, it->min);
872 rmax = max(rmax, fp->rate_max);
1092 runtime->hw.rate_max = 0;
1102 if (runtime->hw.rate_max < fp->rate_max)
1103 runtime->hw.rate_max
[all...]
/linux-master/sound/pci/
H A Drme32.c291 .rate_max = 48000,
317 .rate_max = 48000,
344 .rate_max = 48000,
370 .rate_max = 48000,
840 runtime->hw.rate_max = 96000;
849 runtime->hw.rate_max = rate;
883 runtime->hw.rate_max = 96000;
892 runtime->hw.rate_max = rate;
930 runtime->hw.rate_max = rate;
955 runtime->hw.rate_max
[all...]
/linux-master/sound/soc/intel/keembay/
H A Dkmb_platform.c39 .rate_max = 48000,
752 .rate_max = 48000,
771 .rate_max = 48000,
783 .rate_max = 48000,
802 .rate_max = 48000,
/linux-master/sound/pci/oxygen/
H A Doxygen_pcm.c46 .rate_max = 192000,
74 .rate_max = 192000,
94 .rate_max = 48000,
/linux-master/sound/pci/lola/
H A Dlola_pcm.c199 .rate_max = 192000,
230 runtime->hw.rate_max = chip->sample_rate;
233 runtime->hw.rate_max = chip->sample_rate_max;

Completed in 203 milliseconds

1234567891011