1DMIC API Test 2################## 3 4This test is designed to verify that DMIC peripherals implement the API 5correctly. It performs the following checks: 6 7* Verify the DMIC will not start sampling before it is configured 8 9* Verify the DMIC can sample from one left channel 10 11* Verify the DMIC can sample from a stereo L/R pair 12 13* Verify that the DMIC works with the maximum number of channels possible 14 (defined based on the DTS compatible present in the build) 15 16* Verify that the DMIC can restart sampling after being paused and resumed 17 18* Verify that invalid channel maps (R/R pair, non-adjacent channels) are 19 rejected by the DMIC driver. 20