From 9b3642f574014d11f07710fff7d2315f3a4f8ad3 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Wed, 3 Apr 2013 11:00:00 +0200 Subject: [PATCH] --- yaml --- r: 371924 b: refs/heads/master c: e6451c3ff8c99a8c171a30f20b4234687b35712c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/cirrus/ep93xx-i2s.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 0664d1cd8bf2..05d71e3e3e6b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a8909c9bc5803fd68363c8b349bd76c99fc0569b +refs/heads/master: e6451c3ff8c99a8c171a30f20b4234687b35712c diff --git a/trunk/sound/soc/cirrus/ep93xx-i2s.c b/trunk/sound/soc/cirrus/ep93xx-i2s.c index aa124f86f60e..83075b3c180c 100644 --- a/trunk/sound/soc/cirrus/ep93xx-i2s.c +++ b/trunk/sound/soc/cirrus/ep93xx-i2s.c @@ -67,12 +67,12 @@ struct ep93xx_i2s_info { struct ep93xx_dma_data ep93xx_i2s_dma_data[] = { [SNDRV_PCM_STREAM_PLAYBACK] = { .name = "i2s-pcm-out", - .dma_port = EP93XX_DMA_I2S1, + .port = EP93XX_DMA_I2S1, .direction = DMA_MEM_TO_DEV, }, [SNDRV_PCM_STREAM_CAPTURE] = { .name = "i2s-pcm-in", - .dma_port = EP93XX_DMA_I2S1, + .port = EP93XX_DMA_I2S1, .direction = DMA_DEV_TO_MEM, }, };