Re: [alsa-devel] [PATCH v4 1/3] ASoC: rt5677: allow multiple interrupt sources

2019-05-07 Thread Mark Brown
On Tue, May 07, 2019 at 02:10:26PM -0700, Curtis Malainey wrote: > On Fri, May 3, 2019 at 4:10 PM Fletcher Woodruff > wrote: > > > From: Ben Zhang > > > > This patch allows headphone plug detect and mic present > > detect to be enabled at the same time. This patch implements > > an irq_chip with

Re: [alsa-devel] [PATCH v4 1/3] ASoC: rt5677: allow multiple interrupt sources

2019-05-07 Thread Curtis Malainey
On Fri, May 3, 2019 at 4:10 PM Fletcher Woodruff wrote: > > From: Ben Zhang > > This patch allows headphone plug detect and mic present > detect to be enabled at the same time. This patch implements > an irq_chip with irq_domain directly instead of using > regmap-irq, so that interrupt source lin

[PATCH v4 1/3] ASoC: rt5677: allow multiple interrupt sources

2019-05-03 Thread Fletcher Woodruff
From: Ben Zhang This patch allows headphone plug detect and mic present detect to be enabled at the same time. This patch implements an irq_chip with irq_domain directly instead of using regmap-irq, so that interrupt source line polarities can be flipped to support irq sharing. This patch does n