projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e9c2eb
)
ALSA: hda - Remove superfluous MAX_AZX_DEV
author
Takashi Iwai
<tiwai@suse.de>
Thu, 26 Jun 2014 13:51:40 +0000
(15:51 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 26 Jun 2014 16:00:01 +0000
(18:00 +0200)
MAX_AZX_DEV is no longer referred anywhere, let's kill it.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_priv.h
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/hda_priv.h
b/sound/pci/hda/hda_priv.h
index 4a7cb01fa91226b2cfd3a4a582d02d9899ffa6e0..da12d10b778fde5c1fe31bb0ec3bfca393864b0c 100644
(file)
--- 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)