Re: [PATCH v3 2/2] ASoC: fsl_asrc: Add ASRC ASoC CPU DAI and platform drivers
From: Nicolin Chen <hidden>
Date: 2014-07-29 10:15:50
Also in:
alsa-devel, linuxppc-dev, lkml
From: Nicolin Chen <hidden>
Date: 2014-07-29 10:15:50
Also in:
alsa-devel, linuxppc-dev, lkml
On Tue, Jul 29, 2014 at 10:46:13AM +0100, Mark Rutland wrote:
quoted
+ - big-endian : If this property is absent, the native endian mode will + be in use as default, or the big endian mode will be in use + for all the device registers.Native endian is meaningless. If a CPU supports both BE and LE, there is no native endianness. The endianness of the kernel is dynamic while the endianness of registers in HW is fixed. Just choose an endianness to assume by default (presumably little). That way this describes the HW and always works with a kernel of arbitrary endianness.
Thank you for the comments. I just revised it by using 'little endian as default' and sent the patch v6. Please take a look at the new version. Thanks again, Nicolin -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html