Home
last modified time | relevance | path

Searched refs:aif (Results 1 – 6 of 6) sorted by relevance

/linux/sound/soc/sunxi/
H A Dsun8i-codec.c321 struct sun8i_codec_aif *aif = &scodec->aifs[i]; in sun8i_codec_update_sample_rate() local
323 if (aif->active_streams) in sun8i_codec_update_sample_rate()
324 max_rate = max(max_rate, aif->sample_rate); in sun8i_codec_update_sample_rate()
458 struct sun8i_codec_aif *aif = &scodec->aifs[dai->id]; in sun8i_codec_set_tdm_slot() local
463 aif->slots = slots; in sun8i_codec_set_tdm_slot()
464 aif->slot_width = slot_width; in sun8i_codec_set_tdm_slot()
574 struct sun8i_codec_aif *aif = &scodec->aifs[dai->id]; in sun8i_codec_hw_params() local
576 unsigned int slots = aif->slots ?: params_channels(params); in sun8i_codec_hw_params()
577 unsigned int slot_width = aif->slot_width ?: params_width(params); in sun8i_codec_hw_params()
651 ret = (aif in sun8i_codec_hw_params()
675 struct sun8i_codec_aif *aif = &scodec->aifs[dai->id]; sun8i_codec_hw_free() local
817 struct sun8i_codec_aif *aif = &scodec->aifs[w->sname[3] - '1']; sun8i_codec_aif_event() local
[all...]
/linux/drivers/pinctrl/cirrus/
H A Dpinctrl-lochnagar.c870 const struct lochnagar_aif *aif = group->priv; in lochnagar_aif_set_mux() local
874 ret = regmap_update_bits(regmap, aif->src_reg, aif->src_mask, op); in lochnagar_aif_set_mux()
881 ret = regmap_update_bits(regmap, aif->ctrl_reg, in lochnagar_aif_set_mux()
882 aif->ena_mask, aif->ena_mask); in lochnagar_aif_set_mux()
993 const struct lochnagar_aif *aif = group->priv; in lochnagar_aif_set_master() local
1001 val = aif->master_mask; in lochnagar_aif_set_master()
1006 ret = regmap_update_bits(regmap, aif->ctrl_reg, aif->master_mask, val); in lochnagar_aif_set_master()
/linux/sound/soc/codecs/
H A Dwm8958-dsp2.c328 int ena, reg, aif; in wm8958_dsp_apply() local
333 aif = 0; in wm8958_dsp_apply()
337 aif = 0; in wm8958_dsp_apply()
341 aif = 1; in wm8958_dsp_apply()
375 aif << WM8958_DSP2CLK_SRC_SHIFT | in wm8958_dsp_apply()
438 static int wm8958_dsp2_busy(struct wm8994_priv *wm8994, int aif) in wm8958_dsp2_busy() argument
443 if (i == aif) in wm8958_dsp2_busy()
H A Disabelle.c915 u16 aif = 0; in isabelle_hw_params() local
956 aif |= ISABELLE_AIF_LENGTH_20; in isabelle_hw_params()
959 aif |= ISABELLE_AIF_LENGTH_32; in isabelle_hw_params()
966 ISABELLE_AIF_LENGTH_MASK, aif); in isabelle_hw_params()
/linux/arch/arm/mach-tegra/
H A Dreset-handler.S142 cpsid aif, 0x13 @ SVC mode, interrupts disabled
/linux/arch/arm/boot/dts/ti/keystone/
H A Dkeystone-k2hk-clocks.dtsi257 clock-output-names = "aif";