Commit 40e8cc56 authored by Mark Brown's avatar Mark Brown

Merge remote-tracking branch 'asoc/topic/pcm512x' into asoc-next

parents c44ff31a da924c3a
/* /*
* Driver for the PCM512x CODECs * Driver for the PCM512x CODECs
* *
* Author: Mark Brown <broonie@linaro.org> * Author: Mark Brown <broonie@kernel.org>
* Copyright 2014 Linaro Ltd * Copyright 2014 Linaro Ltd
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -75,5 +75,5 @@ static struct i2c_driver pcm512x_i2c_driver = { ...@@ -75,5 +75,5 @@ static struct i2c_driver pcm512x_i2c_driver = {
module_i2c_driver(pcm512x_i2c_driver); module_i2c_driver(pcm512x_i2c_driver);
MODULE_DESCRIPTION("ASoC PCM512x codec driver - I2C"); MODULE_DESCRIPTION("ASoC PCM512x codec driver - I2C");
MODULE_AUTHOR("Mark Brown <broonie@linaro.org>"); MODULE_AUTHOR("Mark Brown <broonie@kernel.org>");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");
/* /*
* Driver for the PCM512x CODECs * Driver for the PCM512x CODECs
* *
* Author: Mark Brown <broonie@linaro.org> * Author: Mark Brown <broonie@kernel.org>
* Copyright 2014 Linaro Ltd * Copyright 2014 Linaro Ltd
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
......
/* /*
* Driver for the PCM512x CODECs * Driver for the PCM512x CODECs
* *
* Author: Mark Brown <broonie@linaro.org> * Author: Mark Brown <broonie@kernel.org>
* Copyright 2014 Linaro Ltd * Copyright 2014 Linaro Ltd
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -1602,5 +1602,5 @@ const struct dev_pm_ops pcm512x_pm_ops = { ...@@ -1602,5 +1602,5 @@ const struct dev_pm_ops pcm512x_pm_ops = {
EXPORT_SYMBOL_GPL(pcm512x_pm_ops); EXPORT_SYMBOL_GPL(pcm512x_pm_ops);
MODULE_DESCRIPTION("ASoC PCM512x codec driver"); MODULE_DESCRIPTION("ASoC PCM512x codec driver");
MODULE_AUTHOR("Mark Brown <broonie@linaro.org>"); MODULE_AUTHOR("Mark Brown <broonie@kernel.org>");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");
/* /*
* Driver for the PCM512x CODECs * Driver for the PCM512x CODECs
* *
* Author: Mark Brown <broonie@linaro.org> * Author: Mark Brown <broonie@kernel.org>
* Copyright 2014 Linaro Ltd * Copyright 2014 Linaro Ltd
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment