]> www.infradead.org Git - nvme.git/commit
ALSA: pcm: Fix missing export of snd_pcm_set_sync_per-card()
authorTakashi Iwai <tiwai@suse.de>
Fri, 5 Jul 2024 06:35:53 +0000 (08:35 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 5 Jul 2024 07:47:40 +0000 (09:47 +0200)
commitbc7540b794df29f6ec0b24996381d6e68779d02f
tree40830fc849277480c823d57f6fc34f635db3631a
parent5f9f982dd71b418aeba7a0b37f87312545c06df4
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: d712c58c55d9 ("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>
sound/core/pcm_lib.c