hda-codec: refactor common definitions into a header file
authorBandan Das <bsd@redhat.com>
Sat, 7 Sep 2013 04:53:58 +0000 (00:53 -0400)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 24 Sep 2013 08:29:34 +0000 (10:29 +0200)
commit7953793c033343dbea97836645edbe4e61754b11
tree03ad2b220242516d1b8f5f28422e387660747014
parent9f575846673f9f4e4f46b5710d1025af44762f92
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 <bsd@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/audio/hda-codec-common.h [new file with mode: 0644]
hw/audio/hda-codec.c