Re: [PATCH v3] um/drivers: fix hostaudio build errors

2023-07-27 Thread Takashi Iwai
On Fri, 28 Jul 2023 06:30:13 +0200, Randy Dunlap wrote: > > Use "select"s to ensure that the required kconfig symbols are set > as expected. > Drop HOSTAUDIO since it is now equivalent to UML_SOUND. > > Allow SOUND with UML regardless of HAS_IOMEM. Otherwise there is a > kconfig warning for unmet

[PATCH v3] um/drivers: fix hostaudio build errors

2023-07-27 Thread Randy Dunlap
Use "select"s to ensure that the required kconfig symbols are set as expected. Drop HOSTAUDIO since it is now equivalent to UML_SOUND. Allow SOUND with UML regardless of HAS_IOMEM. Otherwise there is a kconfig warning for unmet dependencies. (This was not an issue when SOUND was defined in arch/um