diff options
author | Mark Brown <broonie@linaro.org> | 2013-11-08 05:43:27 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-11-08 05:43:27 -0500 |
commit | 99a0ea2d5bbba87f3cfae7a1ac38846a678ee397 (patch) | |
tree | 2ec02fae3a06c73057bb3abc0afb781ea812881e /include | |
parent | ac97d4e00a8356e61806fe7b223c0b7021908577 (diff) | |
parent | 4fa8dbc18e8a57ea21c63103abdea042ab923202 (diff) |
Merge remote-tracking branch 'asoc/topic/devm' into asoc-next
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/soc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 6ed3dc0773cc..fbea72f9cc66 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -365,6 +365,7 @@ int snd_soc_codec_set_pll(struct snd_soc_codec *codec, int pll_id, int source, | |||
365 | 365 | ||
366 | int snd_soc_register_card(struct snd_soc_card *card); | 366 | int snd_soc_register_card(struct snd_soc_card *card); |
367 | int snd_soc_unregister_card(struct snd_soc_card *card); | 367 | int snd_soc_unregister_card(struct snd_soc_card *card); |
368 | int devm_snd_soc_register_card(struct device *dev, struct snd_soc_card *card); | ||
368 | int snd_soc_suspend(struct device *dev); | 369 | int snd_soc_suspend(struct device *dev); |
369 | int snd_soc_resume(struct device *dev); | 370 | int snd_soc_resume(struct device *dev); |
370 | int snd_soc_poweroff(struct device *dev); | 371 | int snd_soc_poweroff(struct device *dev); |
@@ -382,6 +383,9 @@ void snd_soc_unregister_codec(struct device *dev); | |||
382 | int snd_soc_register_component(struct device *dev, | 383 | int snd_soc_register_component(struct device *dev, |
383 | const struct snd_soc_component_driver *cmpnt_drv, | 384 | const struct snd_soc_component_driver *cmpnt_drv, |
384 | struct snd_soc_dai_driver *dai_drv, int num_dai); | 385 | struct snd_soc_dai_driver *dai_drv, int num_dai); |
386 | int devm_snd_soc_register_component(struct device *dev, | ||
387 | const struct snd_soc_component_driver *cmpnt_drv, | ||
388 | struct snd_soc_dai_driver *dai_drv, int num_dai); | ||
385 | void snd_soc_unregister_component(struct device *dev); | 389 | void snd_soc_unregister_component(struct device *dev); |
386 | int snd_soc_codec_volatile_register(struct snd_soc_codec *codec, | 390 | int snd_soc_codec_volatile_register(struct snd_soc_codec *codec, |
387 | unsigned int reg); | 391 | unsigned int reg); |