25 Feb
2022
25 Feb
'22
12:24 a.m.
Quoting Srinivasa Rao Mandadapu (2022-02-24 07:33:48)
diff --git a/sound/soc/qcom/lpass-sc7280.c b/sound/soc/qcom/lpass-sc7280.c new file mode 100644 index 0000000..70c4df8 --- /dev/null +++ b/sound/soc/qcom/lpass-sc7280.c @@ -0,0 +1,438 @@ +// SPDX-License-Identifier: GPL-2.0-only +/*
- Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
- lpass-sc7180.c -- ALSA SoC platform-machine driver for QTi LPASS
Should be sc7280, but really the filename should be removed entirely.
- */
+#include <linux/module.h> +#include <sound/pcm.h> +#include <sound/soc.h> +#include <linux/pm_runtime.h>
+#include <dt-bindings/sound/sc7180-lpass.h>
Is that right? Or is it supposed to be dt-bindings/sound/sc7280-lpass.h?