diff options
author | Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> | 2022-07-06 15:02:29 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2022-07-09 19:43:08 +0300 |
commit | 0440741254ed27bd695d994f00358647c92ed832 (patch) | |
tree | 3c8fc34f3631cdc83ec161fa8edecbb88dd851ef /sound/hda | |
parent | 856282f166d7b95004e70859ca87cf33eb7f9a6d (diff) | |
download | linux-0440741254ed27bd695d994f00358647c92ed832.tar.xz |
ALSA: hda: Remove unused macro definition
It is not used anywhere in the file, so there is no need to keep it.
Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20220706120230.427296-9-cezary.rojewski@intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/hda')
-rw-r--r-- | sound/hda/ext/hdac_ext_controller.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sound/hda/ext/hdac_ext_controller.c b/sound/hda/ext/hdac_ext_controller.c index b072392725c7..a42f66f561f5 100644 --- a/sound/hda/ext/hdac_ext_controller.c +++ b/sound/hda/ext/hdac_ext_controller.c @@ -15,13 +15,6 @@ #include <sound/hdaudio_ext.h> /* - * maximum HDAC capablities we should parse to avoid endless looping: - * currently we have 4 extended caps, so this is future proof for now. - * extend when this limit is seen meeting in real HW - */ -#define HDAC_MAX_CAPS 10 - -/* * processing pipe helpers - these helpers are useful for dealing with HDA * new capability of processing pipelines */ |