RE: [PATCH] ASoC: SAMSUNG: Add SND_SOC_DAIFMT_CONT option for snd_soc_set_fmt()

2012-09-06 Thread Sangsu Park
On Thurs, Sep 06, 2012 at 9:22 AM +0900, Mark Brown wrote: On Mon, Sep 03, 2012 at 11:10:03AM +0900, Sangsu Park wrote: On Sun, Aug 31, 2012 at 2:43 AM +0900, Mark Brown wrote: On Wed, Aug 29, 2012 at 08:06:32PM +0900, Sangsu Park wrote: Please check your mailer configuration, it looks

Re: [PATCH] ASoC: SAMSUNG: Add SND_SOC_DAIFMT_CONT option for snd_soc_set_fmt()

2012-09-05 Thread Mark Brown
On Mon, Sep 03, 2012 at 11:10:03AM +0900, Sangsu Park wrote: On Sun, Aug 31, 2012 at 2:43 AM +0900, Mark Brown wrote: On Wed, Aug 29, 2012 at 08:06:32PM +0900, Sangsu Park wrote: Please check your mailer configuration, it looks like it's reformatting all the text with much longer line

RE: [PATCH] ASoC: SAMSUNG: Add SND_SOC_DAIFMT_CONT option for snd_soc_set_fmt()

2012-09-02 Thread Sangsu Park
On Sun, Aug 31, 2012 at 2:43 AM +0900, Mark Brown wrote: On Wed, Aug 29, 2012 at 08:06:32PM +0900, Sangsu Park wrote: Please check your mailer configuration, it looks like it's reformatting all the text with much longer line widths. I've changed line width configuration. Is it ok now?

Re: [PATCH] ASoC: SAMSUNG: Add SND_SOC_DAIFMT_CONT option for snd_soc_set_fmt()

2012-08-30 Thread Mark Brown
On Wed, Aug 29, 2012 at 08:06:32PM +0900, Sangsu Park wrote: Please check your mailer configuration, it looks like it's reformatting all the text with much longer line widths. On Sun, Aug 26, 2012 at 05:45:54PM +0900, Mark Brown wrote: a whole lot of sense on the slave side, it's related to

RE: [PATCH] ASoC: SAMSUNG: Add SND_SOC_DAIFMT_CONT option for snd_soc_set_fmt()

2012-08-29 Thread Sangsu Park
On Sun, Aug 26, 2012 at 05:45:54PM +0900, Mark Brown wrote: On Sun, Aug 26, 2012 at 05:45:54PM +0900, ڻwrote: SND_SOC_DAIFMT_CONT option is now needed because of below commit: ASoC: Allow DAI formats to be specified in the dai_link Clearly it's not a direct consequence of this

Re: [PATCH] ASoC: SAMSUNG: Add SND_SOC_DAIFMT_CONT option for snd_soc_set_fmt()

2012-08-27 Thread Mark Brown
On Sun, Aug 26, 2012 at 05:45:54PM +0900, �ڻ��� wrote: SND_SOC_DAIFMT_CONT option is now needed because of below commit: ASoC: Allow DAI formats to be specified in the dai_link Clearly it's not a direct consequence of this commit, that just introduces a new optional facility which...

[PATCH] ASoC: SAMSUNG: Add SND_SOC_DAIFMT_CONT option for snd_soc_set_fmt()

2012-08-26 Thread 박상수
SND_SOC_DAIFMT_CONT option is now needed because of below commit: ASoC: Allow DAI formats to be specified in the dai_link Otherwise, s3c_pcm_set_fmt() returns -EINVAL. Signed-off-by: Sangsu Park sangsu4u.p...@samsung.com --- sound/soc/samsung/smdk_wm8994pcm.c |1 + 1 files changed, 1