Searched refs:aux_node (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/sound/fdt/ |
H A D | audio_soc.c | 161 struct audio_soc_aux_node *aux_node; in audio_soc_chan_setspeed() local 174 SLIST_FOREACH(aux_node, &sc->aux_devs, link) { in audio_soc_chan_setspeed() 175 if (AUDIO_DAI_SET_SYSCLK(aux_node->dev, rate, AUDIO_DAI_CLOCK_OUT)) in audio_soc_chan_setspeed() 185 SLIST_FOREACH(aux_node, &sc->aux_devs, link) { in audio_soc_chan_setspeed() 186 AUDIO_DAI_SET_CHANSPEED(aux_node->dev, speed); in audio_soc_chan_setspeed() 231 struct audio_soc_aux_node *aux_node; in audio_soc_chan_trigger() local 236 SLIST_FOREACH(aux_node, &sc->aux_devs, link) { in audio_soc_chan_trigger() 237 AUDIO_DAI_TRIGGER(aux_node->dev, go, ausoc_chan->dir); in audio_soc_chan_trigger() 322 struct audio_soc_aux_node *aux_node; in audio_soc_init() local 370 aux_node = malloc(sizeof(*aux_node), M_DEVBUF, M_NOWAIT); in audio_soc_init() [all …]
|