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

src: dai-/host-zephyr: Drop the duplicated function name print and print the src/sink frames when there is nothing to copy on dai side #9397

Commits on Aug 23, 2024

  1. src: dai-zephyr: Drop function name from comp_* prints

    The comp_* macros will print the function name from where they are called,
    there is no need to print them twice.
    
    Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
    ujfalusi committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    0449f28 View commit details
    Browse the repository at this point in the history
  2. src: dai-zephyr: Print out the src/sink frames along with 'nothing to…

    … copy'
    
    The 'nothing to copy' without context does not help in debugging, print
    out the number of frames on src and sink side to give some context.
    
    Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
    ujfalusi committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    dd3cc0e View commit details
    Browse the repository at this point in the history
  3. src: host-zephyr: Drop function name from comp_* prints

    The comp_* macros will print the function name from where they are called,
    there is no need to print them twice.
    
    Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
    ujfalusi committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    aaa6734 View commit details
    Browse the repository at this point in the history