diff mbox

[v2,4/4] ASoC: tlv320aic32x4: Sort Makefile in alphabetic order

Message ID 80b0f9ecd29b8bfb52fed22a0ca059591f89683d.1393941102.git.jsarha@ti.com (mailing list archive)
State New, archived
Delegated to: Mark Brown
Headers show

Commit Message

Jyri Sarha March 4, 2014, 1:54 p.m. UTC
The tlv320aic32x4 related files were wrongly placed after tlv320aic3x files.

Signed-off-by: Jyri Sarha <jsarha@ti.com>
---
 sound/soc/codecs/Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Mark Brown March 5, 2014, 3:28 a.m. UTC | #1
On Tue, Mar 04, 2014 at 03:54:52PM +0200, Jyri Sarha wrote:
> The tlv320aic32x4 related files were wrongly placed after tlv320aic3x files.

This doesn't apply against current code, please check and resend.
Jyri Sarha March 5, 2014, 7:14 a.m. UTC | #2
On 03/05/2014 05:28 AM, Mark Brown wrote:
> On Tue, Mar 04, 2014 at 03:54:52PM +0200, Jyri Sarha wrote:
>> The tlv320aic32x4 related files were wrongly placed after tlv320aic3x files.
>
> This doesn't apply against current code, please check and resend.
>

That is because it depends on the first patch in this series. I'll move 
it to first in the next one.

Best regards,
Jyri
diff mbox

Patch

diff --git a/sound/soc/codecs/Makefile b/sound/soc/codecs/Makefile
index 23f8042..ff1775c 100644
--- a/sound/soc/codecs/Makefile
+++ b/sound/soc/codecs/Makefile
@@ -65,8 +65,8 @@  snd-soc-tas5086-objs := tas5086.o
 snd-soc-tlv320aic23-objs := tlv320aic23.o
 snd-soc-tlv320aic26-objs := tlv320aic26.o
 snd-soc-tlv320aic31xx-objs := tlv320aic31xx.o
-snd-soc-tlv320aic3x-objs := tlv320aic3x.o
 snd-soc-tlv320aic32x4-objs := tlv320aic32x4.o
+snd-soc-tlv320aic3x-objs := tlv320aic3x.o
 snd-soc-tlv320dac33-objs := tlv320dac33.o
 snd-soc-twl4030-objs := twl4030.o
 snd-soc-twl6040-objs := twl6040.o
@@ -196,8 +196,8 @@  obj-$(CONFIG_SND_SOC_TAS5086)	+= snd-soc-tas5086.o
 obj-$(CONFIG_SND_SOC_TLV320AIC23)	+= snd-soc-tlv320aic23.o
 obj-$(CONFIG_SND_SOC_TLV320AIC26)	+= snd-soc-tlv320aic26.o
 obj-$(CONFIG_SND_SOC_TLV320AIC31XX)     += snd-soc-tlv320aic31xx.o
-obj-$(CONFIG_SND_SOC_TLV320AIC3X)	+= snd-soc-tlv320aic3x.o
 obj-$(CONFIG_SND_SOC_TLV320AIC32X4)     += snd-soc-tlv320aic32x4.o
+obj-$(CONFIG_SND_SOC_TLV320AIC3X)	+= snd-soc-tlv320aic3x.o
 obj-$(CONFIG_SND_SOC_TLV320DAC33)	+= snd-soc-tlv320dac33.o
 obj-$(CONFIG_SND_SOC_TWL4030)	+= snd-soc-twl4030.o
 obj-$(CONFIG_SND_SOC_TWL6040)	+= snd-soc-twl6040.o