Re: [PATCH v3 3/6] ASoC: qdsp6: q6afe-dai: add support to pcm port dais

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On 12/02/2020 09:52, Srinivas Kandagatla wrote:


On 12/02/2020 01:52, Adam Serbinski wrote:
+            ret = of_property_read_u32(node, "qcom,pcm-quantype",
+                           &priv->quantype);
+            if (ret) {
+                dev_err(dev, "No quantype from DT\n");
+                break;
+            }
+
+            ret = of_property_read_variable_u32_array(node,
+                        "qcom,pcm-slot-mapping",
+                        priv->slot_number_mapping,
+                        1, AFE_MAX_PCM_SLOT_COUNT);

These new bindings needs to be documented in Documentation/devicetree/bindings/sound/qcom,q6afe.txt

Replied too quickly!

I would normally have expected bindings patch before this patch though..

--srini


--srini



[Index of Archives]     [Device Tree Compilter]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux PCI Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]


  Powered by Linux