Home
last modified time | relevance | path

Searched refs:asindex (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.h238 int asindex; /* Index within association. */ member
H A Dhdaa.c1935 if (as->dacs[ch->asindex][j] != ch->io[i]) in hdaa_audio_setup()
4116 devinfo->chans[free].asindex = i; in hdaa_audio_bind_as()
5297 if (as[ch->as].dacs[ch->asindex][i] <= 0) in hdaa_pcmchannel_setup()
5301 if (ch->io[j] == as[ch->as].dacs[ch->asindex][i]) in hdaa_pcmchannel_setup()
5307 w = hdaa_widget_get(devinfo, as[ch->as].dacs[ch->asindex][i]); in hdaa_pcmchannel_setup()
5325 ch->io[ret++] = as[ch->as].dacs[ch->asindex][i]; in hdaa_pcmchannel_setup()