Searched refs:rate_min (Results 26 - 50 of 255) sorted by relevance

1234567891011

/linux-master/sound/pci/echoaudio/
H A Dlayla20.c86 .rate_min = 8000,
H A Dgina24.c99 .rate_min = 8000,
H A Decho3g.c95 .rate_min = 32000,
H A Dmona.c108 .rate_min = 8000,
/linux-master/sound/soc/codecs/
H A Dics43432.c33 .rate_min = ICS43432_RATE_MIN,
/linux-master/sound/soc/qcom/
H A Dlpass-sc7280.c26 .rate_min = 48000,
36 .rate_min = 48000,
49 .rate_min = 48000,
62 .rate_min = 48000,
75 .rate_min = 48000,
88 .rate_min = 48000,
101 .rate_min = 48000,
H A Dlpass-sc7180.c31 .rate_min = 48000,
41 .rate_min = 48000,
54 .rate_min = 48000,
67 .rate_min = 48000,
/linux-master/sound/soc/atmel/
H A Datmel-pdmic.c362 unsigned int rate_min = substream->runtime->hw.rate_min; local
376 if ((fs < rate_min) || (fs > rate_max)) {
379 fs, rate_min, rate_max);
522 unsigned int *rate_min, unsigned int *rate_max)
535 *rate_min = DIV_ROUND_CLOSEST(mic_min_freq, 128);
577 unsigned int rate_min, rate_max; local
641 atmel_pdmic_get_sample_rate(dd, &rate_min, &rate_max);
644 atmel_pdmic_cpu_dai.capture.rate_min = rate_min;
521 atmel_pdmic_get_sample_rate(struct atmel_pdmic *dd, unsigned int *rate_min, unsigned int *rate_max) argument
[all...]
/linux-master/sound/firewire/fireface/
H A Dff-pcm.c80 hw->rate_min = UINT_MAX;
99 hw->rate_min = min(hw->rate_min, rate);
178 substream->runtime->hw.rate_min = rate;
186 substream->runtime->hw.rate_min = rate;
/linux-master/sound/firewire/bebob/
H A Dbebob_pcm.c76 hw->rate_min = UINT_MAX;
88 hw->rate_min = min(hw->rate_min, snd_bebob_rate_table[i]);
171 substream->runtime->hw.rate_min = sampling_rate;
/linux-master/sound/usb/
H A Dformat.c166 fp->rate_min = rate;
173 /* set up rate_min, rate_max and rates from the rate table */
179 fp->rate_min = INT_MAX;
184 fp->rate_min = min(fp->rate_min, rate);
256 fp->rate_min = combine_triple(&fmt[offset + 1]);
373 fp->rate_min = min;
H A Dcard.h35 unsigned int rate_min, rate_max; /* min/max rates */ member in struct:audioformat
/linux-master/sound/pci/ctxfi/
H A Dctpcm.c33 .rate_min = 8000,
55 .rate_min = 32000,
81 .rate_min = 8000,
/linux-master/sound/pci/oxygen/
H A Dxonar_hdmi.c76 hardware->rate_min = 44100;
/linux-master/sound/usb/line6/
H A Dpodhd.c65 .rate_min = 48000,
82 .rate_min = 48000,
107 .rate_min = 48000,
124 .rate_min = 48000,
/linux-master/sound/firewire/oxfw/
H A Doxfw-pcm.c88 hw->rate_min = UINT_MAX;
103 hw->rate_min = min(hw->rate_min, formation.rate);
164 substream->runtime->hw.rate_min = formation.rate;
/linux-master/sound/soc/fsl/
H A Dfsl_audmix.c324 .rate_min = 8000,
333 .rate_min = 8000,
347 .rate_min = 8000,
356 .rate_min = 8000,
/linux-master/sound/soc/meson/
H A Daiu-codec-ctrl.c98 .rate_min = 5512, \
H A Dgx-card.c23 .rate_min = 5525,
H A Dmeson-codec-glue.c75 data->params.rate_min = params_rate(params);
H A Daiu.c119 .rate_min = 5512,
132 .rate_min = 5512,
H A Daxg-toddr.c133 .rate_min = 5515,
230 .rate_min = 5515,
/linux-master/sound/soc/samsung/
H A Dmidas_wm1811.c339 .rate_min = 8000,
347 .rate_min = 8000,
358 .rate_min = 8000,
366 .rate_min = 8000,
/linux-master/sound/virtio/
H A Dvirtio_pcm.c157 if (!vss->hw.rate_min ||
158 vss->hw.rate_min > g_v2a_rate_map[i].rate)
159 vss->hw.rate_min = g_v2a_rate_map[i].rate;
197 (vss->hw.rate_min / MSEC_PER_SEC);
/linux-master/sound/drivers/
H A Ddummy.c119 unsigned int rate_min; member in struct:dummy_model
196 .rate_min = 48000,
210 .rate_min = 48000,
519 .rate_min = USE_RATE_MIN,
949 FIELD_ENTRY(rate_min, "%d"),
1069 if (m->rate_min)
1070 dummy->pcm_hw.rate_min = m->rate_min;

Completed in 294 milliseconds

1234567891011