Change in v3: - Add .of_xlate_tdm_slot_mask(). - Add snd_soc_of_xlate_tdm_slot_mask(). - Remove TDM slot masks OF parsing... - Split the TDM infomation into two properties.
Xiubo Li (3): ASoC: binding: add tdm-slot.txt ASoC: core: add TDM slot parsing from DT supports ASoC: simple-card: add slot information parsing supports
.../devicetree/bindings/sound/simple-card.txt | 5 ++ .../devicetree/bindings/sound/tdm-slot.txt | 20 ++++++++ include/sound/simple_card.h | 2 + include/sound/soc-dai.h | 2 + include/sound/soc.h | 3 ++ sound/soc/generic/simple-card.c | 18 +++++++ sound/soc/soc-core.c | 59 ++++++++++++++++++++++ 7 files changed, 109 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/tdm-slot.txt