diff options
author | Vladimir Zapolskiy <vzapolskiy@gmail.com> | 2010-04-26 14:56:57 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-04-26 18:28:18 +0400 |
commit | b28528a124d0235d84e6c9b3edeedd70f8767740 (patch) | |
tree | dd8563b1d613bfc8027df6dbfcb6f544d9aa072b /include/sound/uda134x.h | |
parent | 5e5e2bef287b96ab29d2d93e89ecf0888323d7bf (diff) | |
download | linux-b28528a124d0235d84e6c9b3edeedd70f8767740.tar.xz |
ASoC: UDA134X: Add UDA1345 CODEC support
This patch adds support for Philips UDA1345 CODEC. The CODEC has only
volume control, de-emphasis, mute, DC filtering and power control features.
Signed-off-by: Vladimir Zapolskiy <vzapolskiy@gmail.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound/uda134x.h')
-rw-r--r-- | include/sound/uda134x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/uda134x.h b/include/sound/uda134x.h index 475ef8bb7dcd..509efb050176 100644 --- a/include/sound/uda134x.h +++ b/include/sound/uda134x.h @@ -21,6 +21,7 @@ struct uda134x_platform_data { #define UDA134X_UDA1340 1 #define UDA134X_UDA1341 2 #define UDA134X_UDA1344 3 +#define UDA134X_UDA1345 4 }; #endif /* _UDA134X_H */ |