mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 17:40:53 +07:00
ASoC: gtm601_dai can be static
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
726f783e80
commit
beb5f8659c
@ -33,7 +33,7 @@ static const struct snd_soc_dapm_route gtm601_dapm_routes[] = {
|
||||
{ "Capture", NULL, "AIN" },
|
||||
};
|
||||
|
||||
struct snd_soc_dai_driver gtm601_dai = {
|
||||
static struct snd_soc_dai_driver gtm601_dai = {
|
||||
.name = "gtm601",
|
||||
.playback = {
|
||||
.stream_name = "Playback",
|
||||
|
Loading…
Reference in New Issue
Block a user