Home
last modified time | relevance | path

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

/sound/core/
DKconfig77 If you disable this option, the ALSA's OSS PCM API will not
85 If you disable this option, pcm timer will be unavailable, so
89 For some embedded devices, we may disable it to reduce memory
135 Say 'N' to disable Sound proc FS, which may reduce code size about
/sound/soc/meson/
Daxg-tdm-formatter.h24 void (*disable)(struct regmap *map); member
Daxg-tdmin.c223 .disable = axg_tdmin_disable,
Daxg-tdmout.c233 .disable = axg_tdmout_disable,
Daxg-tdm-formatter.c149 formatter->drv->ops->disable(formatter->map); in axg_tdm_formatter_disable()
/sound/pci/emu10k1/
Dp16v.c434 unsigned int disable; in snd_p16v_intr_disable() local
437 disable = inl(emu->port + INTE2) & (~intrenb); in snd_p16v_intr_disable()
438 outl(disable, emu->port + INTE2); in snd_p16v_intr_disable()
/sound/soc/intel/common/
Dsst-firmware.c129 if (block->ops && block->ops->disable) { in block_list_remove()
130 err = block->ops->disable(block); in block_list_remove()
171 if (block->ops && block->ops->disable) in block_list_prepare()
172 block->ops->disable(block); in block_list_prepare()
Dsst-dsp-priv.h223 int (*disable)(struct sst_mem_block *block); member
/sound/pci/hda/
DKconfig86 Set 0 to disable the digital beep interface for HD-audio by default.
239 power-save mode. 0 means to disable the power-save mode.
/sound/soc/sof/
DKconfig88 This option can be used to enable or disable individual SOF firmware
/sound/drivers/
DKconfig235 power-save mode. 0 means to disable the power-save mode.
/sound/soc/intel/haswell/
Dsst-haswell-dsp.c608 .disable = hsw_block_disable,
/sound/core/oss/
Dpcm_oss.c2426 if (setup[idx].disable) in snd_pcm_oss_open_file()
2949 setup->disable ? " disable" : "", in snd_pcm_oss_proc_read()
3009 template.disable = 1; in snd_pcm_oss_proc_write()
/sound/soc/stm/
Dstm32_sai_sub.c441 .disable = stm32_sai_mclk_disable,