diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-12-17 08:31:45 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-12-17 12:47:18 +0100 |
commit | bcb337d166044cf389d3b9d3e6063c1ec4ca685d (patch) | |
tree | a2cff257506d9a2fb8d1a6c4affb212a300fa334 /sound/pci/hda/hda_controller.h | |
parent | ALSA: hda - Drop AZX_DCAPS_POSFIX_VIA bit (diff) | |
download | linux-bcb337d166044cf389d3b9d3e6063c1ec4ca685d.tar.xz linux-bcb337d166044cf389d3b9d3e6063c1ec4ca685d.zip |
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>
Diffstat (limited to 'sound/pci/hda/hda_controller.h')
-rw-r--r-- | sound/pci/hda/hda_controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_controller.h b/sound/pci/hda/hda_controller.h index a288ac1b5451..ec63bbf1ec6d 100644 --- a/sound/pci/hda/hda_controller.h +++ b/sound/pci/hda/hda_controller.h @@ -43,7 +43,7 @@ #define AZX_DCAPS_NO_ALIGN_BUFSIZE (1 << 21) /* no buffer size alignment */ /* 22 unused */ #define AZX_DCAPS_4K_BDLE_BOUNDARY (1 << 23) /* BDLE in 4k boundary */ -#define AZX_DCAPS_REVERSE_ASSIGN (1 << 24) /* Assign devices in reverse order */ +/* 24 unused */ #define AZX_DCAPS_COUNT_LPIB_DELAY (1 << 25) /* Take LPIB as delay */ #define AZX_DCAPS_PM_RUNTIME (1 << 26) /* runtime PM support */ #ifdef CONFIG_SND_HDA_I915 |