Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hda-codec: make mixemu selectable at runtime | Bandan Das | 2013-09-24 | 1 | -55/+62 |
| | | | | | | | | | | 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. Signed-off-by: Bandan Das <bsd@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | ||||
* | hda-codec: refactor common definitions into a header file | Bandan Das | 2013-09-24 | 1 | -0/+449 |
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 <bsd@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> |