提交 99ce3a3f 编写于 作者: J Jassi Brar 提交者: Mark Brown

ASoC: Samsung: Rename AC97 driver

Rename Samsung AC97 driver
	s3c-ac97.[c/h] -> ac97.[c/h]
Signed-off-by: NJassi Brar <jassi.brar@samsung.com>
Acked-by: NLiam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 e6104673
...@@ -3,7 +3,7 @@ snd-soc-s3c24xx-objs := dma.o ...@@ -3,7 +3,7 @@ snd-soc-s3c24xx-objs := dma.o
snd-soc-s3c24xx-i2s-objs := s3c24xx-i2s.o snd-soc-s3c24xx-i2s-objs := s3c24xx-i2s.o
snd-soc-s3c2412-i2s-objs := s3c2412-i2s.o snd-soc-s3c2412-i2s-objs := s3c2412-i2s.o
snd-soc-s3c64xx-i2s-objs := s3c64xx-i2s.o snd-soc-s3c64xx-i2s-objs := s3c64xx-i2s.o
snd-soc-s3c-ac97-objs := s3c-ac97.o snd-soc-ac97-objs := ac97.o
snd-soc-s3c64xx-i2s-v4-objs := s3c64xx-i2s-v4.o snd-soc-s3c64xx-i2s-v4-objs := s3c64xx-i2s-v4.o
snd-soc-s3c-i2s-v2-objs := s3c-i2s-v2.o snd-soc-s3c-i2s-v2-objs := s3c-i2s-v2.o
snd-soc-s3c-pcm-objs := s3c-pcm.o snd-soc-s3c-pcm-objs := s3c-pcm.o
...@@ -11,7 +11,7 @@ snd-soc-samsung-spdif-objs := spdif.o ...@@ -11,7 +11,7 @@ snd-soc-samsung-spdif-objs := spdif.o
obj-$(CONFIG_SND_S3C24XX_SOC) += snd-soc-s3c24xx.o obj-$(CONFIG_SND_S3C24XX_SOC) += snd-soc-s3c24xx.o
obj-$(CONFIG_SND_S3C24XX_SOC_I2S) += snd-soc-s3c24xx-i2s.o obj-$(CONFIG_SND_S3C24XX_SOC_I2S) += snd-soc-s3c24xx-i2s.o
obj-$(CONFIG_SND_S3C_SOC_AC97) += snd-soc-s3c-ac97.o obj-$(CONFIG_SND_S3C_SOC_AC97) += snd-soc-ac97.o
obj-$(CONFIG_SND_S3C2412_SOC_I2S) += snd-soc-s3c2412-i2s.o obj-$(CONFIG_SND_S3C2412_SOC_I2S) += snd-soc-s3c2412-i2s.o
obj-$(CONFIG_SND_S3C64XX_SOC_I2S) += snd-soc-s3c64xx-i2s.o obj-$(CONFIG_SND_S3C64XX_SOC_I2S) += snd-soc-s3c64xx-i2s.o
obj-$(CONFIG_SND_S3C64XX_SOC_I2S_V4) += snd-soc-s3c64xx-i2s-v4.o obj-$(CONFIG_SND_S3C64XX_SOC_I2S_V4) += snd-soc-s3c64xx-i2s-v4.o
......
/* sound/soc/s3c24xx/s3c-ac97.c /* sound/soc/s3c24xx/ac97.c
* *
* ALSA SoC Audio Layer - S3C AC97 Controller driver * ALSA SoC Audio Layer - S3C AC97 Controller driver
* Evolved from s3c2443-ac97.c * Evolved from s3c2443-ac97.c
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <plat/audio.h> #include <plat/audio.h>
#include "dma.h" #include "dma.h"
#include "s3c-ac97.h" #include "ac97.h"
#define AC_CMD_ADDR(x) (x << 16) #define AC_CMD_ADDR(x) (x << 16)
#define AC_CMD_DATA(x) (x & 0xffff) #define AC_CMD_DATA(x) (x & 0xffff)
...@@ -122,7 +122,7 @@ static unsigned short s3c_ac97_read(struct snd_ac97 *ac97, ...@@ -122,7 +122,7 @@ static unsigned short s3c_ac97_read(struct snd_ac97 *ac97,
data = (stat & 0xffff); data = (stat & 0xffff);
if (addr != reg) if (addr != reg)
pr_err("s3c-ac97: req addr = %02x, rep addr = %02x\n", pr_err("ac97: req addr = %02x, rep addr = %02x\n",
reg, addr); reg, addr);
mutex_unlock(&s3c_ac97.lock); mutex_unlock(&s3c_ac97.lock);
...@@ -334,7 +334,7 @@ static struct snd_soc_dai_ops s3c_ac97_mic_dai_ops = { ...@@ -334,7 +334,7 @@ static struct snd_soc_dai_ops s3c_ac97_mic_dai_ops = {
static struct snd_soc_dai_driver s3c_ac97_dai[] = { static struct snd_soc_dai_driver s3c_ac97_dai[] = {
[S3C_AC97_DAI_PCM] = { [S3C_AC97_DAI_PCM] = {
.name = "s3c-ac97", .name = "samsung-ac97",
.ac97_control = 1, .ac97_control = 1,
.playback = { .playback = {
.stream_name = "AC97 Playback", .stream_name = "AC97 Playback",
...@@ -351,7 +351,7 @@ static struct snd_soc_dai_driver s3c_ac97_dai[] = { ...@@ -351,7 +351,7 @@ static struct snd_soc_dai_driver s3c_ac97_dai[] = {
.ops = &s3c_ac97_dai_ops, .ops = &s3c_ac97_dai_ops,
}, },
[S3C_AC97_DAI_MIC] = { [S3C_AC97_DAI_MIC] = {
.name = "s3c-ac97-mic", .name = "samsung-ac97-mic",
.ac97_control = 1, .ac97_control = 1,
.capture = { .capture = {
.stream_name = "AC97 Mic Capture", .stream_name = "AC97 Mic Capture",
...@@ -407,7 +407,7 @@ static __devinit int s3c_ac97_probe(struct platform_device *pdev) ...@@ -407,7 +407,7 @@ static __devinit int s3c_ac97_probe(struct platform_device *pdev)
} }
if (!request_mem_region(mem_res->start, if (!request_mem_region(mem_res->start,
resource_size(mem_res), "s3c-ac97")) { resource_size(mem_res), "ac97")) {
dev_err(&pdev->dev, "Unable to request register region\n"); dev_err(&pdev->dev, "Unable to request register region\n");
return -EBUSY; return -EBUSY;
} }
...@@ -431,7 +431,7 @@ static __devinit int s3c_ac97_probe(struct platform_device *pdev) ...@@ -431,7 +431,7 @@ static __devinit int s3c_ac97_probe(struct platform_device *pdev)
s3c_ac97.ac97_clk = clk_get(&pdev->dev, "ac97"); s3c_ac97.ac97_clk = clk_get(&pdev->dev, "ac97");
if (IS_ERR(s3c_ac97.ac97_clk)) { if (IS_ERR(s3c_ac97.ac97_clk)) {
dev_err(&pdev->dev, "s3c-ac97 failed to get ac97_clock\n"); dev_err(&pdev->dev, "ac97 failed to get ac97_clock\n");
ret = -ENODEV; ret = -ENODEV;
goto err2; goto err2;
} }
...@@ -446,7 +446,7 @@ static __devinit int s3c_ac97_probe(struct platform_device *pdev) ...@@ -446,7 +446,7 @@ static __devinit int s3c_ac97_probe(struct platform_device *pdev)
ret = request_irq(irq_res->start, s3c_ac97_irq, ret = request_irq(irq_res->start, s3c_ac97_irq,
IRQF_DISABLED, "AC97", NULL); IRQF_DISABLED, "AC97", NULL);
if (ret < 0) { if (ret < 0) {
dev_err(&pdev->dev, "s3c-ac97: interrupt request failed.\n"); dev_err(&pdev->dev, "ac97: interrupt request failed.\n");
goto err4; goto err4;
} }
......
/* sound/soc/s3c24xx/s3c-ac97.h /* sound/soc/s3c24xx/ac97.h
* *
* ALSA SoC Audio Layer - S3C AC97 Controller driver * ALSA SoC Audio Layer - S3C AC97 Controller driver
* Evolved from s3c2443-ac97.h * Evolved from s3c2443-ac97.h
* *
* Copyright (c) 2010 Samsung Electronics Co. Ltd * Copyright (c) 2010 Samsung Electronics Co. Ltd
* Author: Jaswinder Singh <jassi.brar@samsung.com> * Author: Jaswinder Singh <jassi.brar@samsung.com>
* Credits: Graeme Gregory, Sean Choi * Credits: Graeme Gregory, Sean Choi
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License version 2 as
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <sound/soc.h> #include <sound/soc.h>
#include "dma.h" #include "dma.h"
#include "s3c-ac97.h" #include "ac97.h"
static struct snd_soc_card ln2440sbc; static struct snd_soc_card ln2440sbc;
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <sound/soc.h> #include <sound/soc.h>
#include "dma.h" #include "dma.h"
#include "s3c-ac97.h" #include "ac97.h"
static struct snd_soc_card smdk2443; static struct snd_soc_card smdk2443;
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#include <sound/soc.h> #include <sound/soc.h>
#include "dma.h" #include "dma.h"
#include "s3c-ac97.h" #include "ac97.h"
static struct snd_soc_card smdk; static struct snd_soc_card smdk;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册