aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/sound/soc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index edbb07ba4cb5..d1f3dac91b3e 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -881,7 +881,7 @@ struct snd_soc_platform_driver {
881 881
882struct snd_soc_dai_link_component { 882struct snd_soc_dai_link_component {
883 const char *name; 883 const char *name;
884 const struct device_node *of_node; 884 struct device_node *of_node;
885 const char *dai_name; 885 const char *dai_name;
886}; 886};
887 887
@@ -983,7 +983,7 @@ struct snd_soc_codec_conf {
983 * DT/OF node, but not both. 983 * DT/OF node, but not both.
984 */ 984 */
985 const char *dev_name; 985 const char *dev_name;
986 const struct device_node *of_node; 986 struct device_node *of_node;
987 987
988 /* 988 /*
989 * optional map of kcontrol, widget and path name prefixes that are 989 * optional map of kcontrol, widget and path name prefixes that are
@@ -1000,7 +1000,7 @@ struct snd_soc_aux_dev {
1000 * DT/OF node, but not both. 1000 * DT/OF node, but not both.
1001 */ 1001 */
1002 const char *codec_name; 1002 const char *codec_name;
1003 const struct device_node *codec_of_node; 1003 struct device_node *codec_of_node;
1004 1004
1005 /* codec/machine specific init - e.g. add machine controls */ 1005 /* codec/machine specific init - e.g. add machine controls */
1006 int (*init)(struct snd_soc_component *component); 1006 int (*init)(struct snd_soc_component *component);