Home
last modified time | relevance | path

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

/linux/sound/soc/fsl/
H A Dfsl_spdif.c220 static void spdif_irq_dpll_lock(struct fsl_spdif_priv *spdif_priv) in spdif_irq_dpll_lock() argument
222 struct regmap *regmap = spdif_priv->regmap; in spdif_irq_dpll_lock()
223 struct platform_device *pdev = spdif_priv->pdev; in spdif_irq_dpll_lock()
232 spdif_priv->dpll_locked = locked ? true : false; in spdif_irq_dpll_lock()
234 if (spdif_priv->snd_card && spdif_priv->rxrate_kcontrol) { in spdif_irq_dpll_lock()
235 snd_ctl_notify(spdif_priv->snd_card, in spdif_irq_dpll_lock()
237 &spdif_priv->rxrate_kcontrol->id); in spdif_irq_dpll_lock()
242 static void spdif_irq_sym_error(struct fsl_spdif_priv *spdif_priv) in spdif_irq_sym_error() argument
244 struct regmap *regmap = spdif_priv->regmap; in spdif_irq_sym_error()
245 struct platform_device *pdev = spdif_priv->pdev; in spdif_irq_sym_error()
[all …]