]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Add card field to hda_codec struct
authorTakashi Iwai <tiwai@suse.de>
Fri, 27 Feb 2015 15:09:22 +0000 (16:09 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 3 Mar 2015 10:25:16 +0000 (11:25 +0100)
commite53a9ea21655829ef26e0db752aabbb4229a09f5
treec399158c210875a0d5f235abf2b6154fc2a9bb13
parent6b65de7250bc43a0cab9a9eb2935b49e686a7e67
ALSA: hda - Add card field to hda_codec struct

Allow the codec object to have an individual card pointer.  Not only
this simplifies the redirections in many places, also this will allow
us to make each codec assigned to a different card object.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
13 files changed:
sound/pci/hda/hda_beep.c
sound/pci/hda/hda_bind.c
sound/pci/hda/hda_codec.c
sound/pci/hda/hda_codec.h
sound/pci/hda/hda_controller.c
sound/pci/hda/hda_hwdep.c
sound/pci/hda/hda_jack.c
sound/pci/hda/hda_proc.c
sound/pci/hda/hda_sysfs.c
sound/pci/hda/hda_trace.h
sound/pci/hda/patch_ca0132.c
sound/pci/hda/patch_hdmi.c
sound/pci/hda/patch_via.c