mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 16:56:49 +07:00
ASoC: Staticise sh4_ssi_dai
Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
bc6bd90eb7
commit
8fccf46905
@ -342,7 +342,7 @@ static struct snd_soc_dai_ops ssi_dai_ops = {
|
|||||||
.set_fmt = ssi_set_fmt,
|
.set_fmt = ssi_set_fmt,
|
||||||
};
|
};
|
||||||
|
|
||||||
struct snd_soc_dai_driver sh4_ssi_dai[] = {
|
static struct snd_soc_dai_driver sh4_ssi_dai[] = {
|
||||||
{
|
{
|
||||||
.name = "ssi-dai.0",
|
.name = "ssi-dai.0",
|
||||||
.playback = {
|
.playback = {
|
||||||
|
Loading…
Reference in New Issue
Block a user