Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172776
b: refs/heads/master
c: 6df74ef
h: refs/heads/master
v: v3
  • Loading branch information
Peter Ujfalusi authored and Tony Lindgren committed Nov 22, 2009
1 parent 79f84e4 commit 6e2b113
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 26276069d2f51955cf549faab5d3a71a4b37ba23
refs/heads/master: 6df74efbb8c38c4a057223be564323ff26d44fd3
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-omap2/board-3430sdp.c
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ static struct twl4030_codec_audio_data sdp3430_audio = {
};

static struct twl4030_codec_data sdp3430_codec = {
.audio_mclk = 26000000,
.audio = &sdp3430_audio,
};

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-omap2/board-omap3beagle.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ static struct twl4030_codec_audio_data beagle_audio_data = {
};

static struct twl4030_codec_data beagle_codec_data = {
.audio_mclk = 26000000,
.audio = &beagle_audio_data,
};

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-omap2/board-omap3evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ static struct twl4030_codec_audio_data omap3evm_audio_data = {
};

static struct twl4030_codec_data omap3evm_codec_data = {
.audio_mclk = 26000000,
.audio = &omap3evm_audio_data,
};

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-omap2/board-omap3pandora.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ static struct twl4030_codec_audio_data omap3pandora_audio_data = {
};

static struct twl4030_codec_data omap3pandora_codec_data = {
.audio_mclk = 26000000,
.audio = &omap3pandora_audio_data,
};

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-omap2/board-overo.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ static struct twl4030_codec_audio_data overo_audio_data = {
};

static struct twl4030_codec_data overo_codec_data = {
.audio_mclk = 26000000,
.audio = &overo_audio_data,
};

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-omap2/board-zoom2.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ static struct twl4030_codec_audio_data zoom2_audio_data = {
};

static struct twl4030_codec_data zoom2_codec_data = {
.audio_mclk = 26000000,
.audio = &zoom2_audio_data,
};

Expand Down

0 comments on commit 6e2b113

Please sign in to comment.