Re: [alsa-devel][PATCH 1/3 v3] ASoC: TSCS42xx: Shorten lines and other cleanup

2018-04-03 Thread Steven Eckhoff
On Mon, Apr 02, 2018 at 04:23:35PM +0100, Mark Brown wrote: > I only seem to have patches 1 and 2 here (and they aren't threaded with > each other which is a bit odd too). I seem to recall this has been > happening quite a bit with your patches - in general if you're sending > things you should

Re: [alsa-devel][PATCH 1/3 v3] ASoC: TSCS42xx: Shorten lines and other cleanup

2018-04-03 Thread Steven Eckhoff
On Mon, Apr 02, 2018 at 04:23:35PM +0100, Mark Brown wrote: > I only seem to have patches 1 and 2 here (and they aren't threaded with > each other which is a bit odd too). I seem to recall this has been > happening quite a bit with your patches - in general if you're sending > things you should

Re: [alsa-devel][PATCH 1/3 v3] ASoC: TSCS42xx: Shorten lines and other cleanup

2018-04-02 Thread Mark Brown
On Wed, Mar 28, 2018 at 10:08:22AM -0500, Steven Eckhoff wrote: > Shorten lines greater than 80 chars > Add const to struct snd_soc_component_driver I only seem to have patches 1 and 2 here (and they aren't threaded with each other which is a bit odd too). I seem to recall this has been

Re: [alsa-devel][PATCH 1/3 v3] ASoC: TSCS42xx: Shorten lines and other cleanup

2018-04-02 Thread Mark Brown
On Wed, Mar 28, 2018 at 10:08:22AM -0500, Steven Eckhoff wrote: > Shorten lines greater than 80 chars > Add const to struct snd_soc_component_driver I only seem to have patches 1 and 2 here (and they aren't threaded with each other which is a bit odd too). I seem to recall this has been

[alsa-devel][PATCH 1/3 v3] ASoC: TSCS42xx: Shorten lines and other cleanup

2018-03-28 Thread Steven Eckhoff
Shorten lines greater than 80 chars Add const to struct snd_soc_component_driver Signed-off-by: Steven Eckhoff --- sound/soc/codecs/tscs42xx.c | 87 - 1 file changed, 55 insertions(+), 32 deletions(-) diff --git

[alsa-devel][PATCH 1/3 v3] ASoC: TSCS42xx: Shorten lines and other cleanup

2018-03-28 Thread Steven Eckhoff
Shorten lines greater than 80 chars Add const to struct snd_soc_component_driver Signed-off-by: Steven Eckhoff --- sound/soc/codecs/tscs42xx.c | 87 - 1 file changed, 55 insertions(+), 32 deletions(-) diff --git a/sound/soc/codecs/tscs42xx.c