aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorLiam Girdwood <lrg@ti.com>2011-05-12 16:14:04 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-05-12 17:40:03 +0200
commit22de71ba03311cdc1063757c50a1488cb90a1fca (patch)
tree34535f85da7635e47382db923136766511ba4c3c /include/sound
parent9e53d856af0db8acc8a1bc6a9e3298f6bbb8944b (diff)
downloadkernel_samsung_smdk4412-22de71ba03311cdc1063757c50a1488cb90a1fca.zip
kernel_samsung_smdk4412-22de71ba03311cdc1063757c50a1488cb90a1fca.tar.gz
kernel_samsung_smdk4412-22de71ba03311cdc1063757c50a1488cb90a1fca.tar.bz2
ASoC: core - allow ASoC more flexible machine name
Allow ASoC machine drivers to register a driver name and a longname. This allows user space to determine the flavour of machine driver. Signed-off-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/soc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index b27c7a2..f1de3e0 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -702,6 +702,8 @@ struct snd_soc_aux_dev {
/* SoC card */
struct snd_soc_card {
const char *name;
+ const char *long_name;
+ const char *driver_name;
struct device *dev;
struct snd_card *snd_card;
struct module *owner;