Searched refs:slot_multiple (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-utils-test.c | 18 u8 slot_multiple; member 21 /* rate fmt channels tdm_width tdm_slots slot_multiple bclk */ 122 unsigned int slot_multiple, in test_tdm_params_to_bclk_one() 136 got_bclk = snd_soc_tdm_params_to_bclk(¶ms, tdm_width, tdm_slots, slot_multiple); in test_tdm_params_to_bclk_one() 139 rate, params_width(¶ms), channels, tdm_width, tdm_slots, slot_multiple, in test_tdm_params_to_bclk_one() 155 tdm_params_to_bclk_cases[i].slot_multiple, in test_tdm_params_to_bclk() 158 if (tdm_params_to_bclk_cases[i].slot_multiple > 0) in test_tdm_params_to_bclk() 207 tdm_params_to_bclk_cases[i].slot_multiple) in test_snd_soc_params_to_bclk() 118 test_tdm_params_to_bclk_one(struct kunit *test, unsigned int rate, snd_pcm_format_t fmt, unsigned int channels, unsigned int tdm_width, unsigned int tdm_slots, unsigned int slot_multiple, unsigned int expected_bclk) test_tdm_params_to_bclk_one() argument
|
H A D | soc-utils.c | 66 * If slot_multiple > 1 the slot count (or params_channels() if tdm_slots == 0) 67 * will be rounded up to a multiple of slot_multiple. This is mainly useful for 71 * If tdm_width == 0 && tdm_slots == 0 && slot_multiple < 2, this is equivalent 77 * @slot_multiple: If >1 roundup slot count to a multiple of this value. 83 int tdm_width, int tdm_slots, int slot_multiple) in snd_soc_tdm_params_to_bclk() 88 if (slot_multiple > 1) in snd_soc_tdm_params_to_bclk() 89 tdm_slots = roundup(tdm_slots, slot_multiple); in snd_soc_tdm_params_to_bclk() 82 snd_soc_tdm_params_to_bclk(struct snd_pcm_hw_params *params, int tdm_width, int tdm_slots, int slot_multiple) snd_soc_tdm_params_to_bclk() argument
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | cs35l45.c | 539 unsigned int asp_width, asp_wl, global_fs, slot_multiple, asp_fmt; in cs35l45_asp_hw_params() local 597 slot_multiple = 2; in cs35l45_asp_hw_params() 599 slot_multiple = 1; in cs35l45_asp_hw_params() 602 cs35l45->slot_count, slot_multiple); in cs35l45_asp_hw_params()
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | soc.h | 518 int tdm_width, int tdm_slots, int slot_multiple);
|
Completed in 6 milliseconds