Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

driver/audio: low level reset must always succeed #9846

Merged
merged 1 commit into from Jul 18, 2023

Commits on Jul 17, 2023

  1. driver/audio: low level reset must always succeed

    - considering simplicity and design assumption, the reset function must work without flaw.
      If it fails, there is no way to recover but to reset again. so checking return status does not
      bring additional benefit
    
    - There is unnecessary switch inside switch which is making code not too readable
    
    Signed-off-by: mks2183 <manishsharma3134@gmail.com>
    mks2183 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    7d21daf View commit details
    Browse the repository at this point in the history