Skip to content

Commit

Permalink
ALSA: hda: Remove unused macro definition
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Amadeusz Sławiński authored and Takashi Iwai committed Jul 9, 2022
1 parent 856282f commit 0440741
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions sound/hda/ext/hdac_ext_controller.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@
#include <sound/hda_register.h>
#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
Expand Down

0 comments on commit 0440741

Please sign in to comment.