Message ID | 1392722967-12472-4-git-send-email-tiwai@suse.de (mailing list archive) |
---|---|
State | Accepted |
Commit | c28b14f49978af2fc864dd2faeb89f517746f9f9 |
Headers | show |
On Tue, Feb 18, 2014 at 12:29:27PM +0100, Takashi Iwai wrote:
> It's nowhere used.
Applied, with the subject fixed, thanks.
diff --git a/sound/soc/codecs/da732x.h b/sound/soc/codecs/da732x.h index c8ce5475de22..1dceafeec415 100644 --- a/sound/soc/codecs/da732x.h +++ b/sound/soc/codecs/da732x.h @@ -113,9 +113,6 @@ #define DA732X_EQ_OVERALL_VOL_DB_MIN -1800 #define DA732X_EQ_OVERALL_VOL_DB_INC 600 -#define DA732X_SOC_ENUM_DOUBLE_R(xreg, xrreg, xmax, xtext) \ - {.reg = xreg, .reg2 = xrreg, .max = xmax, .texts = xtext} - enum da732x_sysctl { DA732X_SR_8KHZ = 0x1, DA732X_SR_11_025KHZ = 0x2,
It's nowhere used. Signed-off-by: Takashi Iwai <tiwai@suse.de> --- sound/soc/codecs/da732x.h | 3 --- 1 file changed, 3 deletions(-)