mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 04:34:11 +08:00
ALSA: ASoC: Permit simultaneous compilation of both PXA AC97 drivers
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
f6154d6d00
commit
8a33de9e51
@ -330,7 +330,7 @@ static void pxa2xx_pcm_free_dma_buffers(struct snd_pcm *pcm)
|
|||||||
|
|
||||||
static u64 pxa2xx_pcm_dmamask = DMA_32BIT_MASK;
|
static u64 pxa2xx_pcm_dmamask = DMA_32BIT_MASK;
|
||||||
|
|
||||||
int pxa2xx_pcm_new(struct snd_card *card, struct snd_soc_dai *dai,
|
static int pxa2xx_soc_pcm_new(struct snd_card *card, struct snd_soc_dai *dai,
|
||||||
struct snd_pcm *pcm)
|
struct snd_pcm *pcm)
|
||||||
{
|
{
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
@ -360,7 +360,7 @@ int pxa2xx_pcm_new(struct snd_card *card, struct snd_soc_dai *dai,
|
|||||||
struct snd_soc_platform pxa2xx_soc_platform = {
|
struct snd_soc_platform pxa2xx_soc_platform = {
|
||||||
.name = "pxa2xx-audio",
|
.name = "pxa2xx-audio",
|
||||||
.pcm_ops = &pxa2xx_pcm_ops,
|
.pcm_ops = &pxa2xx_pcm_ops,
|
||||||
.pcm_new = pxa2xx_pcm_new,
|
.pcm_new = pxa2xx_soc_pcm_new,
|
||||||
.pcm_free = pxa2xx_pcm_free_dma_buffers,
|
.pcm_free = pxa2xx_pcm_free_dma_buffers,
|
||||||
};
|
};
|
||||||
EXPORT_SYMBOL_GPL(pxa2xx_soc_platform);
|
EXPORT_SYMBOL_GPL(pxa2xx_soc_platform);
|
||||||
|
Loading…
Reference in New Issue
Block a user