Skip to content

Commit 4c3b0ac

Browse files
jij-workJonas Holmberg
authored andcommitted
audio: Correct the main function comments
Co-authored-by: Jonas Holmberg <[email protected]>
1 parent 6d19b7a commit 4c3b0ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

audio-capture/app/audiocapture.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ static const struct pw_registry_events registry_events = {
320320
};
321321

322322
/**
323-
* Main function that starts a stream with target node as argument.
323+
* Main function that starts the main loop.
324324
*/
325325
int main(int argc, char* argv[]) {
326326
struct impl impl = {0};

audio-playback/app/audioplayback.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ static const struct pw_registry_events registry_events = {
290290
};
291291

292292
/**
293-
* Main function that starts a stream with target node as argument.
293+
* Main function that starts the main loop.
294294
*/
295295
int main(int argc, char* argv[]) {
296296
struct impl impl = {0};

0 commit comments

Comments
 (0)