forked from Minki/linux
ASoC: omap-hdmi-audio: Convert to use the sdma-pcm instead of omap-pcm
Use the new platform driver. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
dde637f2da
commit
b1a549c6be
@ -20,7 +20,7 @@ config SND_OMAP_SOC_MCPDM
|
|||||||
|
|
||||||
config SND_OMAP_SOC_HDMI_AUDIO
|
config SND_OMAP_SOC_HDMI_AUDIO
|
||||||
tristate "HDMI audio support for OMAP4+ based SoCs"
|
tristate "HDMI audio support for OMAP4+ based SoCs"
|
||||||
depends on SND_OMAP_SOC
|
depends on SND_SDMA_SOC
|
||||||
help
|
help
|
||||||
For HDMI audio to work OMAPDSS HDMI support should be
|
For HDMI audio to work OMAPDSS HDMI support should be
|
||||||
enabled.
|
enabled.
|
||||||
|
@ -26,9 +26,10 @@
|
|||||||
#include <sound/dmaengine_pcm.h>
|
#include <sound/dmaengine_pcm.h>
|
||||||
#include <uapi/sound/asound.h>
|
#include <uapi/sound/asound.h>
|
||||||
#include <sound/asoundef.h>
|
#include <sound/asoundef.h>
|
||||||
#include <sound/omap-pcm.h>
|
|
||||||
#include <sound/omap-hdmi-audio.h>
|
#include <sound/omap-hdmi-audio.h>
|
||||||
|
|
||||||
|
#include "sdma-pcm.h"
|
||||||
|
|
||||||
#define DRV_NAME "omap-hdmi-audio"
|
#define DRV_NAME "omap-hdmi-audio"
|
||||||
|
|
||||||
struct hdmi_audio_data {
|
struct hdmi_audio_data {
|
||||||
@ -352,7 +353,7 @@ static int omap_hdmi_audio_probe(struct platform_device *pdev)
|
|||||||
if (ret)
|
if (ret)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
ret = omap_pcm_platform_register(ad->dssdev);
|
ret = sdma_pcm_platform_register(ad->dssdev, "audio_tx", NULL);
|
||||||
if (ret)
|
if (ret)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user