From bbd991ad63805533ec4e2558061bbba48bfab1a9 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Mon, 15 Apr 2013 13:24:29 -0400 Subject: Fix some more errors and warnings from 0c7b787. Change-Id: Ib67d0ab344e36964cadbcc982dc2afe35733770b --- firmware/drivers/audio/ak4537.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'firmware/drivers/audio/ak4537.c') diff --git a/firmware/drivers/audio/ak4537.c b/firmware/drivers/audio/ak4537.c index 6f4e85a7fa..1628af8a5c 100644 --- a/firmware/drivers/audio/ak4537.c +++ b/firmware/drivers/audio/ak4537.c @@ -31,21 +31,6 @@ #include "audiohw.h" #include "sound.h" -const struct sound_settings_info audiohw_settings[] = { - [SOUND_VOLUME] = {"dB", 0, 1,-127, 0, -25}, - /* HAVE_SW_TONE_CONTROLS */ - [SOUND_BASS] = {"dB", 0, 1, -24, 24, 0}, - [SOUND_TREBLE] = {"dB", 0, 1, -24, 24, 0}, - [SOUND_BALANCE] = {"%", 0, 1,-100, 100, 0}, - [SOUND_CHANNELS] = {"", 0, 1, 0, 5, 0}, - [SOUND_STEREO_WIDTH] = {"%", 0, 5, 0, 250, 100}, -#if defined(HAVE_RECORDING) - [SOUND_LEFT_GAIN] = {"dB", 1, 1, 0, 31, 23}, - [SOUND_RIGHT_GAIN] = {"dB", 1, 1, 0, 31, 23}, - [SOUND_MIC_GAIN] = {"dB", 1, 1, 0, 1, 0}, -#endif -}; - static unsigned char akc_regs[AKC_NUM_REGS]; static void akc_write(int reg, unsigned val) -- cgit v1.2.3