Skip to content

Commit

Permalink
ASoC: topology: Fix to store enum text values
Browse files Browse the repository at this point in the history
Add missing enum texts store in soc_enum.

Signed-off-by: Mousumi Jana <mousumix.jana@intel.com>
Signed-off-by: Pardha Saradhi K <pardha.saradhi.kesapragada@intel.com>
Signed-off-by: Kranthikumar, GudishaX <gudishax.kranthikumar@intel.com>
Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
Acked-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Mousumi Jana authored and broonie committed Apr 11, 2017
1 parent a5de5b7 commit b6e38b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/soc-topology.c
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,7 @@ static int soc_tplg_denum_create_texts(struct soc_enum *se,
}
}

se->texts = (const char * const *)se->dobj.control.dtexts;
return 0;

err:
Expand Down

0 comments on commit b6e38b2

Please sign in to comment.