]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitafd8b6b3699e8260f1999b45943b051d2473c6f2
treeb4ee020f228357c76a35f790dc5bbf58524884b9
parentff78674ea835f46ab5e2319b1b4889a0ff5b091a
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