ASoC: dt-bindings: Update example for enabling USB offload on SM8250
Add an example on enabling of USB offload for the Q6DSP. The routing can be done by the mixer, which can pass the multimedia stream to the USB backend. Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Wesley Cheng <quic_wcheng@quicinc.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20240217001017.29969-37-quic_wcheng@quicinc.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
58c7ea6a3d
commit
a9c83252bf
@ -227,6 +227,21 @@ examples:
|
||||
sound-dai = <&vamacro 0>;
|
||||
};
|
||||
};
|
||||
|
||||
usb-dai-link {
|
||||
link-name = "USB Playback";
|
||||
cpu {
|
||||
sound-dai = <&q6afedai USB_RX>;
|
||||
};
|
||||
|
||||
codec {
|
||||
sound-dai = <&usbdai USB_RX>;
|
||||
};
|
||||
|
||||
platform {
|
||||
sound-dai = <&q6routing>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
- |
|
||||
|
Loading…
x
Reference in New Issue
Block a user