diff options
author | Mark Brown <broonie@linaro.org> | 2013-08-22 15:28:46 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-22 15:28:46 +0200 |
commit | 5388d48047def3c30e42c7ba86c3c9ff0d2bd40c (patch) | |
tree | 47ac60125f77315234f847722da0c426fb6e88b4 /include/sound | |
parent | Merge remote-tracking branch 'asoc/topic/pcm3008' into asoc-next (diff) | |
parent | ASoC: pxa: Remove duplicate inclusion of dmaengine.h (diff) | |
download | linux-5388d48047def3c30e42c7ba86c3c9ff0d2bd40c.tar.xz linux-5388d48047def3c30e42c7ba86c3c9ff0d2bd40c.zip |
Merge remote-tracking branch 'asoc/topic/pxa' into asoc-next
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/pxa2xx-lib.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/sound/pxa2xx-lib.h b/include/sound/pxa2xx-lib.h index 2fd3d251d9a5..56e818e4a1cb 100644 --- a/include/sound/pxa2xx-lib.h +++ b/include/sound/pxa2xx-lib.h @@ -6,13 +6,6 @@ /* PCM */ -struct pxa2xx_pcm_dma_params { - char *name; /* stream identifier */ - u32 dcmd; /* DMA descriptor dcmd field */ - volatile u32 *drcmr; /* the DMA request channel to use */ - u32 dev_addr; /* device physical address for DMA */ -}; - extern int __pxa2xx_pcm_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params); extern int __pxa2xx_pcm_hw_free(struct snd_pcm_substream *substream); |