Re: [alsa-devel][PATCH v7] ASoC: TSCS42xx: Add support for Tempo Semiconductor's TSCS42xx audio CODEC

2018-01-07 Thread Steven Eckhoff
On Fri, Jan 05, 2018 at 12:38:03PM +, Mark Brown wrote: > This doesn't apply cleanly against current code, what did you submit > against? :( These aren't trivial things that have just been added to > my tree in this development cycle either, it looks like you're > submitting against some

Re: [alsa-devel][PATCH v7] ASoC: TSCS42xx: Add support for Tempo Semiconductor's TSCS42xx audio CODEC

2018-01-07 Thread Steven Eckhoff
On Fri, Jan 05, 2018 at 12:38:03PM +, Mark Brown wrote: > This doesn't apply cleanly against current code, what did you submit > against? :( These aren't trivial things that have just been added to > my tree in this development cycle either, it looks like you're > submitting against some

Re: [alsa-devel][PATCH v7] ASoC: TSCS42xx: Add support for Tempo Semiconductor's TSCS42xx audio CODEC

2018-01-06 Thread Steven Eckhoff
On Fri, Jan 05, 2018 at 12:22:42PM +, Mark Brown wrote: > > + SOC_ENUM("MBC Band1 Level Detect Switch", > > + mbc_level_detection_enums[0]), > > + SOC_ENUM("MBC Band2 Level Detect Switch", > > + mbc_level_detection_enums[1]), > > + SOC_ENUM("MBC Band3 Level Detect

Re: [alsa-devel][PATCH v7] ASoC: TSCS42xx: Add support for Tempo Semiconductor's TSCS42xx audio CODEC

2018-01-06 Thread Steven Eckhoff
On Fri, Jan 05, 2018 at 12:22:42PM +, Mark Brown wrote: > > + SOC_ENUM("MBC Band1 Level Detect Switch", > > + mbc_level_detection_enums[0]), > > + SOC_ENUM("MBC Band2 Level Detect Switch", > > + mbc_level_detection_enums[1]), > > + SOC_ENUM("MBC Band3 Level Detect

Re: [alsa-devel][PATCH v7] ASoC: TSCS42xx: Add support for Tempo Semiconductor's TSCS42xx audio CODEC

2018-01-05 Thread Mark Brown
On Tue, Dec 19, 2017 at 02:54:25PM -0600, Steven Eckhoff wrote: > Currently there is no support for TSCS42xx audio CODECs. > > Add support for TSCS42xx audio CODECs. This doesn't apply cleanly against current code, what did you submit against? :( These aren't trivial things that have just been

Re: [alsa-devel][PATCH v7] ASoC: TSCS42xx: Add support for Tempo Semiconductor's TSCS42xx audio CODEC

2018-01-05 Thread Mark Brown
On Tue, Dec 19, 2017 at 02:54:25PM -0600, Steven Eckhoff wrote: > Currently there is no support for TSCS42xx audio CODECs. > > Add support for TSCS42xx audio CODECs. This doesn't apply cleanly against current code, what did you submit against? :( These aren't trivial things that have just been

Re: [alsa-devel][PATCH v7] ASoC: TSCS42xx: Add support for Tempo Semiconductor's TSCS42xx audio CODEC

2018-01-05 Thread Mark Brown
On Tue, Dec 19, 2017 at 02:54:25PM -0600, Steven Eckhoff wrote: > + SOC_ENUM("MBC Band1 Level Detect Switch", > + mbc_level_detection_enums[0]), > + SOC_ENUM("MBC Band2 Level Detect Switch", > + mbc_level_detection_enums[1]), > + SOC_ENUM("MBC Band3 Level

Re: [alsa-devel][PATCH v7] ASoC: TSCS42xx: Add support for Tempo Semiconductor's TSCS42xx audio CODEC

2018-01-05 Thread Mark Brown
On Tue, Dec 19, 2017 at 02:54:25PM -0600, Steven Eckhoff wrote: > + SOC_ENUM("MBC Band1 Level Detect Switch", > + mbc_level_detection_enums[0]), > + SOC_ENUM("MBC Band2 Level Detect Switch", > + mbc_level_detection_enums[1]), > + SOC_ENUM("MBC Band3 Level

[alsa-devel][PATCH v7] ASoC: TSCS42xx: Add support for Tempo Semiconductor's TSCS42xx audio CODEC

2017-12-19 Thread Steven Eckhoff
Currently there is no support for TSCS42xx audio CODECs. Add support for TSCS42xx audio CODECs. Reviewed-by: Charles Keepax Acked-by: Philippe Ombredanne Signed-off-by: Steven Eckhoff --- Thank you to

[alsa-devel][PATCH v7] ASoC: TSCS42xx: Add support for Tempo Semiconductor's TSCS42xx audio CODEC

2017-12-19 Thread Steven Eckhoff
Currently there is no support for TSCS42xx audio CODECs. Add support for TSCS42xx audio CODECs. Reviewed-by: Charles Keepax Acked-by: Philippe Ombredanne Signed-off-by: Steven Eckhoff --- Thank you to everyone involved in improving this driver. In the following history I have attempted to