Re: [alsa-devel][PATCH 4/4] ASoC: wm8960: the enum of "DAC Polarity" should be wm8960_enum[1]

2015-06-12 Thread Mark Brown
On Thu, Jun 11, 2015 at 07:14:36PM +0800, Zidan Wang wrote: > the enum of "DAC Polarity" should be wm8960_enum[1]. Applied, thanks. signature.asc Description: Digital signature

Re: [alsa-devel][PATCH 4/4] ASoC: wm8960: the enum of "DAC Polarity" should be wm8960_enum[1]

2015-06-12 Thread Charles Keepax
On Thu, Jun 11, 2015 at 07:14:36PM +0800, Zidan Wang wrote: > the enum of "DAC Polarity" should be wm8960_enum[1]. > > Signed-off-by: Zidan Wang > --- Acked-by: Charles Keepax Thanks, Charles -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

[alsa-devel][PATCH 4/4] ASoC: wm8960: the enum of "DAC Polarity" should be wm8960_enum[1]

2015-06-11 Thread Zidan Wang
the enum of "DAC Polarity" should be wm8960_enum[1]. Signed-off-by: Zidan Wang --- sound/soc/codecs/wm8960.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/wm8960.c b/sound/soc/codecs/wm8960.c index 62246f1..d482c0f 100644 --- a/sound/soc/codecs/wm8960.c +++