From: Mark Brown Date: Mon, 8 Dec 2008 19:17:58 +0000 (+0000) Subject: ASoC: Register non-AC97 codec DAIs X-Git-Tag: v2.6.29-rc1~590^2~11^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64089b84abfe2f26a864ebd968429302dcb071de;p=pandora-kernel.git ASoC: Register non-AC97 codec DAIs Currently this is done at module probe time since ASoC ties in codec device probe to the instantiation of the entire ASoC device. Subsequent patches will refactor the codec drivers to handle probing separately. Note that the core does not yet use this information. AC97 is special since the codec is controlled over the AC97 link but we want to give the machine driver a chance to set up the system before trying to instantiate since it may need to do configuration before the AC97 link will operate Signed-off-by: Mark Brown --- Reading git-diff-tree failed