Home
last modified time | relevance | path

Searched refs:disable (Results 1 – 11 of 11) sorted by relevance

/sound/core/
DKconfig92 If you disable this option, the ALSA's OSS PCM API will not
100 If you disable this option, pcm timer will be inavailable, so
104 For some embedded device, we may disable it to reduce memory
201 Say 'N' to disable Sound proc FS, which may reduce code size about
/sound/pci/emu10k1/
Dp16v.c456 unsigned int disable; in snd_p16v_intr_disable() local
459 disable = inl(emu->port + INTE2) & (~intrenb); in snd_p16v_intr_disable()
460 outl(disable, emu->port + INTE2); in snd_p16v_intr_disable()
/sound/soc/intel/common/
Dsst-firmware.c123 if (block->ops && block->ops->disable) { in block_list_remove()
124 err = block->ops->disable(block); in block_list_remove()
165 if (block->ops && block->ops->disable) in block_list_prepare()
166 block->ops->disable(block); in block_list_prepare()
Dsst-dsp-priv.h228 int (*disable)(struct sst_mem_block *block); member
/sound/pci/hda/
DKconfig70 Set 0 to disable the digital beep interface for HD-audio by default.
219 power-save mode. 0 means to disable the power-save mode.
Dpatch_realtek.c3442 unsigned int pinval, enable, disable; in alc269_fixup_hp_cap_mic_mute_hook() local
3447 disable = pinval | AC_PINCTL_VREF_HIZ; in alc269_fixup_hp_cap_mic_mute_hook()
3454 pinval = disable; in alc269_fixup_hp_cap_mic_mute_hook()
/sound/drivers/
DKconfig219 power-save mode. 0 means to disable the power-save mode.
/sound/soc/intel/haswell/
Dsst-haswell-dsp.c612 .disable = hsw_block_disable,
/sound/oss/
DKconfig163 resource of a device will disable the device. If you are running the
393 If you said M to "PSS support" above, you may enable or disable this
/sound/core/oss/
Dpcm_oss.c2487 if (setup[idx].disable) in snd_pcm_oss_open_file()
3007 setup->disable ? " disable" : "", in snd_pcm_oss_proc_read()
3067 template.disable = 1; in snd_pcm_oss_proc_write()
/sound/soc/codecs/
Dsgtl5000.c1022 .disable = ldo_regulator_disable,