OSDN Git Service

ALSA: hda: assign polling_mode after azx_bus_init
authorBard Liao <yung-chuan.liao@linux.intel.com>
Sun, 26 May 2019 16:58:33 +0000 (00:58 +0800)
committerTakashi Iwai <tiwai@suse.de>
Tue, 28 May 2019 05:52:02 +0000 (07:52 +0200)
commitbd2956e40edf2160f5c1a623d6d6c6ab7f8cd831
tree0b148708a82a3fea3d496d35b938a3e58d81d9b6
parentfa763f1b2858752e6150ffff46886a1b7faffc82
ALSA: hda: assign polling_mode after azx_bus_init

We will move the polling_mode flag from struct azx to struct hdac_bus,
and the flag should be assigned after bus init.

Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c