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

2023-07-22 Thread Randy Dunlap
Use "select"s to ensure that the required kconfig symbols are set as expected. This fixes build errors when CONFIG_SOUND is not set. ld: arch/um/drivers/hostaudio_kern.o: in function `hostaudio_cleanup_module': hostaudio_kern.c:(.exit.text+0xa): undefined reference to `unregister_sound_mixer' ld

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

2023-07-22 Thread Masahiro Yamada
On Sun, Jul 23, 2023 at 5:25 AM Randy Dunlap wrote: > > Use "select"s to ensure that the required kconfig symbols are set > as expected. > > This fixes build errors when CONFIG_SOUND is not set. > > ld: arch/um/drivers/hostaudio_kern.o: in function `hostaudio_cleanup_module': > hostaudio_kern.c:(.