aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/intel/avs/core.c
diff options
context:
space:
mode:
authorGravatar Takashi Iwai <tiwai@suse.de> 2022-12-09 09:50:13 +0100
committerGravatar Takashi Iwai <tiwai@suse.de> 2022-12-09 09:50:13 +0100
commita587601b55df505f38b18832d941e47dbbf084ce (patch)
tree839fae4220b9fc7b4aee9ac8f45a27496f047414 /sound/soc/intel/avs/core.c
parentALSA: hda/realtek: Add quirk for Lenovo TianYi510Pro-14IOB (diff)
parentASoC: dt-bindings: fsl-sai: Reinstate i.MX93 SAI compatible string (diff)
downloadlinux-a587601b55df505f38b18832d941e47dbbf084ce.tar.gz
linux-a587601b55df505f38b18832d941e47dbbf084ce.tar.bz2
linux-a587601b55df505f38b18832d941e47dbbf084ce.zip
Merge tag 'asoc-v6.2-2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next
ASoC: Updates for v6.2 A few more updates for v6.2 which can hopefully go into a later pull request, the bulk of these are fixes, minor cleanups or new board quirks - the one big bit that isn't is support for getting diagnostic data out of the Intel AVS firmwares.
Diffstat (limited to 'sound/soc/intel/avs/core.c')
-rw-r--r--sound/soc/intel/avs/core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/intel/avs/core.c b/sound/soc/intel/avs/core.c
index f7bc06404dbc..2ca24273c491 100644
--- a/sound/soc/intel/avs/core.c
+++ b/sound/soc/intel/avs/core.c
@@ -214,6 +214,7 @@ static void avs_hda_probe_work(struct work_struct *work)
adev->nhlt = intel_nhlt_init(adev->dev);
if (!adev->nhlt)
dev_info(bus->dev, "platform has no NHLT\n");
+ avs_debugfs_init(adev);
avs_register_all_boards(adev);
@@ -491,6 +492,7 @@ static void avs_pci_remove(struct pci_dev *pci)
avs_unregister_all_boards(adev);
+ avs_debugfs_exit(adev);
if (adev->nhlt)
intel_nhlt_free(adev->nhlt);