Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1728695
| From | Łukasz Majewski <lukma@denx.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] ASoC: fsl_ssi: Override bit clock rate based on slot number |
| Date | 2017-09-08 10:50 +0200 |
| Message-ID | <unn97-4mN-15@gated-at.bofh.it> (permalink) |
| References | <unk1z-2p0-3@gated-at.bofh.it> <unkkV-2ve-5@gated-at.bofh.it> |
| Organization | DENX |
Hi Nicolin, > On Thu, Sep 07, 2017 at 10:23:43PM -0700, Nicolin Chen wrote: >> The set_sysclk() now is used to override the output bit clock rate. >> But this is not a common way to implement a set_dai_sysclk(). And >> this creates a problem when a general machine driver (simple-card >> for example) tries to do set_dai_sysclk() by passing an input clock >> rate for the baud clock instead of setting the bit clock rate as >> fsl_ssi driver expected. >> >> So this patch solves this problem by firstly removing set_sysclk() >> since the hw_params() can calculate the bit clock rate. Secondly, >> in order not to break those TDM use cases which previously might >> have been using set_sysclk() to override the bit clock rate, this >> patch changes the driver to override it based on the slot number. >> >> The patch also removes an obsolete comment of the dir parameter. >> >> Signed-off-by: Nicolin Chen <nicoleotsuka@gmail.com> > > Forgot to mention, I think that it's better to wait for a couple of > Tested-by from those who use the TDM mode of SSI before applying it. Although, I'm not the PCM user, I've tested your patch and it works :-) Tested-by: Łukasz Majewski <lukma@denx.de> Test HW: imx6q + tfa9879 codec > > Thanks > Nicolin > -- Best regards, Lukasz Majewski -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] ASoC: fsl_ssi: Override bit clock rate based on slot number Nicolin Chen <nicoleotsuka@gmail.com> - 2017-09-08 07:30 +0200
Re: [PATCH] ASoC: fsl_ssi: Override bit clock rate based on slot number Nicolin Chen <nicoleotsuka@gmail.com> - 2017-09-08 07:50 +0200
Re: [PATCH] ASoC: fsl_ssi: Override bit clock rate based on slot number Arnaud Mouiche <arnaud.mouiche@invoxia.com> - 2017-09-08 08:20 +0200
Re: [PATCH] ASoC: fsl_ssi: Override bit clock rate based on slot number Łukasz Majewski <lukma@denx.de> - 2017-09-08 10:50 +0200
csiph-web