Loading sound/soc/omap/Kconfig +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ config SND_OMAP_SOC_MCPDM config SND_OMAP_SOC_HDMI_AUDIO tristate "HDMI audio support for OMAP4+ based SoCs" depends on SND_OMAP_SOC depends on SND_SDMA_SOC help For HDMI audio to work OMAPDSS HDMI support should be enabled. Loading sound/soc/omap/omap-hdmi-audio.c +3 −2 Original line number Diff line number Diff line Loading @@ -26,9 +26,10 @@ #include <sound/dmaengine_pcm.h> #include <uapi/sound/asound.h> #include <sound/asoundef.h> #include <sound/omap-pcm.h> #include <sound/omap-hdmi-audio.h> #include "sdma-pcm.h" #define DRV_NAME "omap-hdmi-audio" struct hdmi_audio_data { Loading Loading @@ -352,7 +353,7 @@ static int omap_hdmi_audio_probe(struct platform_device *pdev) if (ret) return ret; ret = omap_pcm_platform_register(ad->dssdev); ret = sdma_pcm_platform_register(ad->dssdev, "audio_tx", NULL); if (ret) return ret; Loading Loading
sound/soc/omap/Kconfig +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ config SND_OMAP_SOC_MCPDM config SND_OMAP_SOC_HDMI_AUDIO tristate "HDMI audio support for OMAP4+ based SoCs" depends on SND_OMAP_SOC depends on SND_SDMA_SOC help For HDMI audio to work OMAPDSS HDMI support should be enabled. Loading
sound/soc/omap/omap-hdmi-audio.c +3 −2 Original line number Diff line number Diff line Loading @@ -26,9 +26,10 @@ #include <sound/dmaengine_pcm.h> #include <uapi/sound/asound.h> #include <sound/asoundef.h> #include <sound/omap-pcm.h> #include <sound/omap-hdmi-audio.h> #include "sdma-pcm.h" #define DRV_NAME "omap-hdmi-audio" struct hdmi_audio_data { Loading Loading @@ -352,7 +353,7 @@ static int omap_hdmi_audio_probe(struct platform_device *pdev) if (ret) return ret; ret = omap_pcm_platform_register(ad->dssdev); ret = sdma_pcm_platform_register(ad->dssdev, "audio_tx", NULL); if (ret) return ret; Loading