/sound/aoa/soundbus/i2sbus/ |
D | control.c | 46 i2sdev->enable = pmf_find_function(np, "enable"); in i2sbus_control_add_dev() 58 (!i2sdev->enable || in i2sbus_control_add_dev() 61 pmf_put_function(i2sdev->enable); in i2sbus_control_add_dev() 89 if (i2sdev->enable) in i2sbus_control_enable() 90 return pmf_call_one(i2sdev->enable, &args); in i2sbus_control_enable() 112 int enable) in i2sbus_control_cell() argument 117 switch (enable) { in i2sbus_control_cell() 136 if (enable) in i2sbus_control_cell() 142 if (enable) in i2sbus_control_cell() 155 int enable) in i2sbus_control_clock() argument [all …]
|
D | i2sbus.h | 80 struct pmf_function *enable, member 122 int enable); 125 int enable);
|
/sound/pci/hda/ |
D | hda_beep.c | 184 int snd_hda_enable_beep_device(struct hda_codec *codec, int enable) in snd_hda_enable_beep_device() argument 189 enable = !!enable; in snd_hda_enable_beep_device() 190 if (beep->enabled != enable) { in snd_hda_enable_beep_device() 191 beep->enabled = enable; in snd_hda_enable_beep_device() 192 if (!enable) in snd_hda_enable_beep_device() 278 int enable = 0; in snd_hda_mixer_amp_switch_put_beep() local 281 enable |= *valp; in snd_hda_mixer_amp_switch_put_beep() 285 enable |= *valp; in snd_hda_mixer_amp_switch_put_beep() 286 snd_hda_enable_beep_device(codec, enable); in snd_hda_mixer_amp_switch_put_beep()
|
/sound/soc/ |
D | soc-jack.c | 68 int enable; in snd_soc_jack_report() local 86 enable = pin->mask & jack->status; in snd_soc_jack_report() 89 enable = !enable; in snd_soc_jack_report() 91 if (enable) in snd_soc_jack_report() 237 int enable; in snd_soc_jack_gpio_detect() local 240 enable = gpio_get_value_cansleep(gpio->gpio); in snd_soc_jack_gpio_detect() 242 enable = !enable; in snd_soc_jack_gpio_detect() 244 if (enable) in snd_soc_jack_gpio_detect()
|
/sound/soc/ux500/ |
D | Kconfig | 9 Say Y if you want to enable ASoC-support for 21 Say Y if you want to enable the Ux500 platform-driver. 30 Select this to enable the MOP500 machine-driver. 31 This will enable platform-drivers for: Ux500 32 This will enable codec-drivers for: AB8500
|
/sound/pci/oxygen/ |
D | virtuoso.c | 35 static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; variable 41 module_param_array(enable, bool, NULL, 0444); 42 MODULE_PARM_DESC(enable, "enable card"); 81 if (!enable[dev]) { in xonar_probe()
|
/sound/core/ |
D | Kconfig | 28 Say Y or M to enable MIDI sequencer and router support. This 32 Many programs require this feature, so you should enable it 39 Say Y here to enable the dummy sequencer client. This client 57 To enable OSS mixer API emulation (/dev/mixer*), say Y here 70 To enable OSS digital audio (PCM) emulation (/dev/dsp*), say Y 92 Say Y here to enable OSS sequencer emulation (both 106 Say Y here to enable HR-timer backend for ALSA timer. ALSA uses 126 Say Y here to enable RTC timer support for ALSA. ALSA uses 179 Say Y here to enable verbose log messages. These messages 188 Say Y here to enable ALSA debug code. [all …]
|
/sound/isa/ |
D | adlib.c | 21 static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; variable 28 module_param_array(enable, bool, NULL, 0444); 29 MODULE_PARM_DESC(enable, "Enable " CRD_NAME " soundcard."); 35 if (!enable[n]) in snd_adlib_match()
|
/sound/pci/cs46xx/ |
D | cs46xx.c | 49 static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */ variable 58 module_param_array(enable, bool, NULL, 0444); 59 MODULE_PARM_DESC(enable, "Enable CS46xx soundcard."); 86 if (!enable[dev]) { in snd_card_cs46xx_probe()
|
/sound/drivers/pcsp/ |
D | pcsp.c | 28 static bool enable = SNDRV_DEFAULT_ENABLE1; /* Enable this card */ variable 35 module_param(enable, bool, 0444); 36 MODULE_PARM_DESC(enable, "Enable PC-Speaker sound."); 78 pcsp_chip.enable = 1; in snd_pcsp_create() 236 if (!enable) in pcsp_init()
|
D | pcsp_mixer.c | 27 ucontrol->value.integer.value[0] = chip->enable; in pcsp_enable_get() 37 if (enab != chip->enable) { in pcsp_enable_put() 38 chip->enable = enab; in pcsp_enable_put() 123 PCSP_MIXER_CONTROL(enable, "Master Playback Switch"),
|
/sound/drivers/ |
D | virmidi.c | 66 static bool enable[SNDRV_CARDS] = {1, [1 ... (SNDRV_CARDS - 1)] = 0}; variable 73 module_param_array(enable, bool, NULL, 0444); 74 MODULE_PARM_DESC(enable, "Enable this soundcard."); 169 if (! enable[i]) in alsa_card_virmidi_init()
|
/sound/pci/ctxfi/ |
D | xfi.c | 35 static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; variable 42 module_param_array(enable, bool, NULL, 0444); 43 MODULE_PARM_DESC(enable, "Enable Creative X-Fi driver"); 70 if (!enable[dev]) { in ct_card_probe()
|
/sound/pci/trident/ |
D | trident.c | 50 static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */ variable 58 module_param_array(enable, bool, NULL, 0444); 59 MODULE_PARM_DESC(enable, "Enable Trident 4DWave PCI soundcard."); 87 if (!enable[dev]) { in snd_trident_probe()
|
/sound/isa/ad1848/ |
D | ad1848.c | 46 static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */ variable 56 module_param_array(enable, bool, NULL, 0444); 57 MODULE_PARM_DESC(enable, "Enable " CRD_NAME " soundcard."); 69 if (!enable[n]) in snd_ad1848_match()
|
/sound/drivers/mpu401/ |
D | mpu401.c | 38 static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */ variable 50 module_param_array(enable, bool, NULL, 0444); 51 MODULE_PARM_DESC(enable, "Enable MPU-401 device."); 193 if (!enable[dev] || !pnp[dev]) in snd_mpu401_pnp_probe() 252 if (! enable[i]) in alsa_card_mpu401_init()
|
/sound/isa/cs423x/ |
D | cs4231.c | 44 static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */ variable 56 module_param_array(enable, bool, NULL, 0444); 57 MODULE_PARM_DESC(enable, "Enable " CRD_NAME " soundcard."); 73 if (!enable[n]) in snd_cs4231_match()
|
/sound/pcmcia/pdaudiocf/ |
D | pdaudiocf.c | 42 static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable switches */ variable 48 module_param_array(enable, bool, NULL, 0444); 49 MODULE_PARM_DESC(enable, "Enable " CARD_NAME " soundcard."); 111 if (! enable[i]) in snd_pdacf_probe()
|
/sound/pci/ |
D | cs5530.c | 53 static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; variable 59 module_param_array(enable, bool, NULL, 0444); 60 MODULE_PARM_DESC(enable, "Enable CS5530 Audio driver."); 263 if (!enable[dev]) { in snd_cs5530_probe()
|
/sound/isa/gus/ |
D | gusclassic.c | 45 static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */ variable 59 module_param_array(enable, bool, NULL, 0444); 60 MODULE_PARM_DESC(enable, "Enable " CRD_NAME " soundcard."); 78 return enable[n]; in snd_gusclassic_match()
|
/sound/isa/sb/ |
D | sb8.c | 39 static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */ variable 48 module_param_array(enable, bool, NULL, 0444); 49 MODULE_PARM_DESC(enable, "Enable Sound Blaster soundcard."); 84 if (!enable[dev]) in snd_sb8_match()
|
/sound/pcmcia/vx/ |
D | vxpocket.c | 42 static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable switches */ variable 49 module_param_array(enable, bool, NULL, 0444); 50 MODULE_PARM_DESC(enable, "Enable VXPocket soundcard."); 306 if (! enable[i]) in vxpocket_probe()
|
/sound/isa/es1688/ |
D | es1688.c | 56 static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; /* Enable this card */ variable 68 module_param_array(enable, bool, NULL, 0444); 73 MODULE_PARM_DESC(enable, "Enable " CRD_NAME " soundcard."); 95 return enable[n] && !is_isapnp_selected(n); in snd_es1688_match() 272 if (enable[dev] && isapnp[dev]) in snd_es968_pnp_detect()
|
/sound/isa/ad1816a/ |
D | ad1816a.c | 47 static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_ISAPNP; /* Enable this card */ variable 61 module_param_array(enable, bool, NULL, 0444); 62 MODULE_PARM_DESC(enable, "Enable ad1816a based soundcard."); 229 if (!enable[dev]) in snd_ad1816a_pnp_detect()
|
/sound/pci/vx222/ |
D | vx222.c | 40 static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */ variable 48 module_param_array(enable, bool, NULL, 0444); 49 MODULE_PARM_DESC(enable, "Enable Digigram " CARD_NAME " soundcard."); 202 if (!enable[dev]) { in snd_vx222_probe()
|