• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/au88x0/

Lines Matching defs:en

133 vortex_mix_setenablebit(vortex_t * vortex, unsigned char mix, int mixin, int en)
143 if (en)
393 vortex_src_set_throttlesource(vortex_t * vortex, unsigned char src, int en)
398 if (en)
651 static void vortex_fifo_setadbvalid(vortex_t * vortex, int fifo, int en)
655 0xffffffef) | ((1 & en) << 4) | FIFO_U1);
752 static void vortex_fifo_setwtvalid(vortex_t * vortex, int fifo, int en)
756 0xffffffef) | ((en & 1) << 4) | FIFO_U1);
1536 vortex_route(vortex_t * vortex, int en, unsigned char channel,
1542 if (en) {
1567 vortex_routeLRT(vortex_t * vortex, int en, unsigned char ch,
1579 if (en) {
1616 vortex_connection_adbdma_src(vortex_t * vortex, int en, unsigned char ch,
1619 vortex_route(vortex, en, ch, ADB_DMA(adbdma), ADB_SRCIN(src));
1624 vortex_connection_src_mixin(vortex_t * vortex, int en,
1628 vortex_route(vortex, en, channel, ADB_SRCOUT(src), ADB_MIXIN(mixin));
1633 vortex_connection_mixin_mix(vortex_t * vortex, int en, unsigned char mixin,
1636 if (en) {
1645 vortex_connection_adb_mixin(vortex_t * vortex, int en,
1649 vortex_route(vortex, en, channel, source, ADB_MIXIN(mixin));
1653 vortex_connection_src_adbdma(vortex_t * vortex, int en, unsigned char ch,
1656 vortex_route(vortex, en, ch, ADB_SRCOUT(src), ADB_DMA(adbdma));
1660 vortex_connection_src_src_adbdma(vortex_t * vortex, int en,
1665 vortex_routeLRT(vortex, en, ch, ADB_SRCOUT(src0), ADB_SRCOUT(src1),
1671 vortex_connection_mix_adb(vortex_t * vortex, int en, unsigned char ch,
1674 vortex_route(vortex, en, ch, ADB_MIXOUT(mix), dest);
1680 vortex_connection_mix_src(vortex_t * vortex, int en, unsigned char ch,
1683 vortex_route(vortex, en, ch, ADB_MIXOUT(mix), ADB_SRCIN(src));
1691 vortex_connect_codecplay(vortex_t * vortex, int en, unsigned char mixers[])
1694 vortex_connection_mix_adb(vortex, en, 0x11, mixers[0], ADB_CODECOUT(0));
1695 vortex_connection_mix_adb(vortex, en, 0x11, mixers[1], ADB_CODECOUT(1));
1698 vortex_connection_mix_adb(vortex, en, 0x11, mixers[0], ADB_EQIN(0));
1699 vortex_connection_mix_adb(vortex, en, 0x11, mixers[1], ADB_EQIN(1));
1703 vortex_route(vortex, en, 0x11, ADB_EQOUT(0), ADB_CODECOUT(0));
1704 vortex_route(vortex, en, 0x11, ADB_EQOUT(1), ADB_CODECOUT(1));
1709 vortex_connection_mix_adb(vortex, en, 0x11, mixers[2],
1711 vortex_connection_mix_adb(vortex, en, 0x11, mixers[3],
1719 vortex_connect_codecrec(vortex_t * vortex, int en, unsigned char mixin0,
1728 vortex_connection_adb_mixin(vortex, en, 0x11, ADB_CODECIN(0), mixin0);
1729 vortex_connection_adb_mixin(vortex, en, 0x11, ADB_CODECIN(1), mixin1);
1786 static void vortex_connect_default(vortex_t * vortex, int en)
1789 vortex->mixplayb[0] = vortex_adb_checkinout(vortex, vortex->fixed_res, en,
1791 vortex->mixplayb[1] = vortex_adb_checkinout(vortex, vortex->fixed_res, en,
1794 vortex->mixplayb[2] = vortex_adb_checkinout(vortex, vortex->fixed_res, en,
1796 vortex->mixplayb[3] = vortex_adb_checkinout(vortex, vortex->fixed_res, en,
1799 vortex_connect_codecplay(vortex, en, vortex->mixplayb);
1801 vortex->mixcapt[0] = vortex_adb_checkinout(vortex, vortex->fixed_res, en,
1803 vortex->mixcapt[1] = vortex_adb_checkinout(vortex, vortex->fixed_res, en,
1805 vortex_connect_codecrec(vortex, en, MIX_CAPT(0), MIX_CAPT(1));
1809 vortex->mixspdif[0] = vortex_adb_checkinout(vortex, vortex->fixed_res, en,
1811 vortex->mixspdif[1] = vortex_adb_checkinout(vortex, vortex->fixed_res, en,
1813 vortex_connection_mix_adb(vortex, en, 0x14, vortex->mixspdif[0],
1815 vortex_connection_mix_adb(vortex, en, 0x14, vortex->mixspdif[1],
1820 vortex_wt_connect(vortex, en);
1824 vortex_Vort3D_connect(vortex, en);
1847 int i, en;
1854 en = 0;
1856 vortex->dma_adb[dma].resources, en,
1859 en = 1;
1861 vortex_adb_checkinout(vortex, NULL, en,
1881 stream->resources, en,
1891 en,
1905 stream->resources, en,
1914 vortex_Vort3D_InitializeSource(&(vortex->a3d[a3d]), en);
1917 if ((stream->type == VORTEX_PCM_SPDIF) && (en)) {
1929 vortex_connection_adbdma_src(vortex, en,
1933 vortex_connection_src_mixin(vortex, en,
1936 vortex_connection_mixin_mix(vortex, en,
1940 vortex_connection_mixin_mix(vortex, en,
1951 vortex_connection_adbdma_src(vortex, en,
1955 vortex_route(vortex, en, 0x11, ADB_SRCOUT(src[i]), ADB_A3DIN(a3d));
1957 //vortex_route(vortex, en, 0x11, dma, ADB_XTALKIN(i?9:4));
1958 //vortex_route(vortex, en, 0x11, ADB_SRCOUT(src[i]), ADB_XTALKIN(i?4:9));
1961 vortex_route(vortex, en, 0x14,
1969 vortex_connection_mixin_mix(vortex, en,
1973 vortex_connection_mixin_mix(vortex, en,
1987 vortex_route(vortex, en, 0x14,
1992 if ((stream->type == VORTEX_PCM_SPDIF) && (!en)) {
2009 stream->resources, en,
2019 stream->resources, en,
2029 vortex_connection_mixin_mix(vortex, en, MIX_CAPT(0), mix[0], 0);
2030 vortex_connection_mix_src(vortex, en, 0x11, mix[0], src[0]);
2032 vortex_connection_mixin_mix(vortex, en,
2034 vortex_connection_src_adbdma(vortex, en,
2038 vortex_connection_mixin_mix(vortex, en,
2040 vortex_connection_mix_src(vortex, en, 0x11, mix[1],
2042 vortex_connection_src_src_adbdma(vortex, en,