F***@freescale.com
2014-09-18 18:46:42 UTC
Sorry, I missed to add alsa-***@alsa-project.org on Cc.
________________________________________
From: Timur Tabi <***@tabi.org>
Sent: Thursday, September 18, 2014 3:37 PM
To: Nicolin Chen
Cc: Estevam Fabio-R49496; ***@kernel.org; Xiubo Li-B47053
Subject: Re: [PATCH] ASoC: fsl_ssi: Remove unneeded 'i2s-slave' property
this entire property from Device Tree binding document as newer platforms
may no long need this property in their DT bindings.
I think the property is necessary if anyone takes a P1022 or MPC8610 and
uses it in a platform that doesn't support i2s-slave. But currently,
the code doesn't support anything else. So technically, we could remove
it, and if anyone does want to support another configuration, he will
have to add that support the "new" way.
________________________________________
From: Timur Tabi <***@tabi.org>
Sent: Thursday, September 18, 2014 3:37 PM
To: Nicolin Chen
Cc: Estevam Fabio-R49496; ***@kernel.org; Xiubo Li-B47053
Subject: Re: [PATCH] ASoC: fsl_ssi: Remove unneeded 'i2s-slave' property
There is no need to use 'i2s-slave' property, since master/slave configuration
are passed via machine layer.
This change does not break existing users because they do check for slave
mode inside sound/soc/fsl/mpc8610_hpcd.c/p1022_ds.c and p1022_rdk.c
Besides this change, I'm wondering if we can take a further step to dropare passed via machine layer.
This change does not break existing users because they do check for slave
mode inside sound/soc/fsl/mpc8610_hpcd.c/p1022_ds.c and p1022_rdk.c
this entire property from Device Tree binding document as newer platforms
may no long need this property in their DT bindings.
uses it in a platform that doesn't support i2s-slave. But currently,
the code doesn't support anything else. So technically, we could remove
it, and if anyone does want to support another configuration, he will
have to add that support the "new" way.