summaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2014-06-26 15:51:40 +0200
committerTakashi Iwai <tiwai@suse.de>2014-06-26 18:00:01 +0200
commit085ec0d945cd52caba3765e4cbcfe24cc136e905 (patch)
treee524a53272c358055ae6900a76b7e2797c9f3449 /sound/pci
parent7e9c2eb62642680e331d91453f94c0073580a1b1 (diff)
downloadop-kernel-dev-085ec0d945cd52caba3765e4cbcfe24cc136e905.zip
op-kernel-dev-085ec0d945cd52caba3765e4cbcfe24cc136e905.tar.gz
ALSA: hda - Remove superfluous MAX_AZX_DEV
MAX_AZX_DEV is no longer referred anywhere, let's kill it. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/hda_priv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/pci/hda/hda_priv.h b/sound/pci/hda/hda_priv.h
index 4a7cb01..da12d10 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)
OpenPOWER on IntegriCloud