mbox series

[v2,0/9] Refactor Vangogh acp5x machine driver

Message ID 20230217110850.1045250-1-lucas.tanure@collabora.com
Headers show
Series Refactor Vangogh acp5x machine driver | expand

Message

Lucas Tanure Feb. 17, 2023, 11:08 a.m. UTC
Provide small fixes and refactor the code for easier insertion of a new
platform using the same acp5x machine driver.

Changes since V1:
 - Don't use smaller variable names
 - Don't use 100 limit for all lines
 - Use component prefixes to avoid collisions
 - Improved commit messages

Lucas Tanure (9):
  ASoC: amd: vangogh: Remove unnecessary init function
  ASoC: amd: vangogh: Small code refactor
  ASoC: amd: vangogh: use sizeof of variable instead of struct type
  ASoC: amd: vangogh: remove unnecessarily included headers
  ASoC: amd: vangogh: use for_each_rtd_components instead of for
  ASoC: amd: vangogh: Check Bit Clock rate before snd_soc_dai_set_pll
  ASoC: amd: vangogh: Move nau8821 and CPU side code up for future
    platform
  ASoC: amd: vangogh: Centralize strings definition
  ASoC: amd: vangogh: Add components prefix in structs and function
    names

 sound/soc/amd/vangogh/acp5x-mach.c | 297 ++++++++++++++---------------
 1 file changed, 144 insertions(+), 153 deletions(-)