Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persist the position of the cocoa window #2

Open
wants to merge 12 commits into
base: screamer
Choose a base branch
from
3 changes: 3 additions & 0 deletions hw/audio/Kconfig
Expand Up @@ -50,3 +50,6 @@ config CS4231

config MARVELL_88W8618
bool

config SCREAMER
bool
2 changes: 2 additions & 0 deletions hw/audio/Makefile.objs
Expand Up @@ -15,4 +15,6 @@ common-obj-$(CONFIG_CS4231) += cs4231.o
common-obj-$(CONFIG_MARVELL_88W8618) += marvell_88w8618.o
common-obj-$(CONFIG_MILKYMIST) += milkymist-ac97.o

common-obj-$(CONFIG_SCREAMER) += screamer.o

common-obj-y += soundhw.o