Skip to content

Commit

Permalink
hifiberry-amp: Adjust for ALSA object refactoring
Browse files Browse the repository at this point in the history
See: #1775
  • Loading branch information
Phil Elwell authored and popcornmix committed Jan 9, 2017
1 parent e1326d2 commit 1808e9d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sound/soc/codecs/tas5713.c
Expand Up @@ -232,8 +232,10 @@ static int tas5713_probe(struct snd_soc_codec *codec)
static struct snd_soc_codec_driver soc_codec_dev_tas5713 = {
.probe = tas5713_probe,
.remove = tas5713_remove,
.controls = tas5713_snd_controls,
.num_controls = ARRAY_SIZE(tas5713_snd_controls),
.component_driver = {
.controls = tas5713_snd_controls,
.num_controls = ARRAY_SIZE(tas5713_snd_controls),
},
};


Expand Down

0 comments on commit 1808e9d

Please sign in to comment.