diff options
author | Peter Ujfalusi <[email protected]> | 2024-04-26 10:21:17 -0500 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-04-30 00:10:02 +0900 |
commit | 38068d91cf3948ffa220d45f738505cc9f6e13d0 (patch) | |
tree | e3bf7f343d916a921669760832fb18b15ae517b5 /net/unix/sysctl_net_unix.c | |
parent | 6d339113df3ab510ce075a18ccb10a20cb325d4e (diff) |
ASoC: Intel: sof_sdw: Allocate snd_soc_card dynamically
The static card_sof_sdw struct is modified during runtime and in case the
module is not removed, but the card is, then the next time the card is
created the card_sof_sdw will contain information from the previous card
which might lead to hard to debug issues, side effects.
Move the snd_soc_card into mc_private and use that to make sure that the
card is initialized correctly.
Reviewed-by: Bard Liao <[email protected]>
Reviewed-by: Ranjani Sridharan <[email protected]>
Reviewed-by: Kai Vehmanen <[email protected]>
Signed-off-by: Peter Ujfalusi <[email protected]>
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions