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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/
H A Dsscape.c147 int ic_type; member in struct:soundscape
526 sscape_write(s, GA_DMAA_REG, (s->ic_type == IC_OPUS ? 0x40 : 0x70));
730 s->ic_type = IC_ODIE;
732 s->ic_type = IC_OPUS;
749 if (s->ic_type == IC_OPUS)
866 if (sscape->ic_type != IC_OPUS)
1045 dma_cfg = (sscape->ic_type == IC_OPUS ? 0x40 : 0x70);

Completed in 96 milliseconds