• T
    ALSA: hda - Split snd_hda_build_pcms() · 1a4ba30c
    Takashi Iwai 提交于
    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: NTakashi Iwai <tiwai@suse.de>
    1a4ba30c
hda_codec.c 146.0 KB