Searched refs:rate_max (Results 76 - 100 of 261) sorted by relevance

1234567891011

/linux-master/drivers/clk/imx/
H A Dclk-pll14xx.c134 long fout, rate_min, rate_max, dist, best = LONG_MAX; local
170 rate_max = pll14xx_calc_rate(pll, mdiv, pdiv, sdiv, KDIV_MAX, prate);
172 if (rate >= rate_min && rate <= rate_max) {
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-alsa-pcm.c44 .rate_max = 48000,
65 .rate_max = 48000,
/linux-master/sound/usb/line6/
H A Dtoneport.c84 .rate_max = 44100,
101 .rate_max = 44100,
H A Dpod.c131 .rate_max = 39063,
148 .rate_max = 39063,
/linux-master/sound/pci/aw2/
H A Daw2-alsa.c49 .rate_max = 44100,
66 .rate_max = 44100,
/linux-master/sound/pci/cs5535audio/
H A Dcs5535audio_pcm.c41 .rate_max = 48000,
68 .rate_max = 48000,
/linux-master/sound/soc/amd/renoir/
H A Dacp3x-pdm-dma.c36 .rate_max = 48000,
366 .rate_max = 48000,
/linux-master/sound/soc/amd/yc/
H A Dacp6x-pdm-dma.c37 .rate_max = 48000,
338 .rate_max = 48000,
/linux-master/sound/pci/emu10k1/
H A Demupcm.c215 runtime->hw.rate_max = 44100;
229 runtime->hw.rate_min = runtime->hw.rate_max = rate;
509 .rate_max = 48000,
1035 .rate_max = 96000,
1058 .rate_max = 48000,
1078 .rate_max = 48000,
1307 runtime->hw.rate_min = runtime->hw.rate_max = 8000;
1773 .rate_max = 48000,
/linux-master/sound/pci/ice1712/
H A Djuli.c177 if (rate >= runtime->hw.rate_min && rate <= runtime->hw.rate_max) {
179 runtime->hw.rate_max = rate;
/linux-master/sound/soc/amd/raven/
H A Dacp3x-pcm-dma.c32 .rate_max = 96000,
52 .rate_max = 48000,
/linux-master/sound/soc/samsung/
H A Dbells.c232 .rate_max = 8000,
240 .rate_max = SYS_AUDIO_RATE,
H A Dlittlemill.c140 .rate_max = 8000,
H A Dspeyside.c189 .rate_max = 48000,
/linux-master/sound/soc/codecs/
H A Dwm8776.c387 .rate_max = 192000,
401 .rate_max = 96000,
H A Dcs4270.c478 .rate_max = 216000,
487 .rate_max = 216000,
H A Dpcm1789.c205 .rate_max = 200000,
/linux-master/sound/soc/amd/ps/
H A Dps-pdm-dma.c37 .rate_max = 48000,
343 .rate_max = 48000,
/linux-master/drivers/media/pci/ivtv/
H A Divtv-alsa-pcm.c44 .rate_max = 48000,
/linux-master/drivers/media/pci/cx18/
H A Dcx18-alsa-pcm.c48 .rate_max = 48000,
/linux-master/sound/usb/
H A Dproc.c118 fp->rate_min, fp->rate_max);
/linux-master/drivers/media/usb/go7007/
H A Dsnd-go7007.c54 .rate_max = 48000,
/linux-master/sound/firewire/tascam/
H A Dtascam-pcm.c78 substream->runtime->hw.rate_max = rate;
/linux-master/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_pcm.c181 .rate_max = 192000,
/linux-master/sound/soc/dwc/
H A Ddwc-pcm.c81 .rate_max = 48000,

Completed in 231 milliseconds

1234567891011