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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue