Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b640cf3 authored by Jassi Brar's avatar Jassi Brar Committed by Mark Brown
Browse files

ASoC: Samsung: Rename ASoC DMA driver



Rename Samsung ASoC DMA driver
	s3c-dma.[c/h] -> dma.[c/h]

Signed-off-by: default avatarJassi Brar <jassi.brar@samsung.com>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 83e37b8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# S3c24XX Platform Support
snd-soc-s3c24xx-objs := s3c-dma.o
snd-soc-s3c24xx-objs := dma.o
snd-soc-s3c24xx-i2s-objs := s3c24xx-i2s.o
snd-soc-s3c2412-i2s-objs := s3c2412-i2s.o
snd-soc-s3c64xx-i2s-objs := s3c64xx-i2s.o
+3 −3
Original line number Diff line number Diff line
/*
 * s3c-dma.c  --  ALSA Soc Audio Layer
 * dma.c  --  ALSA Soc Audio Layer
 *
 * (c) 2006 Wolfson Microelectronics PLC.
 * Graeme Gregory graeme.gregory@wolfsonmicro.com or linux@wolfsonmicro.com
@@ -30,7 +30,7 @@
#include <mach/hardware.h>
#include <mach/dma.h>

#include "s3c-dma.h"
#include "dma.h"

static const struct snd_pcm_hardware s3c_dma_hardware = {
	.info			= SNDRV_PCM_INFO_INTERLEAVED |
+1 −1
Original line number Diff line number Diff line
/*
 *  s3c-dma.h --
 *  dma.h --
 *
 *  This program is free software; you can redistribute  it and/or modify it
 *  under  the terms of  the GNU General  Public License as published by the
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
#include <linux/mfd/wm8994/core.h>
#include <linux/mfd/wm8994/registers.h>
#include "../codecs/wm8994.h"
#include "s3c-dma.h"
#include "dma.h"
#include "s3c64xx-i2s.h"

#define MACHINE_NAME	0
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

#include <asm/mach-types.h>

#include "s3c-dma.h"
#include "dma.h"
#include "s3c2412-i2s.h"

#include "../codecs/wm8750.h"
Loading