Searched refs:snd_soc_of_get_slot_mask (Results 1 – 3 of 3) sorted by relevance
/linux/sound/soc/meson/ |
H A D | axg-card.c | 174 snd_soc_of_get_slot_mask(node, propname, &be->tx_mask[i]); in axg_card_parse_cpu_tdm_slots() 184 snd_soc_of_get_slot_mask(node, propname, &be->rx_mask[i]); in axg_card_parse_cpu_tdm_slots() 235 snd_soc_of_get_slot_mask(np, "dai-tdm-slot-rx-mask", in axg_card_parse_codecs_masks() 237 snd_soc_of_get_slot_mask(np, "dai-tdm-slot-tx-mask", in axg_card_parse_codecs_masks()
|
/linux/sound/soc/ |
H A D | soc-core.c | 3087 int snd_soc_of_get_slot_mask(struct device_node *np, in snd_soc_of_get_slot_mask() function 3104 EXPORT_SYMBOL_GPL(snd_soc_of_get_slot_mask); 3116 snd_soc_of_get_slot_mask(np, "dai-tdm-slot-tx-mask", tx_mask); in snd_soc_of_parse_tdm_slot() 3118 snd_soc_of_get_slot_mask(np, "dai-tdm-slot-rx-mask", rx_mask); in snd_soc_of_parse_tdm_slot()
|
/linux/include/sound/ |
H A D | soc.h | 1364 int snd_soc_of_get_slot_mask(struct device_node *np,
|