Skip to content

Commit bc7540b

Browse files
committed
ALSA: pcm: Fix missing export of snd_pcm_set_sync_per-card()
The recent change for the PCM sync API forgot to export a new API function that is currently used in emu10k1 driver. This patch adds the missing export. Fixes: d712c58 ("ALSA: pcm: optimize and clarify stream synchronization ID API") Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202407051343.1Sz8AKFt-lkp@intel.com/ Reviewed-by: Jaroslav Kysela <perex@perex.cz> Link: https://patch.msgid.link/20240705063555.17220-1-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 5f9f982 commit bc7540b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/core/pcm_lib.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,7 @@ void snd_pcm_set_sync_per_card(struct snd_pcm_substream *substream,
547547
strncpy(params->sync + 4, id, len);
548548
memset(params->sync + 4 + len, 0, 12 - len);
549549
}
550+
EXPORT_SYMBOL_GPL(snd_pcm_set_sync_per_card);
550551

551552
/*
552553
* Standard ioctl routine

0 commit comments

Comments
 (0)