summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/regulator/axp15060.h1
-rw-r--r--include/sound/soc.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/regulator/axp15060.h b/include/linux/regulator/axp15060.h
index 8456a1abdff0..c89047b5d9cd 100644
--- a/include/linux/regulator/axp15060.h
+++ b/include/linux/regulator/axp15060.h
@@ -40,6 +40,7 @@ enum axp15060_reg_id {
AXP15060_ID_ALDO3,
AXP15060_ID_ALDO4,
AXP15060_ID_ALDO5,
+ AXP15060_ID_DCDC1,
AXP15060_ID_DCDC2,
AXP15060_MAX_REGULATORS,
};
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 8e6dd8a257c5..e76077e41e06 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -651,6 +651,8 @@ struct snd_soc_dai_link {
struct snd_soc_dai_link_component *platforms;
unsigned int num_platforms;
+ unsigned int no_plat;
+
int id; /* optional ID for machine driver link identification */
const struct snd_soc_pcm_stream *params;