commit | a1e21c9078fb8005e5accb921696ec9e2f38176e | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Jun 17 09:33:52 2009 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Jun 24 11:52:59 2009 +0200 |
tree | 53b6495d7d60354688031b28aa331d7e58286d6e | |
parent | 8c8145b8734028f6deb487f7d64748da4c6c39ac [diff] |
ALSA: hda - Don't call snd_hda_codec_configure in snd_hda_codec_new() The codec setup call via snd_hda_codec_configure() isn't necessarily called in snd_hda_codec_new(). For the later added feature, it's better to change the code flow like: - create all codec instances - configure each codec Signed-off-by: Takashi Iwai <tiwai@suse.de>