Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dmicrochip,sama7g5-spdiftx.yaml4 $id: http://devicetree.org/schemas/sound/microchip,sama7g5-spdiftx.yaml#
24 const: microchip,sama7g5-spdiftx
67 spdiftx@e1618000 {
69 compatible = "microchip,sama7g5-spdiftx";
/openbmc/linux/sound/soc/atmel/
H A Dmchp-spdiftx.c736 regcache_cache_only(spdiftx->regmap, true); in mchp_spdiftx_runtime_suspend()
738 clk_disable_unprepare(spdiftx->gclk); in mchp_spdiftx_runtime_suspend()
739 clk_disable_unprepare(spdiftx->pclk); in mchp_spdiftx_runtime_suspend()
749 ret = clk_prepare_enable(spdiftx->pclk); in mchp_spdiftx_runtime_resume()
751 dev_err(spdiftx->dev, in mchp_spdiftx_runtime_resume()
755 ret = clk_prepare_enable(spdiftx->gclk); in mchp_spdiftx_runtime_resume()
757 dev_err(spdiftx->dev, in mchp_spdiftx_runtime_resume()
763 regcache_mark_dirty(spdiftx->regmap); in mchp_spdiftx_runtime_resume()
764 ret = regcache_sync(spdiftx->regmap); in mchp_spdiftx_runtime_resume()
767 clk_disable_unprepare(spdiftx->gclk); in mchp_spdiftx_runtime_resume()
[all …]
H A DMakefile8 snd-soc-mchp-spdiftx-objs := mchp-spdiftx.o
23 obj-$(CONFIG_SND_MCHP_SOC_SPDIFTX) += snd-soc-mchp-spdiftx.o
/openbmc/linux/arch/arm/boot/dts/microchip/
H A Dat91-sama7g5ek.dts99 sound-dai = <&spdiftx>;
809 &spdiftx {
H A Dsama7g5.dtsi615 spdiftx: spdiftx@e1618000 { label
617 compatible = "microchip,sama7g5-spdiftx";