ALSA: hda - Move a part of hda_codec stuff into hdac_device
authorTakashi Iwai <tiwai@suse.de>
Tue, 3 Mar 2015 09:07:24 +0000 (10:07 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 23 Mar 2015 12:17:17 +0000 (13:17 +0100)
Now some codes and functionalities of hda_codec struct are moved to
hdac_device struct.  A few basic attributes like the codec address,
vendor ID number, FG numbers, etc are moved to hdac_device, and they
are accessed like codec->core.addr.  The basic verb exec functions are
moved, too.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found