Home
last modified time | relevance | path

Searched refs:bits_per_sample (Results 1 – 15 of 15) sorted by relevance

/u-boot/test/dm/
A Daudio.c18 int interface, rate, mclk_freq, bits_per_sample; in dm_test_audio() local
26 &bits_per_sample, &channels); in dm_test_audio()
30 ut_asserteq(4, bits_per_sample); in dm_test_audio()
/u-boot/drivers/sound/
A Dmax98090.c31 unsigned int bits_per_sample) in max98090_hw_params() argument
36 switch (bits_per_sample) { in max98090_hw_params()
45 __func__, bits_per_sample); in max98090_hw_params()
305 int mclk_freq, int bits_per_sample) in max98090_do_init() argument
321 ret = max98090_hw_params(priv, sampling_rate, bits_per_sample); in max98090_do_init()
333 int mclk_freq, int bits_per_sample, in max98090_set_params() argument
338 return max98090_do_init(priv, rate, mclk_freq, bits_per_sample); in max98090_set_params()
A Dcodec-uclass.c14 int mclk_freq, int bits_per_sample, uint channels) in audio_codec_set_params() argument
21 return ops->set_params(dev, interface, rate, mclk_freq, bits_per_sample, in audio_codec_set_params()
A Dmax98088.c60 unsigned int bits_per_sample) in max98088_hw_params() argument
65 switch (bits_per_sample) { in max98088_hw_params()
76 __func__, bits_per_sample); in max98088_hw_params()
358 int mclk_freq, int bits_per_sample) in max98088_do_init() argument
374 ret = max98088_hw_params(priv, sampling_rate, bits_per_sample); in max98088_do_init()
386 int mclk_freq, int bits_per_sample, in max98088_set_params() argument
391 return max98088_do_init(priv, rate, mclk_freq, bits_per_sample); in max98088_set_params()
A Dmax98095.c60 unsigned int rate, unsigned int bits_per_sample) in max98095_hw_params() argument
78 switch (bits_per_sample) { in max98095_hw_params()
88 __func__, bits_per_sample); in max98095_hw_params()
396 int bits_per_sample) in max98095_do_init() argument
413 bits_per_sample); in max98095_do_init()
426 int mclk_freq, int bits_per_sample, in max98095_set_params() argument
432 bits_per_sample); in max98095_set_params()
A Drt5677.c170 static int rt5677_hw_params(struct rt5677_priv *priv, uint bits_per_sample) in rt5677_hw_params() argument
174 switch (bits_per_sample) { in rt5677_hw_params()
184 log_err("Illegal bits per sample %d\n", bits_per_sample); in rt5677_hw_params()
288 int mclk_freq, int bits_per_sample, in rt5677_set_params() argument
299 ret = rt5677_hw_params(priv, bits_per_sample); in rt5677_set_params()
A Dsandbox.c20 int bits_per_sample; member
47 *bits_per_samplep = priv->bits_per_sample; in sandbox_get_codec_params()
102 int bits_per_sample, uint channels) in sandbox_codec_set_params() argument
109 priv->bits_per_sample = bits_per_sample; in sandbox_codec_set_params()
A Dwm8994.h67 int bits_per_sample, unsigned int channels);
A Dwm8994.c280 uint sampling_rate, uint bits_per_sample, in wm8994_hw_params() argument
314 switch (bits_per_sample) { in wm8994_hw_params()
815 int mclk_freq, int bits_per_sample, in _wm8994_init() argument
832 ret = wm8994_hw_params(priv, aif_id, sampling_rate, bits_per_sample, in _wm8994_init()
845 int mclk_freq, int bits_per_sample, uint channels) in wm8994_set_params() argument
849 return _wm8994_init(priv, interface, rate, mclk_freq, bits_per_sample, in wm8994_set_params()
A Dtegra_ahub.c143 uint bits_per_sample, uint fifo_threshold) in tegra_ahub_get_cif() argument
145 uint audio_bits = (bits_per_sample >> 2) - 1; in tegra_ahub_get_cif()
A Dmax98095.h314 int sampling_rate, int mclk_freq, int bits_per_sample);
A Dmax98090.h657 int bits_per_sample);
660 uint bits_per_sample);
/u-boot/include/
A Daudio_codec.h31 int mclk_freq, int bits_per_sample, uint channels);
48 int mclk_freq, int bits_per_sample, uint channels);
/u-boot/arch/x86/lib/
A Dacpi_nhlt.c126 wave->bits_per_sample = container_bits_per_sample; in nhlt_add_format()
135 wave->block_align = wave->num_channels * wave->bits_per_sample / 8; in nhlt_add_format()
214 sz += sizeof(fmt->waveform.bits_per_sample); in calc_format_size()
333 ser16(cur, wave->bits_per_sample); in serialise_waveform()
/u-boot/arch/x86/include/asm/
A Dacpi_nhlt.h227 u16 bits_per_sample; member

Completed in 660 milliseconds