Statistics
| Branch: | Revision:

root / hw / audio / hda-codec-common.h @ 2690e61e

History | View | Annotate | Download (13.6 kB)

# Date Author Comment
7953793c 09/24/2013 11:29 am Bandan Das

hda-codec: refactor common definitions into a header file

Move common defines and structs to a header file.
The next commit will include it twice, once for a device with a
mixer, and once for device without a mixer.

Signed-off-by: Bandan Das <>...

2690e61e 09/24/2013 11:29 am Bandan Das

hda-codec: make mixemu selectable at runtime

Define PARAM so that we have two versions of the "desc_codec
and family" structs. Add a property called "mixer" whose default
value depends on whether CONFIG_MIXEMU is defined or not which
will help us call the appropriate instance init functions....