Lines Matching +full:adc +full:- +full:channel +full:- +full:clk +full:- +full:src
1 /* SPDX-License-Identifier: GPL-2.0
3 * linux/sound/soc-dapm.h -- ALSA SoC Dynamic Audio Power Management
15 #include <sound/soc-topology.h>
23 #define SND_SOC_NOPM -1
29 * 1. Codec domain - VREF, VMID
32 * 2. Platform/Machine domain - physically connected inputs and outputs
35 * 3. Path domain - Internal codec path mixers
38 * 4. Stream domain - DAC's and ADC's.
137 /* path domain with event - event handler must return 0 for success */
221 .channel = wchan, SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), }
225 .channel = wchan, SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
229 .channel = wchan, SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), }
233 .channel = wchan, SND_SOC_DAPM_INIT_REG_VAL(wreg, wshift, winvert), \
468 /* dapm sys fs - used by the core */
497 /* Mostly internal - should not normally be used */
528 snd_soc_dapm_micbias, /* microphone bias (power) - DEPRECATED: use snd_soc_dapm_supply */
534 snd_soc_dapm_vmid, /* codec bias/vmid - to minimise pops */
535 snd_soc_dapm_pre, /* machine specific pre widget - exec first */
536 snd_soc_dapm_post, /* machine specific post widget - exec last */
548 snd_soc_dapm_kcontrol, /* Auto-disabled kcontrol */
552 snd_soc_dapm_src, /* DSP/CODEC SRC component */
591 * p->source, rather than p->node[SND_SOC_DAPM_DIR_IN]
630 unsigned int mask; /* non-shifted mask */
634 unsigned char active:1; /* active stream on DAC, ADC's */
666 struct clk *clk; member
668 int channel; member
693 struct device *dev; /* from parent - for debug */
717 (i) < list->num_widgets && (widget = list->widgets[i]); \
732 * snd_soc_dapm_init_bias_level() - Initialize DAPM bias level
740 * the power-on reset state of the device.
747 dapm->bias_level = level; in snd_soc_dapm_init_bias_level()
751 * snd_soc_dapm_get_bias_level() - Get current DAPM bias level
759 return dapm->bias_level; in snd_soc_dapm_get_bias_level()
773 * snd_soc_dapm_widget_for_each_sink_path - Iterates over all paths in the
781 list_for_each_entry(p, &w->edges[dir], list_node[dir])
784 * snd_soc_dapm_widget_for_each_sink_path_safe - Iterates over all paths in the
796 list_for_each_entry_safe(p, next_p, &w->edges[dir], list_node[dir])
799 * snd_soc_dapm_widget_for_each_sink_path - Iterates over all paths leaving a
808 * snd_soc_dapm_widget_for_each_source_path - Iterates over all paths leading to