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

2023-07-30 Thread Richard Weinberger
- Ursprüngliche Mail - > Von: "Randy Dunlap" > Oh, good point, and one that I agree with. > > I'll send a v4. Ok! >> >> Reviewed-by: Masahiro Yamada > > Takashi, I don't know who will merge the patch, but I would expect > that one of the UML maintainers to merge it FWIW. Yep. I

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

2023-07-30 Thread Randy Dunlap
On 7/28/23 01:51, Masahiro Yamada wrote: > On Fri, Jul 28, 2023 at 1:30 PM 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. Ot

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

2023-07-28 Thread Masahiro Yamada
On Fri, Jul 28, 2023 at 1:30 PM 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 depe

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