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>
Showing
- sound/pci/hda/hda_codec.c 2 additions, 6 deletionssound/pci/hda/hda_codec.c
- sound/pci/hda/hda_codec.h 2 additions, 1 deletionsound/pci/hda/hda_codec.h
- sound/pci/hda/hda_intel.c 17 additions, 4 deletionssound/pci/hda/hda_intel.c
- sound/pci/hda/hda_local.h 0 additions, 1 deletionsound/pci/hda/hda_local.h
Loading
Please register or sign in to comment