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 <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Reviewed-by: Jaroslav Kysela <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 5f9f982 commit bc7540b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)