diff options
author | Peter Ujfalusi <peter.ujfalusi@linux.intel.com> | 2022-08-23 15:24:05 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2022-08-24 08:59:10 +0300 |
commit | 2e6481a3f3ee6234ce577454e1d88aca55f51d47 (patch) | |
tree | 58d86bd83ff420dcf613de635cca54bc8e0fe88e /sound/drivers | |
parent | 3e7e04b747adea36f349715d9f0998eeebf15d72 (diff) | |
download | linux-2e6481a3f3ee6234ce577454e1d88aca55f51d47.tar.xz |
ALSA: hda: intel-nhlt: Correct the handling of fmt_config flexible array
The struct nhlt_format's fmt_config is a flexible array, it must not be
used as normal array.
When moving to the next nhlt_fmt_cfg we need to take into account the data
behind the ->config.caps (indicated by ->config.size).
Fixes: a864e8f159b13 ("ALSA: hda: intel-nhlt: verify config type")
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Jaska Uimonen <jaska.uimonen@linux.intel.com>
Link: https://lore.kernel.org/r/20220823122405.18464-1-peter.ujfalusi@linux.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/drivers')
0 files changed, 0 insertions, 0 deletions