Searched refs:disable (Results 1 – 11 of 11) sorted by relevance
/sound/core/ |
D | Kconfig | 92 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/ |
D | p16v.c | 456 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/ |
D | sst-firmware.c | 123 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()
|
D | sst-dsp-priv.h | 228 int (*disable)(struct sst_mem_block *block); member
|
/sound/pci/hda/ |
D | Kconfig | 70 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.
|
D | patch_realtek.c | 3442 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/ |
D | Kconfig | 219 power-save mode. 0 means to disable the power-save mode.
|
/sound/soc/intel/haswell/ |
D | sst-haswell-dsp.c | 612 .disable = hsw_block_disable,
|
/sound/oss/ |
D | Kconfig | 163 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/ |
D | pcm_oss.c | 2487 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/ |
D | sgtl5000.c | 1022 .disable = ldo_regulator_disable,
|