Searched refs:disable (Results 1 – 14 of 14) sorted by relevance
/sound/core/ |
D | Kconfig | 77 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/ |
D | axg-tdm-formatter.h | 24 void (*disable)(struct regmap *map); member
|
D | axg-tdmin.c | 223 .disable = axg_tdmin_disable,
|
D | axg-tdmout.c | 233 .disable = axg_tdmout_disable,
|
D | axg-tdm-formatter.c | 149 formatter->drv->ops->disable(formatter->map); in axg_tdm_formatter_disable()
|
/sound/pci/emu10k1/ |
D | p16v.c | 434 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/ |
D | sst-firmware.c | 129 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()
|
D | sst-dsp-priv.h | 223 int (*disable)(struct sst_mem_block *block); member
|
/sound/pci/hda/ |
D | Kconfig | 86 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/ |
D | Kconfig | 88 This option can be used to enable or disable individual SOF firmware
|
/sound/drivers/ |
D | Kconfig | 235 power-save mode. 0 means to disable the power-save mode.
|
/sound/soc/intel/haswell/ |
D | sst-haswell-dsp.c | 608 .disable = hsw_block_disable,
|
/sound/core/oss/ |
D | pcm_oss.c | 2426 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/ |
D | stm32_sai_sub.c | 441 .disable = stm32_sai_mclk_disable,
|