Skip to content

Commit

Permalink
sound: drop removed options
Browse files Browse the repository at this point in the history
The following commits make these configs unnecessary:

   commit 1849a3872f035494639201fdefb394425233647b
   Author: Cezary Rojewski <[email protected]>
   Date:   Mon Oct 12 11:50:05 2020 +0200

       ASoC: Intel: atom: Remove duplicate kconfigs

       SND_SST_IPC and its _PCI and _ACPI variants all target
       sound/soc/intel/atom solution alone. SND_SST_IPC is the core component,
       required for PCI and ACPI based atom platforms both. _PCI and _ACPI
       target Merrifield/Edison and Baytrial/Cherrytrail platforms
       respectively.

       On top of that, there is an equivalent set of configs targeting the same
       solution:
       - SND_SST_ATOM_HIFI2_PLATFORM (core)
       - SND_SST_ATOM_HIFI2_PLATFORM_PCI
       - SND_SST_ATOM_HIFI2_PLATFORM_ACPI

       As both sets do the same job - allow for granular platform selection -
       remove the duplicate set and rely on SND_SST_ATOM_HIFI2_PLATOFRM_XXX
       configs alone.

       Signed-off-by: Cezary Rojewski <[email protected]>
       Acked-by: Hans de Goede <[email protected]>
       Link: https://lore.kernel.org/r/[email protected]
       Signed-off-by: Mark Brown <[email protected]>

   ommit fb94b7b11c6a20b786c6a8aec3d701ced8854419
   Author: Cezary Rojewski <[email protected]>
   Date:   Tue Oct 6 08:49:00 2020 +0200

       ASoC: Intel: Remove SST firmware components

       sst-firmware is host to many image loading over DMA operations.  Majority
       of code targets sound/soc/intel/haswell solution as /baytrail/ never
       switched to DMA-based firmware loading. With /haswell/ removed this code
       serves no purpose. Address this redundancy.

       Signed-off-by: Cezary Rojewski <[email protected]>
       Reviewed-by: Andy Shevchenko <[email protected]>
       Acked-by: Liam Girdwood <[email protected]>
       Link: https://lore.kernel.org/r/[email protected]
       Signed-off-by: Mark Brown <[email protected]>

Signed-off-by: Bruce Ashfield <[email protected]>
(cherry picked from commit 9d300ce24c7c24a06f191b20a74da012a0be6381)
  • Loading branch information
zeddii authored and ricardosalveti committed Sep 10, 2021
1 parent fad3cd3 commit 615b71a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cfg/sound.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ CONFIG_SND_RME9652=m
CONFIG_SND_VIRTUOSO=m
CONFIG_SND_HDA_CODEC_VIA=m
CONFIG_SND_SST_ATOM_HIFI2_PLATFORM=m
CONFIG_SND_SST_IPC=m
CONFIG_SND_SST_IPC_ACPI=m
CONFIG_SND_SIMPLE_CARD_UTILS=m
CONFIG_SND_SIMPLE_CARD=m
CONFIG_SND_USB=y
Expand Down

0 comments on commit 615b71a

Please sign in to comment.