]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - sound/soc/samsung/s3c24xx-i2s.c
Merge remote-tracking branch 'asoc/topic/dmaengine' into asoc-next
[mirror_ubuntu-zesty-kernel.git] / sound / soc / samsung / s3c24xx-i2s.c
index 9052f6a7073ec8b0ca5066461ba74dcc01a5f0b8..1898277602293deaa1f49b39dd34e6c0863352a9 100644 (file)
 #include <linux/platform_data/asoc-s3c.h>
 
 static struct snd_dmaengine_dai_dma_data s3c24xx_i2s_pcm_stereo_out = {
-       .chan_name      = "tx",
        .addr_width     = 2,
 };
 
 static struct snd_dmaengine_dai_dma_data s3c24xx_i2s_pcm_stereo_in = {
-       .chan_name      = "rx",
        .addr_width     = 2,
 };