.. | .. |
---|
34 | 34 | |
---|
35 | 35 | "fsl,imx-audio-wm8960" |
---|
36 | 36 | |
---|
| 37 | + "fsl,imx-audio-mqs" |
---|
| 38 | + |
---|
| 39 | + "fsl,imx-audio-wm8524" |
---|
| 40 | + |
---|
| 41 | + "fsl,imx-audio-tlv320aic32x4" |
---|
| 42 | + |
---|
37 | 43 | Required properties: |
---|
38 | 44 | |
---|
39 | 45 | - compatible : Contains one of entries in the compatible list. |
---|
.. | .. |
---|
43 | 49 | - audio-cpu : The phandle of an CPU DAI controller |
---|
44 | 50 | |
---|
45 | 51 | - audio-codec : The phandle of an audio codec |
---|
| 52 | + |
---|
| 53 | +Optional properties: |
---|
| 54 | + |
---|
| 55 | + - audio-asrc : The phandle of ASRC. It can be absent if there's no |
---|
| 56 | + need to add ASRC support via DPCM. |
---|
46 | 57 | |
---|
47 | 58 | - audio-routing : A list of the connections between audio components. |
---|
48 | 59 | Each entry is a pair of strings, the first being the |
---|
.. | .. |
---|
60 | 71 | coexisting in order to support the old bindings |
---|
61 | 72 | of wm8962 and sgtl5000. |
---|
62 | 73 | |
---|
63 | | -Optional properties: |
---|
64 | | - |
---|
65 | | - - audio-asrc : The phandle of ASRC. It can be absent if there's no |
---|
66 | | - need to add ASRC support via DPCM. |
---|
| 74 | + - hp-det-gpio : The GPIO that detect headphones are plugged in |
---|
| 75 | + - mic-det-gpio : The GPIO that detect microphones are plugged in |
---|
| 76 | + - bitclock-master : Indicates dai-link bit clock master; for details see simple-card.yaml. |
---|
| 77 | + - frame-master : Indicates dai-link frame master; for details see simple-card.yaml. |
---|
| 78 | + - dai-format : audio format, for details see simple-card.yaml. |
---|
| 79 | + - frame-inversion : dai-link uses frame clock inversion, for details see simple-card.yaml. |
---|
| 80 | + - bitclock-inversion : dai-link uses bit clock inversion, for details see simple-card.yaml. |
---|
67 | 81 | |
---|
68 | 82 | Optional unless SSI is selected as a CPU DAI: |
---|
69 | 83 | |
---|