Home
last modified time | relevance | path

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

/drivers/sound/
A Dmax98090.c30 unsigned int bits_per_sample) in max98090_hw_params() argument
35 switch (bits_per_sample) { in max98090_hw_params()
44 __func__, bits_per_sample); in max98090_hw_params()
304 int mclk_freq, int bits_per_sample) in max98090_do_init() argument
320 ret = max98090_hw_params(priv, sampling_rate, bits_per_sample); in max98090_do_init()
332 int mclk_freq, int bits_per_sample, in max98090_set_params() argument
337 return max98090_do_init(priv, rate, mclk_freq, bits_per_sample); in max98090_set_params()
A Dmax98088.c59 unsigned int bits_per_sample) in max98088_hw_params() argument
64 switch (bits_per_sample) { in max98088_hw_params()
75 __func__, bits_per_sample); in max98088_hw_params()
357 int mclk_freq, int bits_per_sample) in max98088_do_init() argument
373 ret = max98088_hw_params(priv, sampling_rate, bits_per_sample); in max98088_do_init()
385 int mclk_freq, int bits_per_sample, in max98088_set_params() argument
390 return max98088_do_init(priv, rate, mclk_freq, bits_per_sample); in max98088_set_params()
A Dmax98095.c59 unsigned int rate, unsigned int bits_per_sample) in max98095_hw_params() argument
77 switch (bits_per_sample) { in max98095_hw_params()
87 __func__, bits_per_sample); in max98095_hw_params()
395 int bits_per_sample) in max98095_do_init() argument
412 bits_per_sample); in max98095_do_init()
425 int mclk_freq, int bits_per_sample, in max98095_set_params() argument
431 bits_per_sample); in max98095_set_params()
A Drt5677.c169 static int rt5677_hw_params(struct rt5677_priv *priv, uint bits_per_sample) in rt5677_hw_params() argument
173 switch (bits_per_sample) { in rt5677_hw_params()
183 log_err("Illegal bits per sample %d\n", bits_per_sample); in rt5677_hw_params()
287 int mclk_freq, int bits_per_sample, in rt5677_set_params() argument
298 ret = rt5677_hw_params(priv, bits_per_sample); in rt5677_set_params()
A Dsandbox.c19 int bits_per_sample; member
46 *bits_per_samplep = priv->bits_per_sample; in sandbox_get_codec_params()
101 int bits_per_sample, uint channels) in sandbox_codec_set_params() argument
108 priv->bits_per_sample = bits_per_sample; in sandbox_codec_set_params()
A Dcodec-uclass.c13 int mclk_freq, int bits_per_sample, uint channels) in audio_codec_set_params() argument
20 return ops->set_params(dev, interface, rate, mclk_freq, bits_per_sample, in audio_codec_set_params()
A Dwm8994.c279 uint sampling_rate, uint bits_per_sample, in wm8994_hw_params() argument
313 switch (bits_per_sample) { in wm8994_hw_params()
812 int mclk_freq, int bits_per_sample, in _wm8994_init() argument
829 ret = wm8994_hw_params(priv, aif_id, sampling_rate, bits_per_sample, in _wm8994_init()
842 int mclk_freq, int bits_per_sample, uint channels) in wm8994_set_params() argument
846 return _wm8994_init(priv, interface, rate, mclk_freq, bits_per_sample, in wm8994_set_params()
A Dwm8994.h67 int bits_per_sample, unsigned int channels);
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);

Completed in 28 milliseconds