# 18 Apr 1998, Michael Elizabeth Chastain, # More hacking for modularisation. # # Prompt user for primary drivers. config SOUND_BCM_CS4297A tristate "Crystal Sound CS4297a (for Swarm)" depends on SIBYTE_SWARM help The BCM91250A has a Crystal CS4297a on synchronous serial port B (in addition to the DB-9 serial port). Say Y or M here to enable the sound chip instead of the UART. Also note that CONFIG_KGDB should not be enabled at the same time, since it also attempts to use this UART port. config SOUND_MSNDCLAS tristate "Support for Turtle Beach MultiSound Classic, Tahiti, Monterey" depends on (m || !STANDALONE) && ISA help Say M here if you have a Turtle Beach MultiSound Classic, Tahiti or Monterey (not for the Pinnacle or Fiji). See for important information about this driver. Note that it has been discontinued, but the Voyetra Turtle Beach knowledge base entry for it is still available at . comment "Compiled-in MSND Classic support requires firmware during compilation." depends on SOUND_PRIME && SOUND_MSNDCLAS=y config MSNDCLAS_HAVE_BOOT bool depends on SOUND_MSNDCLAS=y && !STANDALONE default y config MSNDCLAS_INIT_FILE string "Full pathname of MSNDINIT.BIN firmware file" depends on SOUND_MSNDCLAS default "/etc/sound/msndinit.bin" help The MultiSound cards have two firmware files which are required for operation, and are not currently included. These files can be obtained from Turtle Beach. See for information on how to obtain this. config MSNDCLAS_PERM_FILE string "Full pathname of MSNDPERM.BIN firmware file" depends on SOUND_MSNDCLAS default "/etc/sound/msndperm.bin" help The MultiSound cards have two firmware files which are required for operation, and are not currently included. These files can be obtained from Turtle Beach. See for information on how to obtain this. config MSNDCLAS_IRQ int "MSND Classic IRQ 5, 7, 9, 10, 11, 12" depends on SOUND_MSNDCLAS=y default "5" help Interrupt Request line for the MultiSound Classic and related cards. config MSNDCLAS_MEM hex "MSND Classic memory B0000, C8000, D0000, D8000, E0000, E8000" depends on SOUND_MSNDCLAS=y default "D0000" help Memory-mapped I/O base address for the MultiSound Classic and related cards. config MSNDCLAS_IO hex "MSND Classic I/O 210, 220, 230, 240, 250, 260, 290, 3E0" depends on SOUND_MSNDCLAS=y default "290" help I/O port address for the MultiSound Classic and related cards. config SOUND_MSNDPIN tristate "Support for Turtle Beach MultiSound Pinnacle, Fiji" depends on (m || !STANDALONE) && ISA help Say M here if you have a Turtle Beach MultiSound Pinnacle or Fiji. See for important information about this driver. Note that it has been discontinued, but the Voyetra Turtle Beach knowledge base entry for it is still available at . comment "Compiled-in MSND Pinnacle support requires firmware during compilation." depends on SOUND_PRIME && SOUND_MSNDPIN=y config MSNDPIN_HAVE_BOOT bool depends on SOUND_MSNDPIN=y default y config MSNDPIN_INIT_FILE string "Full pathname of PNDSPINI.BIN firmware file" depends on SOUND_MSNDPIN default "/etc/sound/pndspini.bin" help The MultiSound cards have two firmware files which are required for operation, and are not currently included. These files can be obtained from Turtle Beach. See for information on how to obtain this. config MSNDPIN_PERM_FILE string "Full pathname of PNDSPERM.BIN firmware file" depends on SOUND_MSNDPIN default "/etc/sound/pndsperm.bin" help The MultiSound cards have two firmware files which are required for operation, and are not currently included. These files can be obtained from Turtle Beach. See for information on how to obtain this. config MSNDPIN_IRQ int "MSND Pinnacle IRQ 5, 7, 9, 10, 11, 12" depends on SOUND_MSNDPIN=y default "5" help Interrupt request line for the primary synthesizer on MultiSound Pinnacle and Fiji sound cards. config MSNDPIN_MEM hex "MSND Pinnacle memory B0000, C8000, D0000, D8000, E0000, E8000" depends on SOUND_MSNDPIN=y default "D0000" help Memory-mapped I/O base address for the primary synthesizer on MultiSound Pinnacle and Fiji sound cards. config MSNDPIN_IO hex "MSND Pinnacle I/O 210, 220, 230, 240, 250, 260, 290, 3E0" depends on SOUND_MSNDPIN=y default "290" help Memory-mapped I/O base address for the primary synthesizer on MultiSound Pinnacle and Fiji sound cards. config MSNDPIN_DIGITAL bool "MSND Pinnacle has S/PDIF I/O" depends on SOUND_MSNDPIN=y help If you have the S/PDIF daughter board for the Pinnacle or Fiji, answer Y here; otherwise, say N. If you have this, you will be able to play and record from the S/PDIF port (digital signal). See for information on how to make use of this capability. config MSNDPIN_NONPNP bool "MSND Pinnacle non-PnP Mode" depends on SOUND_MSNDPIN=y help The Pinnacle and Fiji card resources can be configured either with PnP, or through a configuration port. Say Y here if your card is NOT in PnP mode. For the
<div class="content">
    <i class="fa fa-arrow-left fa-1x" aria-hidden="true" style="color: #999;cursor:pointer" ng-click="goBack()">Back</i>
    <h3>Detail</h3>
    <hr/>
    <div style="display:flex;flex-direction:row">
        <div>
            <h4>{{taskDetailData.name}}</h4>
            <div style="margin-top:5px;">{{taskDetailData.time}}</div>
        </div>
        <div class="progree-parent" ng-show="taskDetailData.status!=2" style="margin-top:34px;margin-left:30px;">
            <div class="progree-child" ng-style="{'width':taskDetailData.stausWidth}">
            </div>

        </div>
        <div class="progree-parent" ng-show="taskDetailData.status==2" style="background-color:red;margin-top:34px;margin-left:30px;">
            <div class="progree-child" style="width:0">
            </div>
        </div>
        <i class="fa fa-check" aria-hidden="true" style="margin-top:34px;margin-left:5px;color: #2ecc71;" ng-show="taskDetailData.status==1">finish</i>
        <i class="fa fa-spinner" aria-hidden="true" style="margin-top:34px;margin-left:5px;color: #2ecc71;" ng-show="taskDetailData.status==0">runing</i>
        <i class="fa fa-exclamation-triangle" aria-hidden="true" style="margin-top:34px;margin-left:5px;color: red;" ng-show="taskDetailData.status==2">failed</i>
    </div>

    <div style="margin-top:5px;">Environment : {{displayEnv.name}} </div>
    <div ng-show="taskDetailData.case_name!=false" style="margin-top:5px;margin-bottom:5px;"> Name : {{taskDetailData.case_name}}</div>
    <textarea ng-model="taskDetailData.content" spellcheck="false">

    </textarea>

    <div style="text-align:center;margin-top:20px;">
        <button class="btn btn-default" ng-click="createTask(name)" ng-show="">Run</button>
    </div>
</div>


<style>
    input {
        border-radius: 10px;
        border: 1px solid #eeeeee;
        width: 100%;
    }

    select {
        height: 30px;
        border-radius: 5px;
        border: 1