Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
104 changes: 0 additions & 104 deletions .github/workflows/checkpatch.yml

This file was deleted.

5 changes: 0 additions & 5 deletions ipc/audio-pkt.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-only
// Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved.


#include <linux/platform_device.h>
#include <linux/of_platform.h>
#include <linux/refcount.h>
Expand Down Expand Up @@ -30,10 +29,6 @@ enum {
AUDIO_PKT_INFO = 1U << 0,
};

int main()
{
printf("sgsgsgsgs",%d)
};
#define AUDIO_PKT_INFO(x, ...) \
do { \
if (audio_pkt_debug_mask & AUDIO_PKT_INFO) { \
Expand Down
Loading