Lines Matching full:pcm
40 #include <dev/sound/pcm/sound.h>
41 #include <dev/sound/pcm/ac97.h>
42 #include <dev/sound/pcm/vchan.h>
43 #include <dev/sound/pcm/dsp.h>
131 CHN_FOREACH(c, d, channels.pcm) {
176 if (!PCM_REGISTERED(d) || CHN_EMPTY(d, channels.pcm))
222 CHN_FOREACH(ch, d, channels.pcm) {
248 while (!CHN_EMPTY(d, channels.pcm)) {
249 ch = CHN_FIRST(d, channels.pcm);
472 CHN_INIT(d, channels.pcm);
473 CHN_INIT(d, channels.pcm.busy);
474 CHN_INIT(d, channels.pcm.opened);
611 * Iterate over PCM devices and their channels, gathering up data
633 CHN_FOREACH(c, d, channels.pcm) {
701 "pcm%d (n/a)", i);
780 pcm_devclass = devclass_create("pcm");