Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ALSA: hda - Drop unused AZX_DCAPS_REVERSE_ASSIGN

AZX_DCAPS_REVERSE_ASSIGN is no longer referred by any code.
Let's drop it.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

+2 -2
+1 -1
sound/pci/hda/hda_controller.h
··· 43 43 #define AZX_DCAPS_NO_ALIGN_BUFSIZE (1 << 21) /* no buffer size alignment */ 44 44 /* 22 unused */ 45 45 #define AZX_DCAPS_4K_BDLE_BOUNDARY (1 << 23) /* BDLE in 4k boundary */ 46 - #define AZX_DCAPS_REVERSE_ASSIGN (1 << 24) /* Assign devices in reverse order */ 46 + /* 24 unused */ 47 47 #define AZX_DCAPS_COUNT_LPIB_DELAY (1 << 25) /* Take LPIB as delay */ 48 48 #define AZX_DCAPS_PM_RUNTIME (1 << 26) /* runtime PM support */ 49 49 #ifdef CONFIG_SND_HDA_I915
+1 -1
sound/pci/hda/hda_intel.c
··· 286 286 /* quirks for Intel PCH */ 287 287 #define AZX_DCAPS_INTEL_PCH_BASE \ 288 288 (AZX_DCAPS_NO_ALIGN_BUFSIZE | AZX_DCAPS_COUNT_LPIB_DELAY |\ 289 - AZX_DCAPS_REVERSE_ASSIGN | AZX_DCAPS_SNOOP_TYPE(SCH)) 289 + AZX_DCAPS_SNOOP_TYPE(SCH)) 290 290 291 291 /* PCH up to IVB; no runtime PM */ 292 292 #define AZX_DCAPS_INTEL_PCH_NOPM \