Searched refs:DAC_RUNNING (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Di810_audio.c137 #define DAC_RUNNING 2 macro
789 dmabuf->enable &= ~DAC_RUNNING;
817 dmabuf->enable |= DAC_RUNNING;
910 if(dmabuf->enable & DAC_RUNNING)
1095 if (dmabuf->enable == DAC_RUNNING) {
1250 if(dmabuf->enable & DAC_RUNNING) {
1291 if(dmabuf->enable & DAC_RUNNING)
1301 if (dmabuf->enable & DAC_RUNNING)
1368 if (dmabuf->enable & DAC_RUNNING)
1655 if (dmabuf->enable & DAC_RUNNING ||
[all...]
H A Dali5455.c88 #define DAC_RUNNING 2 macro
796 dmabuf->enable &= ~DAC_RUNNING;
821 dmabuf->enable |= DAC_RUNNING;
975 if (dmabuf->enable & DAC_RUNNING)
1164 if (dmabuf->enable == DAC_RUNNING) {
1451 if (dmabuf->enable & DAC_RUNNING) {
1476 if (dmabuf->enable & DAC_RUNNING)
1487 if (dmabuf->enable & DAC_RUNNING)
1494 if (dmabuf->enable & DAC_RUNNING)
1510 if (dmabuf->enable & DAC_RUNNING)
[all...]
H A Dtrident.h75 #define DAC_RUNNING 0x01 macro
H A Dmaestro3.c172 #define DAC_RUNNING 1 macro
648 if (! (s->enable & DAC_RUNNING))
656 s->enable &= ~DAC_RUNNING;
669 (s->enable & DAC_RUNNING))
674 s->enable |= DAC_RUNNING;
1732 if ((file->f_mode & FMODE_WRITE) && (s->enable & DAC_RUNNING))
1759 if (!(s->enable & DAC_RUNNING) && (val = prog_dmabuf(s, 0)) != 0)
H A Dcs46xx.c109 #define DAC_RUNNING 2 macro
1009 if ( (!(dmabuf->enable & DAC_RUNNING)) &&
1020 if(dmabuf->enable & DAC_RUNNING)
1108 dmabuf->enable &= ~DAC_RUNNING;
1135 if (!(dmabuf->enable & DAC_RUNNING) &&
1140 dmabuf->enable |= DAC_RUNNING;
1577 if (dmabuf->enable & DAC_RUNNING) {
2901 if(dmabuf->enable & DAC_RUNNING)
H A Dmaestro.c301 #define DAC_RUNNING 1 macro
1271 if (! (s->enable & DAC_RUNNING)) return;
1273 s->enable &= ~DAC_RUNNING;
1282 (! (s->enable & DAC_RUNNING)) ) {
1284 s->enable |= DAC_RUNNING;
2612 if ((file->f_mode & FMODE_WRITE) && (s->enable & DAC_RUNNING))
H A Dtrident.c1162 dmabuf->enable &= ~DAC_RUNNING;
1192 dmabuf->enable |= DAC_RUNNING;
1501 if (dmabuf->enable == DAC_RUNNING) {

Completed in 108 milliseconds