ALSA: asoc: fsl - merge structs snd_soc_codec_dai and snd_soc_cpu_dai.
This patch merges struct snd_soc_codec_dai and struct snd_soc_cpu_dai into struct snd_soc_dai for the Freescale PPC platform. Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
committed by
Jaroslav Kysela
parent
e550e17ffe
commit
8cf7b2b393
@@ -282,7 +282,7 @@ static irqreturn_t fsl_dma_isr(int irq, void *dev_id)
|
||||
* once for each .dai_link in the machine driver's snd_soc_machine
|
||||
* structure.
|
||||
*/
|
||||
static int fsl_dma_new(struct snd_card *card, struct snd_soc_codec_dai *dai,
|
||||
static int fsl_dma_new(struct snd_card *card, struct snd_soc_dai *dai,
|
||||
struct snd_pcm *pcm)
|
||||
{
|
||||
static u64 fsl_dma_dmamask = DMA_BIT_MASK(32);
|
||||
|
Reference in New Issue
Block a user