summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora02204102016-09-08 20:39:05 -0500
committera02204102016-09-08 20:39:05 -0500
commit5084aef0409446af6116e029fc7630f0bd4b5873 (patch)
treeb49380fde1e0e343eb96fcc21ab3c3b330278c89
parent6349d6a93267bec2cb2013a0ba47d3fe06dfd857 (diff)
downloadtas2555-android-device-driver-stereo-5084aef0409446af6116e029fc7630f0bd4b5873.tar.gz
tas2555-android-device-driver-stereo-5084aef0409446af6116e029fc7630f0bd4b5873.tar.xz
tas2555-android-device-driver-stereo-5084aef0409446af6116e029fc7630f0bd4b5873.zip
disable the old ALSA function
-rwxr-xr-xtas2555-codec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tas2555-codec.c b/tas2555-codec.c
index 4c55067..18551a7 100755
--- a/tas2555-codec.c
+++ b/tas2555-codec.c
@@ -52,7 +52,7 @@
52#include "tas2555-core.h" 52#include "tas2555-core.h"
53#include "tas2555-codec.h" 53#include "tas2555-codec.h"
54 54
55#undef KCONTROL_CODEC 55#define KCONTROL_CODEC
56 56
57static unsigned int tas2555_codec_read(struct snd_soc_codec *pCodec, 57static unsigned int tas2555_codec_read(struct snd_soc_codec *pCodec,
58 unsigned int nRegister) 58 unsigned int nRegister)