ASoC: pcm512x: Scrub my work address from the driver
It's difficult for me to handle upstream mail that ends up in my work account and this was done outside of work anyway so replace my work address with my usual address for upstream stuff. Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
2bd6bf03f4
commit
da924c3a0d
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Driver for the PCM512x CODECs
|
||||
*
|
||||
* Author: Mark Brown <broonie@linaro.org>
|
||||
* Author: Mark Brown <broonie@kernel.org>
|
||||
* Copyright 2014 Linaro Ltd
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
|
@ -75,5 +75,5 @@ static struct i2c_driver pcm512x_i2c_driver = {
|
|||
module_i2c_driver(pcm512x_i2c_driver);
|
||||
|
||||
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");
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Driver for the PCM512x CODECs
|
||||
*
|
||||
* Author: Mark Brown <broonie@linaro.org>
|
||||
* Author: Mark Brown <broonie@kernel.org>
|
||||
* Copyright 2014 Linaro Ltd
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Driver for the PCM512x CODECs
|
||||
*
|
||||
* Author: Mark Brown <broonie@linaro.org>
|
||||
* Author: Mark Brown <broonie@kernel.org>
|
||||
* Copyright 2014 Linaro Ltd
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
|
@ -1602,5 +1602,5 @@ const struct dev_pm_ops pcm512x_pm_ops = {
|
|||
EXPORT_SYMBOL_GPL(pcm512x_pm_ops);
|
||||
|
||||
MODULE_DESCRIPTION("ASoC PCM512x codec driver");
|
||||
MODULE_AUTHOR("Mark Brown <broonie@linaro.org>");
|
||||
MODULE_AUTHOR("Mark Brown <broonie@kernel.org>");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Driver for the PCM512x CODECs
|
||||
*
|
||||
* Author: Mark Brown <broonie@linaro.org>
|
||||
* Author: Mark Brown <broonie@kernel.org>
|
||||
* Copyright 2014 Linaro Ltd
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
|
|
Loading…
Reference in New Issue