From: Takashi Iwai Date: Tue, 3 Mar 2015 09:07:24 +0000 (+0100) Subject: ALSA: hda - Move a part of hda_codec stuff into hdac_device X-Git-Tag: omap-for-v4.2/o2_dc~120^2~6^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7639a06c23c7d4cda34c2546bd7290d8753849ca;p=pandora-kernel.git ALSA: hda - Move a part of hda_codec stuff into hdac_device 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 --- Reading git-diff-tree failed