summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/spdif_transciever.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sound/soc/codecs/spdif_transciever.c b/sound/soc/codecs/spdif_transciever.c
index c02c2cfe990f..fc064047514f 100644
--- a/sound/soc/codecs/spdif_transciever.c
+++ b/sound/soc/codecs/spdif_transciever.c
@@ -8,7 +8,7 @@
* Author: Steve Chen, <schen@mvista.com>
* Copyright: (C) 2009 MontaVista Software, Inc., <source@mvista.com>
* Copyright: (C) 2009 Texas Instruments, India
- * Copyright: (C) 2009-2012, NVIDIA Corporation.
+ * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved.
*
* 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
@@ -38,12 +38,13 @@ static const struct snd_soc_dapm_widget spdif_dapm_widgets[] = {
SND_SOC_DAPM_VMID("spdif dummy Vmid"),
};
-static int spdif_write(struct snd_soc_codec * codec, unsigned int reg,
+static int spdif_write(struct snd_soc_codec *codec, unsigned int reg,
unsigned int val){
return 0;
}
-static int spdif_read(struct snd_soc_codec * codec, unsigned int reg){
+static unsigned int spdif_read(struct snd_soc_codec *codec, unsigned int reg)
+{
return 0;
}