From: Takashi Iwai Date: Tue, 24 Feb 2015 10:50:11 +0000 (+0100) Subject: ALSA: hda - Split snd_hda_build_pcms() X-Git-Tag: omap-for-v4.2/o2_dc~120^2~6^2~43^2~10^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a4ba30cced3002add8459eadcd65b8d3cd1515e;p=pandora-kernel.git ALSA: hda - Split snd_hda_build_pcms() snd_hda_build_pcms() does actually three things: let the codec driver build up hda_pcm list, set the PCM default values, and call the attach_pcm bus ops for each hda_pcm instance. The former two are basically independent from the bus implementation, so it'd make the code a bit more readable. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed