mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 22:20:55 +07:00
ASoC: intel - use SNDRV_CTL_ELEM_ID_NAME_MAXLEN
we have defined SNDRV_CTL_ELEM_ID_NAME_MAXLEN as size of name array so use this define instead of numeric value Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
3228723b0c
commit
8c359a9f36
@ -695,7 +695,7 @@ struct sst_gain_mixer_control {
|
||||
u16 module_id;
|
||||
u16 pipe_id;
|
||||
u16 task_id;
|
||||
char pname[44];
|
||||
char pname[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
|
||||
struct snd_soc_dapm_widget *w;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user