aboutsummaryrefslogtreecommitdiff
path: root/sound/pci
diff options
context:
space:
mode:
authorGravatar Takashi Iwai <tiwai@suse.de> 2024-02-15 15:00:31 +0100
committerGravatar Takashi Iwai <tiwai@suse.de> 2024-02-15 15:00:31 +0100
commit3db9d4b395190103969707ed7ea6513f1162b9e3 (patch)
treef0e1f78c7c9422b4ad22ca1658e3ed4e0881846b /sound/pci
parentALSA: hda/realtek: cs35l41: Fix order and duplicates in quirks table (diff)
parentASoC: cs35l56: Workaround for ACPI with broken spk-id-gpios property (diff)
downloadlinux-3db9d4b395190103969707ed7ea6513f1162b9e3.tar.gz
linux-3db9d4b395190103969707ed7ea6513f1162b9e3.tar.bz2
linux-3db9d4b395190103969707ed7ea6513f1162b9e3.zip
Merge tag 'asoc-fix-v6.8-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v6.8 A relatively large set of fixes and quirk additions here but they're all driver specific, people seem to be back into the swing of things after the holidays. This is all driver specific and much of it fairly minor.
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/tas2781_hda_i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/tas2781_hda_i2c.c b/sound/pci/hda/tas2781_hda_i2c.c
index 2dd809de62e5..1bfb00102a77 100644
--- a/sound/pci/hda/tas2781_hda_i2c.c
+++ b/sound/pci/hda/tas2781_hda_i2c.c
@@ -710,7 +710,7 @@ static int tas2781_hda_bind(struct device *dev, struct device *master,
strscpy(comps->name, dev_name(dev), sizeof(comps->name));
- ret = tascodec_init(tas_hda->priv, codec, tasdev_fw_ready);
+ ret = tascodec_init(tas_hda->priv, codec, THIS_MODULE, tasdev_fw_ready);
if (!ret)
comps->playback_hook = tas2781_hda_playback_hook;