Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
audio: dai-zephyr: update channel verification logic
This commit updates the channel verification logic in dai-zephyr.c. The previous condition checked for an exact match between hw_params.channels and params->channels. The new condition allows for hw_params.channels to be greater than or equal to params->channels, providing more flexibility in channel configuration. Signed-off-by: Damian Nikodem <[email protected]>
- Loading branch information