• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/

Lines Matching refs:init

28 #include <linux/init.h>
122 This init module should work with SBPRO+MSS, when one of the two is
176 - Added the code to request_region at device init (should go in
183 - Moved the sb init routine from the attach to the very first
202 - attached all the init routines.
214 - Rewritten the init interface-routines to initialize the AEDSP16 in
234 - All data and funcs moved to .*.init section.
451 int init; /* Initialization status of the card */
1086 if (ae_config.init & INIT_MSS) {
1097 printk("Audio Excel DSP 16 init v%s (%s %s) [",
1102 if (ae_config.init & INIT_MPU401) {
1104 if ((ae_config.init & INIT_MSS) ||
1105 (ae_config.init & INIT_SBPRO))
1111 if (ae_config.init & INIT_SBPRO) {
1113 if (ae_config.init & INIT_MSS)
1119 if (ae_config.init & INIT_MSS)
1135 * If the card is already init'ed MSS, we can not init it to SBPRO too
1138 if (ae_config.init & INIT_MSS)
1140 if (ae_config.init & INIT_SBPRO)
1143 ae_config.init |= INIT_SBPRO;
1154 ae_config.init &= ~INIT_SBPRO;
1164 * If the card is already init'ed SBPRO, we can not init it to MSS too
1167 if (ae_config.init & INIT_SBPRO)
1169 if (ae_config.init & INIT_MSS)
1175 if (!(ae_config.init & INIT_MPU401)) {
1184 ae_config.init |= INIT_MSS;
1195 if ((!(ae_config.init & INIT_MPU401)) &&
1196 (ae_config.init & INIT_MSS)) {
1201 ae_config.init &= ~INIT_MSS;
1209 if (ae_config.init & INIT_MPU401)
1216 if (!(ae_config.init & (INIT_MSS | INIT_SBPRO))) {
1225 ae_config.init |= INIT_MPU401;
1236 if ((!(ae_config.init & (INIT_MSS | INIT_SBPRO))) &&
1237 (ae_config.init & INIT_MPU401)) {
1242 ae_config.init &= ~INIT_MPU401;
1271 * In the sequence of init routines, the MSS init MUST be the last!
1323 printk("Audio Excel DSP 16 init driver Copyright (C) Riccardo Facchetti 1995-98\n");