From 085ec0d945cd52caba3765e4cbcfe24cc136e905 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 26 Jun 2014 15:51:40 +0200 Subject: [PATCH] ALSA: hda - Remove superfluous MAX_AZX_DEV MAX_AZX_DEV is no longer referred anywhere, let's kill it. Signed-off-by: Takashi Iwai --- sound/pci/hda/hda_priv.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/sound/pci/hda/hda_priv.h b/sound/pci/hda/hda_priv.h index 4a7cb01fa912..da12d10b778f 100644 --- a/sound/pci/hda/hda_priv.h +++ b/sound/pci/hda/hda_priv.h @@ -120,9 +120,6 @@ enum { SDI0, SDI1, SDI2, SDI3, SDO0, SDO1, SDO2, SDO3 }; #define TERA_NUM_CAPTURE 3 #define TERA_NUM_PLAYBACK 4 -/* this number is statically defined for simplicity */ -#define MAX_AZX_DEV 16 - /* max number of fragments - we may use more if allocating more pages for BDL */ #define BDL_SIZE 4096 #define AZX_MAX_BDL_ENTRIES (BDL_SIZE / 16) -- 2.39.2