Re: [alsa-devel] [PATCH v2 1/3] ASoC: binding: add tdm-slot.txt
From: Lars-Peter Clausen
Date: Wed Feb 12 2014 - 04:27:04 EST
On 02/12/2014 08:45 AM, Xiubo Li wrote:
TDM slot:
This specifies audio DAI's TDM slot.
Each entry is has four non-negative integer values in DT:
<tx_mask, rx_mask, slots, slot_width>
For instance:
simple-slot-info = <0xffffffc 0xffffffc 2 0>;
The current internal API for TDM is very poor, I don't think we want to
expose that 1 to 1 to the devicetree. Since this means we'd have to support
that forever. The first thing is that the semantics of
snd_soc_dai_set_tdm_slot() are very unclear. E.g. some drivers use a zero
bit for a active slot, some drivers use a 1 bit for a active slot. The
second thing is that we are not able to specify which channel should be
mapped to which slot. You can merely specify from/to which slots the CODEC
should read/write and then it is up to the driver to guess which channel
should go to which slot. In my opinion a binding that allows to specify a
explicit mapping of which channel goes to which slot would be much better.
Also those are four different settings. In my opinion they should not be
expressed in one property, but rather in four. E.g. specifying a tx_mask for
a rx only device does not make much sense.
- Lars
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/