From 5261b19bdfaf64bebfff05556139dbbcf723876f Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Mon, 15 Apr 2013 14:58:00 -0400 Subject: Still at it for 0c7b787. Might be done now. Change-Id: Idf45731dc6554954747f6036dc6dfcd4b63981a1 --- firmware/export/hosted_codec.h | 2 +- firmware/export/mas35xx.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/hosted_codec.h b/firmware/export/hosted_codec.h index 62a4d57613..e44da37c8d 100644 --- a/firmware/export/hosted_codec.h +++ b/firmware/export/hosted_codec.h @@ -46,6 +46,6 @@ AUDIOHW_SETTING(BASS_CUTOFF, "", 0, 1, 1, 4, 1) #if defined(AUDIOHW_HAVE_TREBLE_CUTOFF) AUDIOHW_SETTING(TREBLE_CUTOFF, "", 0, 1, 1, 4, 1) #endif -/* CONFIG_PLATFORM & PLATFORM_ANDROID */ +#endif /* CONFIG_PLATFORM & PLATFORM_ANDROID */ #endif /* HOSTED_CODEC_H */ \ No newline at end of file diff --git a/firmware/export/mas35xx.h b/firmware/export/mas35xx.h index e374a1b903..0c6d21140c 100644 --- a/firmware/export/mas35xx.h +++ b/firmware/export/mas35xx.h @@ -43,9 +43,9 @@ #define VOLUME_MAX 180 #define AUDIOHW_CAPS (BASS_CAP | TREBLE_CAP | PRESCALER_CAP) -AUDIOHW_SETTING(SOUND_VOLUME, "dB", 0, 1, -78, 18, -18) -AUDIOHW_SETTING(SOUND_BASS, "dB", 0, 1, -15, 15, 7) -AUDIOHW_SETTING(SOUND_TREBLE, "dB", 0, 1, -15, 15, 7) +AUDIOHW_SETTING(VOLUME, "dB", 0, 1, -78, 18, -18) +AUDIOHW_SETTING(BASS, "dB", 0, 1, -15, 15, 7) +AUDIOHW_SETTING(TREBLE, "dB", 0, 1, -15, 15, 7) /* I2C defines */ #define MAS_ADR 0x3a -- cgit v1.2.3