-
Notifications
You must be signed in to change notification settings - Fork 411
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
GitHub Action to find typos and lint Python code #493
base: master
Are you sure you want to change the base?
Conversation
@@ -127,7 +127,7 @@ bool AudioControlCS42448::inputLevelInteger(int32_t n) | |||
return write(CS42448_DAC_Channel_Invert, data, 7); | |||
} | |||
|
|||
bool AudioControlCS42448::inputLevelInteger(int chnnel, int32_t n) | |||
bool AudioControlCS42448::inputLevelInteger(int channel, int32_t n) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code change! Careful review, please.
@@ -66,7 +66,7 @@ class AudioControlCS42448 : public AudioControl | |||
bool volumeInteger(uint32_t n); | |||
bool volumeInteger(int channel, uint32_t n); | |||
bool inputLevelInteger(int32_t n); | |||
bool inputLevelInteger(int chnnel, int32_t n); | |||
bool inputLevelInteger(int channel, int32_t n); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code change! Careful review, please.
if (!notifiction.fixed) { | ||
window.clearTimeout(notifiction.timeoutid); | ||
notifiction.close(); | ||
var notification = currentNotifications[i]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code change! Careful review, please.
Test results: https://github.com/cclauss/Audio/actions