Re: [PATCH 1/2] ASoC: max98927: Added support for DSP_A and DSP_B format

2017-09-25 Thread Mark Brown
On Thu, Sep 14, 2017 at 05:30:36PM -0700, Ryan Lee wrote: > Signed-off-by: Ryan Lee This thread consists of four patches, two numbered 1/2 and two numbered 2/2. Obviously this is quite confusing to read. Please spend some time working through the patch submission

Re: [PATCH 1/2] ASoC: max98927: Added support for DSP_A and DSP_B format

2017-09-25 Thread Mark Brown
On Thu, Sep 14, 2017 at 05:30:36PM -0700, Ryan Lee wrote: > Signed-off-by: Ryan Lee This thread consists of four patches, two numbered 1/2 and two numbered 2/2. Obviously this is quite confusing to read. Please spend some time working through the patch submission process, perhaps try sending

[PATCH 1/2] ASoC: max98927: Added support for DSP_A and DSP_B format

2017-09-14 Thread Ryan Lee
Signed-off-by: Ryan Lee --- Changelog: Modified copyright date Added support for DSP_A and DSP_B format. Added 'use_pdm' variable to distinguish configuration for pcm and pdm. Maxim's TDM_MODE1 is matched with DSP_A Maxim's TDM_MODE0 is matched with DSP_B

[PATCH 1/2] ASoC: max98927: Added support for DSP_A and DSP_B format

2017-09-14 Thread Ryan Lee
Signed-off-by: Ryan Lee --- sound/soc/codecs/max98927.c | 35 --- sound/soc/codecs/max98927.h | 6 -- 2 files changed, 24 insertions(+), 17 deletions(-) diff --git a/sound/soc/codecs/max98927.c b/sound/soc/codecs/max98927.c

[PATCH 1/2] ASoC: max98927: Added support for DSP_A and DSP_B format

2017-09-14 Thread Ryan Lee
Signed-off-by: Ryan Lee --- sound/soc/codecs/max98927.c | 35 --- sound/soc/codecs/max98927.h | 6 -- 2 files changed, 24 insertions(+), 17 deletions(-) diff --git a/sound/soc/codecs/max98927.c b/sound/soc/codecs/max98927.c index d9dbbe7..6f7b3ef 100644 ---

[PATCH 1/2] ASoC: max98927: Added support for DSP_A and DSP_B format

2017-09-14 Thread Ryan Lee
Signed-off-by: Ryan Lee --- Changelog: Modified copyright date Added support for DSP_A and DSP_B format. Added 'use_pdm' variable to distinguish configuration for pcm and pdm. Maxim's TDM_MODE1 is matched with DSP_A Maxim's TDM_MODE0 is matched with DSP_B sound/soc/codecs/max98927.c | 35