pcm512x-i2c.c (e5451c8f8330e03ad3cfa16048b4daf961af434f) pcm512x-i2c.c (da924c3a0d3f45bf8c46e83a7aa1b75b86f1e7a0)
1/*
2 * Driver for the PCM512x CODECs
3 *
1/*
2 * Driver for the PCM512x CODECs
3 *
4 * Author: Mark Brown <broonie@linaro.org>
4 * Author: Mark Brown <broonie@kernel.org>
5 * Copyright 2014 Linaro Ltd
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * version 2 as published by the Free Software Foundation.
10 *
11 * This program is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of

--- 57 unchanged lines hidden (view full) ---

70 .of_match_table = pcm512x_of_match,
71 .pm = &pcm512x_pm_ops,
72 },
73};
74
75module_i2c_driver(pcm512x_i2c_driver);
76
77MODULE_DESCRIPTION("ASoC PCM512x codec driver - I2C");
5 * Copyright 2014 Linaro Ltd
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * version 2 as published by the Free Software Foundation.
10 *
11 * This program is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of

--- 57 unchanged lines hidden (view full) ---

70 .of_match_table = pcm512x_of_match,
71 .pm = &pcm512x_pm_ops,
72 },
73};
74
75module_i2c_driver(pcm512x_i2c_driver);
76
77MODULE_DESCRIPTION("ASoC PCM512x codec driver - I2C");
78MODULE_AUTHOR("Mark Brown <broonie@linaro.org>");
78MODULE_AUTHOR("Mark Brown <broonie@kernel.org>");
79MODULE_LICENSE("GPL v2");
79MODULE_LICENSE("GPL v2");