summaryrefslogtreecommitdiff
path: root/drivers/soundwire/intel_ace2x_debugfs.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2024-07-24 13:04:43 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2024-07-24 13:04:43 -0700
commitad7b0b7b87bb19ea7ee71e165e597f5fbfac76ab (patch)
tree5e2fcbde1d28e13a2a6086ecfb183257a0a53ed1 /drivers/soundwire/intel_ace2x_debugfs.c
parent7a46b17d4c00c2547b5bd82eec9489b19128fd65 (diff)
parentfdd3d14ca3c8c5269174f10d33d6181173cbd0b4 (diff)
downloadlinux-ad7b0b7b87bb19ea7ee71e165e597f5fbfac76ab.tar.gz
linux-ad7b0b7b87bb19ea7ee71e165e597f5fbfac76ab.tar.bz2
linux-ad7b0b7b87bb19ea7ee71e165e597f5fbfac76ab.zip
Merge tag 'soundwire-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire
Pull soundwire updates from Vinod Koul: - Simplification across subsystem using cleanup.h - Support for debugfs to read/write commands - Few Intel and Qualcomm driver updates * tag 'soundwire-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire: soundwire: debugfs: simplify with cleanup.h soundwire: cadence: simplify with cleanup.h soundwire: intel_ace2x: simplify with cleanup.h soundwire: intel_ace2x: simplify return path in hw_params soundwire: intel: simplify with cleanup.h soundwire: intel: simplify return path in hw_params soundwire: amd_init: simplify with cleanup.h soundwire: amd: simplify with cleanup.h soundwire: amd: simplify return path in hw_params soundwire: intel_auxdevice: start the bus at default frequency soundwire: intel_auxdevice: add cs42l43 codec to wake_capable_list drivers:soundwire: qcom: cleanup port maask calculations soundwire: bus: simplify by using local slave->prop soundwire: generic_bandwidth_allocation: change port_bo parameter to pointer soundwire: Intel: clarify Copyright information soundwire: intel_ace2.x: add AC timing extensions for PantherLake soundwire: bus: add stream refcount soundwire: debugfs: add interface to read/write commands
Diffstat (limited to 'drivers/soundwire/intel_ace2x_debugfs.c')
-rw-r--r--drivers/soundwire/intel_ace2x_debugfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soundwire/intel_ace2x_debugfs.c b/drivers/soundwire/intel_ace2x_debugfs.c
index 3d24661ffd37..206a8d511ebd 100644
--- a/drivers/soundwire/intel_ace2x_debugfs.c
+++ b/drivers/soundwire/intel_ace2x_debugfs.c
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only
-// Copyright(c) 2023 Intel Corporation. All rights reserved.
+// Copyright(c) 2023 Intel Corporation
#include <linux/acpi.h>
#include <linux/debugfs.h>