Searched refs:sample_rate (Results 1 - 25 of 158) sorted by relevance

1234567

/linux-master/drivers/gpu/drm/tegra/
H A Dhda.h12 unsigned int sample_rate; member in struct:tegra_hda_format
H A Dhda.c22 fmt->sample_rate = 44100;
24 fmt->sample_rate = 48000;
29 fmt->sample_rate *= (mul + 1) / (div + 1);
/linux-master/include/net/
H A Dpsample.h39 u32 sample_rate, const struct psample_metadata *md);
44 struct sk_buff *skb, u32 sample_rate,
43 psample_sample_packet(struct psample_group *group, struct sk_buff *skb, u32 sample_rate, const struct psample_metadata *md) argument
/linux-master/sound/pci/echoaudio/
H A Ddarla24_dsp.c143 chip->sample_rate = rate;
149 chip->comm_page->sample_rate = cpu_to_le32(rate); /* ignored by the DSP ? */
163 return set_sample_rate(chip, chip->sample_rate);
H A Dlayla24_dsp.c173 chip->comm_page->sample_rate = cpu_to_le32(rate);
174 chip->sample_rate = rate;
233 chip->comm_page->sample_rate =
242 chip->comm_page->sample_rate = cpu_to_le32(rate); /* ignored by the DSP ? */
243 chip->sample_rate = rate;
265 return set_sample_rate(chip, chip->sample_rate);
360 chip->sample_rate = 48000;
H A Ddarla20_dsp.c117 chip->comm_page->sample_rate = cpu_to_le32(rate);
127 chip->sample_rate = rate;
H A Dindigoio_dsp.c97 chip->sample_rate = rate;
98 chip->comm_page->sample_rate = cpu_to_le32(rate);
H A Dgina24_dsp.c177 chip->comm_page->sample_rate = cpu_to_le32(rate);
178 chip->sample_rate = rate;
227 chip->comm_page->sample_rate = cpu_to_le32(rate); /* ignored by the DSP */
228 chip->sample_rate = rate;
249 return set_sample_rate(chip, chip->sample_rate);
311 chip->sample_rate = 48000;
H A Dechoaudio_3g.c183 control_reg = set_spdif_bits(chip, control_reg, chip->sample_rate);
267 chip->comm_page->sample_rate = cpu_to_le32(rate);
268 chip->sample_rate = rate;
316 chip->comm_page->sample_rate = cpu_to_le32(rate); /* ignored by the DSP */
317 chip->sample_rate = rate;
341 return set_sample_rate(chip, chip->sample_rate);
402 chip->sample_rate = 48000;
H A Dlayla20_dsp.c171 chip->comm_page->sample_rate = cpu_to_le32(rate);
172 chip->sample_rate = rate;
180 chip->sample_rate = rate;
181 chip->comm_page->sample_rate = cpu_to_le32(rate);
196 rate = chip->sample_rate;
H A Dgina20_dsp.c133 chip->comm_page->sample_rate = cpu_to_le32(rate);
143 chip->sample_rate = rate;
159 set_sample_rate(chip, chip->sample_rate);
/linux-master/drivers/iio/adc/
H A Dmcp3422.c111 u8 sample_rate = MCP3422_SAMPLE_RATE(adc->config); local
115 if (sample_rate == MCP3422_SRATE_3) {
125 *value = sign_extend32(temp, mcp3422_sign_extend[sample_rate]);
167 u8 sample_rate = MCP3422_SAMPLE_RATE(adc->config); local
180 *val2 = mcp3422_scales[sample_rate][pga];
202 u8 sample_rate = MCP3422_SAMPLE_RATE(config); local
211 if (val2 == mcp3422_scales[sample_rate][i]) {
286 u8 sample_rate = MCP3422_SAMPLE_RATE(adc->config); local
289 mcp3422_scales[sample_rate][0],
290 mcp3422_scales[sample_rate][
[all...]
/linux-master/sound/soc/codecs/
H A Dcs42l42.h40 u32 sample_rate; member in struct:cs42l42_private
69 unsigned int clk, unsigned int sample_rate);
70 void cs42l42_src_config(struct snd_soc_component *component, unsigned int sample_rate);
/linux-master/include/drm/i2c/
H A Dtda998x.h18 unsigned sample_rate; member in struct:tda998x_audio_params
/linux-master/sound/usb/usx2y/
H A Dusb_stream.h38 unsigned int sample_rate,
/linux-master/include/uapi/sound/
H A Dusb_stream.h22 unsigned sample_rate; member in struct:usb_stream_config
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6afe.h163 u32 sample_rate; member in struct:q6afe_hdmi_cfg
168 u32 sample_rate; member in struct:q6afe_slim_cfg
176 u32 sample_rate; member in struct:q6afe_i2s_cfg
186 u32 sample_rate; member in struct:q6afe_tdm_cfg
199 u16 sample_rate; member in struct:q6afe_cdc_dma_cfg
H A Dq6asm.h38 u32 sample_rate; member in struct:q6asm_flac_cfg
53 u32 sample_rate; member in struct:q6asm_wma_cfg
74 u32 sample_rate; member in struct:q6asm_alac_cfg
87 u32 sample_rate; member in struct:q6asm_ape_cfg
/linux-master/sound/pci/pcxhr/
H A Dpcxhr_mix22.h20 int *sample_rate);
/linux-master/sound/soc/sprd/
H A Dsprd-pcm-dma.h28 u32 sample_rate; member in struct:sprd_compr_params
/linux-master/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-msg-format.h25 u32 sample_rate; /* Sample rate */ member in struct:mmal_audio_format
/linux-master/include/sound/
H A Ddesignware_i2s.h16 * @sample_rate: sampling frequency (8Khz, 16Khz, 32Khz, 44Khz, 48Khz)
21 u32 sample_rate; member in struct:i2s_clk_config_data
/linux-master/sound/soc/samsung/
H A Dtobermory.c15 static int sample_rate = 44100; variable
36 sample_rate * 512);
42 sample_rate * 512,
103 sample_rate = params_rate(params);
H A Dlittlemill.c15 static int sample_rate = 44100; variable
40 sample_rate * 512);
48 sample_rate * 512,
111 sample_rate = params_rate(params);
115 sample_rate * 512);
123 sample_rate * 512,
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c18 int sample_rate; member in struct:__anon4660
26 .sample_rate = 500,
69 args.sample_rate = strtol(arg, NULL, 10);
70 if (args.sample_rate < 0) {
152 skel->rodata->wakeup_data_size = args.sample_rate * 16;
407 attr.sample_period = args.sample_rate;
408 attr.wakeup_events = args.sample_rate;
414 if (args.sample_rate > args.batch_cnt) {
416 args.sample_rate, args.batch_cnt);

Completed in 189 milliseconds

1234567