Symbol: SNDRV_DEFAULT_ENABLE
include/sound/initval.h
31
#define SNDRV_DEFAULT_ENABLE_ISAPNP SNDRV_DEFAULT_ENABLE
sound/drivers/mpu401/mpu401.c
23
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/drivers/serial-u16550.c
57
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/isa/ad1848/ad1848.c
28
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/isa/adlib.c
22
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE;
sound/isa/als100.c
32
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/isa/cs423x/cs4231.c
29
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/isa/es1688/es1688.c
36
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/isa/galaxy/galaxy.c
25
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE;
sound/isa/gus/gusclassic.c
29
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/isa/gus/gusextreme.c
33
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/isa/gus/gusmax.c
27
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/isa/sb/jazz16.c
32
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/isa/sb/sb8.c
24
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/isa/sc6000.c
35
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/isa/wavefront/wavefront.c
27
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/pci/korg1212/korg1212.c
392
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */
sound/pci/riptide/riptide.c
111
static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE;