Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270628
b: refs/heads/master
c: 0722d05
h: refs/heads/master
v: v3
  • Loading branch information
Peter Ujfalusi authored and Mark Brown committed Sep 21, 2011
1 parent 7b9ffca commit 2594b8f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 07441006b2a1df0478bb7bdafd9dcd578898f2d4
refs/heads/master: 0722d055ac2236da4e319d22a99c9f7e82dbdd5d
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-omap2/board-rx51-peripherals.c
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,6 @@ static struct twl4030_platform_data rx51_twldata __initdata = {
};

static struct tpa6130a2_platform_data rx51_tpa6130a2_data __initdata_or_module = {
.id = TPA6130A2,
.power_gpio = 98,
};

Expand Down
6 changes: 0 additions & 6 deletions trunk/include/sound/tpa6130a2-plat.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,7 @@
#ifndef TPA6130A2_PLAT_H
#define TPA6130A2_PLAT_H

enum tpa_model {
TPA6130A2,
TPA6140A2,
};

struct tpa6130a2_platform_data {
enum tpa_model id;
int power_gpio;
};

Expand Down
5 changes: 5 additions & 0 deletions trunk/sound/soc/codecs/tpa6130a2.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@

#include "tpa6130a2.h"

enum tpa_model {
TPA6130A2,
TPA6140A2,
};

static struct i2c_client *tpa6130a2_client;

/* This struct is used to save the context */
Expand Down

0 comments on commit 2594b8f

Please sign in to comment.