tests: usb: uac2: Add speed properties to UAC2 instances
Add full-speed property to build all configuration and to UAC2 descriptor tests because this is what the tests were written for (UAC2 class originally was full-speed only and there were no speed properties available). Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>
This commit is contained in:
parent
67cd569216
commit
462077b2f2
2 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
uac2_headphones: usb_audio2 {
|
||||
compatible = "zephyr,uac2";
|
||||
status = "okay";
|
||||
full-speed;
|
||||
audio-function = <AUDIO_FUNCTION_OTHER>;
|
||||
|
||||
uac_aclk: aclk {
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
uac2_headset: usb_audio2 {
|
||||
compatible = "zephyr,uac2";
|
||||
status = "okay";
|
||||
full-speed;
|
||||
audio-function = <AUDIO_FUNCTION_HEADSET>;
|
||||
|
||||
uac_aclk: aclk {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue