Searched refs:rate_max (Results 26 - 50 of 261) sorted by relevance

1234567891011

/linux-master/sound/pci/echoaudio/
H A Dlayla24.c97 .rate_max = 100000,
H A Dlayla20.c87 .rate_max = 50000,
H A Dgina24.c100 .rate_max = 96000,
H A Decho3g.c96 .rate_max = 100000,
H A Dmona.c109 .rate_max = 96000,
/linux-master/sound/soc/codecs/
H A Dics43432.c34 .rate_max = ICS43432_RATE_MAX,
/linux-master/sound/soc/qcom/
H A Dlpass-sc7280.c27 .rate_max = 48000,
37 .rate_max = 48000,
50 .rate_max = 48000,
63 .rate_max = 48000,
76 .rate_max = 48000,
89 .rate_max = 48000,
102 .rate_max = 48000,
H A Dlpass-sc7180.c32 .rate_max = 48000,
42 .rate_max = 48000,
55 .rate_max = 48000,
68 .rate_max = 48000,
/linux-master/sound/firewire/fireface/
H A Dff-pcm.c81 hw->rate_max = 0;
100 hw->rate_max = max(hw->rate_max, rate);
179 substream->runtime->hw.rate_max = rate;
187 substream->runtime->hw.rate_max = rate;
/linux-master/sound/pci/ctxfi/
H A Dctpcm.c34 .rate_max = 192000,
56 .rate_max = 48000,
82 .rate_max = 96000,
276 runtime->hw.rate_max = atc->rsr * atc->msr;
/linux-master/sound/firewire/bebob/
H A Dbebob_pcm.c77 hw->rate_max = 0;
89 hw->rate_max = max(hw->rate_max, snd_bebob_rate_table[i]);
172 substream->runtime->hw.rate_max = sampling_rate;
/linux-master/sound/isa/sb/
H A Dsb8_main.c429 .rate_max = 23000,
448 .rate_max = 13000,
489 runtime->hw.rate_max = 50000;
493 runtime->hw.rate_max = 44100;
505 runtime->hw.rate_max = 44100;
507 runtime->hw.rate_max = 15000;
/linux-master/sound/usb/
H A Dformat.c167 fp->rate_max = rate;
173 /* set up rate_min, rate_max and rates from the rate table */
180 fp->rate_max = 0;
185 fp->rate_max = max(fp->rate_max, rate);
257 fp->rate_max = combine_triple(&fmt[offset + 4]);
374 fp->rate_max = max;
H A Dcard.h35 unsigned int rate_min, rate_max; /* min/max rates */ member in struct:audioformat
/linux-master/sound/usb/line6/
H A Dpodhd.c66 .rate_max = 48000,
83 .rate_max = 48000,
108 .rate_max = 48000,
125 .rate_max = 48000,
/linux-master/sound/firewire/oxfw/
H A Doxfw-pcm.c89 hw->rate_max = 0;
104 hw->rate_max = max(hw->rate_max, formation.rate);
165 substream->runtime->hw.rate_max = formation.rate;
/linux-master/sound/soc/fsl/
H A Dfsl_audmix.c325 .rate_max = 96000,
334 .rate_max = 96000,
348 .rate_max = 96000,
357 .rate_max = 96000,
/linux-master/sound/soc/meson/
H A Daiu-codec-ctrl.c99 .rate_max = 192000, \
H A Dgx-card.c24 .rate_max = 192000,
H A Dmeson-codec-glue.c76 data->params.rate_max = params_rate(params);
H A Daiu.c120 .rate_max = 192000,
133 .rate_max = 192000,
/linux-master/sound/virtio/
H A Dvirtio_pcm.c161 if (vss->hw.rate_max < g_v2a_rate_map[i].rate)
162 vss->hw.rate_max = g_v2a_rate_map[i].rate;
186 (vss->hw.rate_max / MSEC_PER_SEC));
205 (vss->hw.rate_max / MSEC_PER_SEC);
/linux-master/sound/soc/intel/boards/
H A Dbridge_cs35l56.c79 .rate_max = 48000,
/linux-master/sound/soc/samsung/
H A Dmidas_wm1811.c340 .rate_max = 16000,
348 .rate_max = 16000,
359 .rate_max = 16000,
367 .rate_max = 16000,
/linux-master/sound/drivers/
H A Ddummy.c120 unsigned int rate_max; member in struct:dummy_model
197 .rate_max = 48000,
211 .rate_max = 192000,
520 .rate_max = USE_RATE_MAX,
950 FIELD_ENTRY(rate_max, "%d"),
1071 if (m->rate_max)
1072 dummy->pcm_hw.rate_max = m->rate_max;

Completed in 428 milliseconds

1234567891011