[alsa-devel] [PATCH 043/102] ASoC: tlv320aic26: Use SOC_ENUM_SINGLE_DECL()
Takashi Iwai
tiwai at suse.de
Tue Feb 18 12:37:59 CET 2014
Just replace with the helper macro. No functional change at all.
Signed-off-by: Takashi Iwai <tiwai at suse.de>
---
sound/soc/codecs/tlv320aic26.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/sound/soc/codecs/tlv320aic26.c b/sound/soc/codecs/tlv320aic26.c
index 94a658fa6d97..ff5f23d482b7 100644
--- a/sound/soc/codecs/tlv320aic26.c
+++ b/sound/soc/codecs/tlv320aic26.c
@@ -238,8 +238,9 @@ static struct snd_soc_dai_driver aic26_dai = {
* ALSA controls
*/
static const char *aic26_capture_src_text[] = {"Mic", "Aux"};
-static const struct soc_enum aic26_capture_src_enum =
- SOC_ENUM_SINGLE(AIC26_REG_AUDIO_CTRL1, 12, 2, aic26_capture_src_text);
+static SOC_ENUM_SINGLE_DECL(aic26_capture_src_enum,
+ AIC26_REG_AUDIO_CTRL1, 12,
+ aic26_capture_src_text);
static const struct snd_kcontrol_new aic26_snd_controls[] = {
/* Output */
--
1.8.5.2
More information about the Alsa-devel
mailing list