ALSA: hda - Raise AZX_DCAPS_RIRB_DELAY handling into top drivers
authorTakashi Iwai <tiwai@suse.de>
Thu, 17 Dec 2015 07:23:39 +0000 (08:23 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 17 Dec 2015 11:47:10 +0000 (12:47 +0100)
commit7d9a180895ee8c301df7f9447429009795c56c21
treeb4ee020f228357c76a35f790dc5bbf58524884b9
parentef85f299c74e6c5dd98ec0230183be33f4c2813d
ALSA: hda - Raise AZX_DCAPS_RIRB_DELAY handling into top drivers

AZX_DCAPS_RIRB_DELAY is dedicated only for Nvidia and its purpose is
just to set a flag in bus.  So it's better to be set in the toplevel
driver, either hda_intel.c or hda_tegra.c, instead of the common
hda_controller.c.  This also allows us to strip this flag from dcaps,
so save one more bit there.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_controller.c
sound/pci/hda/hda_controller.h
sound/pci/hda/hda_intel.c
sound/pci/hda/hda_tegra.c
This page took 0.039506 seconds and 5 git commands to generate.