aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/pxa/pxa2xx-pcm.c
diff options
context:
space:
mode:
authorGravatar Daniel Mack <daniel@zonque.org> 2018-06-27 21:33:58 +0200
committerGravatar Mark Brown <broonie@kernel.org> 2018-06-29 12:05:25 +0100
commitc7b4f15ddb4f28451679019374027f5223c616ce (patch)
treeb7ea05f202aaaaac7472c0b6948dc9b0e822b7c2 /sound/soc/pxa/pxa2xx-pcm.c
parentASoC: pxa: provide PCM ops for ssp, i2s and ac97 components (diff)
downloadlinux-c7b4f15ddb4f28451679019374027f5223c616ce.tar.gz
linux-c7b4f15ddb4f28451679019374027f5223c616ce.tar.bz2
linux-c7b4f15ddb4f28451679019374027f5223c616ce.zip
ASoC: pxa: remove bindings from pxa2xx-pcm
This platform is no longer needed on DT boards, so let's remove them to avoid confusion. DT bindings should use the CPU DAIs (I2S/SSP/AC97) directly. Signed-off-by: Daniel Mack <daniel@zonque.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/pxa/pxa2xx-pcm.c')
-rw-r--r--sound/soc/pxa/pxa2xx-pcm.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sound/soc/pxa/pxa2xx-pcm.c b/sound/soc/pxa/pxa2xx-pcm.c
index a1df4ec76cbd..72eaaef1b426 100644
--- a/sound/soc/pxa/pxa2xx-pcm.c
+++ b/sound/soc/pxa/pxa2xx-pcm.c
@@ -32,18 +32,9 @@ static int pxa2xx_soc_platform_probe(struct platform_device *pdev)
NULL, 0);
}
-#ifdef CONFIG_OF
-static const struct of_device_id snd_soc_pxa_audio_match[] = {
- { .compatible = "mrvl,pxa-pcm-audio" },
- { }
-};
-MODULE_DEVICE_TABLE(of, snd_soc_pxa_audio_match);
-#endif
-
static struct platform_driver pxa_pcm_driver = {
.driver = {
.name = "pxa-pcm-audio",
- .of_match_table = of_match_ptr(snd_soc_pxa_audio_match),
},
.probe = pxa2xx_soc_platform_probe,