diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-02-16 15:48:48 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-02-16 15:48:48 +0100 |
commit | c881f80ba8c50a1f7697dac360210337808d7774 (patch) | |
tree | 1789ac393f37ba74e7a1b8d87851a08558ec78d6 /sound/soc/fsl/imx-audmux.c | |
parent | f3c90242a3b9e32f510229c4c1313df6ca7f1667 (diff) | |
parent | 54759313ececcbd07e43fad75e0683e39a1f2a25 (diff) | |
download | linux-c881f80ba8c50a1f7697dac360210337808d7774.tar.bz2 |
Merge tag 'asoc-3.9-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next
ASoC: Final updates for v3.9
A few more updates from the past week - a new driver from Dialog and
some small fixes and tweaks.
Diffstat (limited to 'sound/soc/fsl/imx-audmux.c')
-rw-r--r-- | sound/soc/fsl/imx-audmux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/imx-audmux.c b/sound/soc/fsl/imx-audmux.c index 251f4d981e0c..fab912ea7a50 100644 --- a/sound/soc/fsl/imx-audmux.c +++ b/sound/soc/fsl/imx-audmux.c @@ -176,7 +176,7 @@ static inline void audmux_debugfs_remove(void) } #endif -enum imx_audmux_type { +static enum imx_audmux_type { IMX21_AUDMUX, IMX31_AUDMUX, } audmux_type; |