Patch "ASoC: soc-utils: Export snd_soc_dai_is_dummy() symbol" has been added to the 6.1-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    ASoC: soc-utils: Export snd_soc_dai_is_dummy() symbol

to the 6.1-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     asoc-soc-utils-export-snd_soc_dai_is_dummy-symbol.patch
and it can be found in the queue-6.1 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit bb5d98d6ac2702dae4a90e5e00540e700d4b378e
Author: Sameer Pujar <spujar@xxxxxxxxxx>
Date:   Thu Sep 7 20:32:24 2023 +0530

    ASoC: soc-utils: Export snd_soc_dai_is_dummy() symbol
    
    [ Upstream commit f101583fa9f8c3f372d4feb61d67da0ccbf4d9a5 ]
    
    Export symbol snd_soc_dai_is_dummy() for usage outside core driver
    modules. This is required by Tegra ASoC machine driver.
    
    Signed-off-by: Sameer Pujar <spujar@xxxxxxxxxx>
    Link: https://lore.kernel.org/r/1694098945-32760-2-git-send-email-spujar@xxxxxxxxxx
    Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/sound/soc/soc-utils.c b/sound/soc/soc-utils.c
index a4dba0b751e76..1bbd1d077dfd9 100644
--- a/sound/soc/soc-utils.c
+++ b/sound/soc/soc-utils.c
@@ -217,6 +217,7 @@ int snd_soc_dai_is_dummy(struct snd_soc_dai *dai)
 		return 1;
 	return 0;
 }
+EXPORT_SYMBOL_GPL(snd_soc_dai_is_dummy);
 
 int snd_soc_component_is_dummy(struct snd_soc_component *component)
 {



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux