Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371863
b: refs/heads/master
c: 2e1cc19
h: refs/heads/master
i:
  371861: bc74fe8
  371859: 2eaace7
  371855: 4297157
v: v3
  • Loading branch information
Stephen Warren authored and Mark Brown committed Mar 26, 2013
1 parent 5139cf0 commit 52a2eae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0a09dfa04177df5a2e9eeeeaf527efd35c531d11
refs/heads/master: 2e1cc199fc8666ac5fda200e8a99f1e4dea07175
2 changes: 2 additions & 0 deletions trunk/sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -4192,6 +4192,7 @@ int snd_soc_register_component(struct device *dev,

return ret;
}
EXPORT_SYMBOL_GPL(snd_soc_register_component);

/**
* snd_soc_unregister_component - Unregister a component from the ASoC core
Expand All @@ -4217,6 +4218,7 @@ void snd_soc_unregister_component(struct device *dev)
dev_dbg(dev, "ASoC: Unregistered component '%s'\n", cmpnt->name);
kfree(cmpnt->name);
}
EXPORT_SYMBOL_GPL(snd_soc_unregister_component);

/* Retrieve a card's name from device tree */
int snd_soc_of_parse_card_name(struct snd_soc_card *card,
Expand Down

0 comments on commit 52a2eae

Please sign in to comment.