aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/intel/avs/dsp.c
diff options
context:
space:
mode:
authorGravatar Cezary Rojewski <cezary.rojewski@intel.com> 2022-05-16 12:11:13 +0200
committerGravatar Mark Brown <broonie@kernel.org> 2022-05-17 11:58:04 +0100
commit1affc44ea5dd554c103e0ce1e809f3aa5d942349 (patch)
tree86bb57149b9d309a445e6044141bc959280d7a2e /sound/soc/intel/avs/dsp.c
parentASoC: Intel: avs: Machine board registration (diff)
downloadlinux-1affc44ea5dd554c103e0ce1e809f3aa5d942349.tar.gz
linux-1affc44ea5dd554c103e0ce1e809f3aa5d942349.tar.bz2
linux-1affc44ea5dd554c103e0ce1e809f3aa5d942349.zip
ASoC: Intel: avs: PCI driver implementation
HD-Audio bus is a PCI device. Add all functions necessary to probe such device along with its removal sequence. Behaviour implemented for all standard operations is similar to existing solutions: sound/pci/hda and sound/soc/intel/skylake. Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com> Link: https://lore.kernel.org/r/20220516101116.190192-13-cezary.rojewski@intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/avs/dsp.c')
-rw-r--r--sound/soc/intel/avs/dsp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/intel/avs/dsp.c b/sound/soc/intel/avs/dsp.c
index 8f111250c5b1..06d2f7af520f 100644
--- a/sound/soc/intel/avs/dsp.c
+++ b/sound/soc/intel/avs/dsp.c
@@ -6,7 +6,6 @@
// Amadeusz Slawinski <amadeuszx.slawinski@linux.intel.com>
//
-#include <linux/module.h>
#include <sound/hdaudio_ext.h>
#include "avs.h"
#include "registers.h"
@@ -322,5 +321,3 @@ int avs_dsp_delete_pipeline(struct avs_dev *adev, u8 instance_id)
ida_free(&adev->ppl_ida, instance_id);
return ret;
}
-
-MODULE_LICENSE("GPL");