Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332053
b: refs/heads/master
c: 03f6743
h: refs/heads/master
i:
  332051: d5249a9
v: v3
  • Loading branch information
Stephen Warren authored and Mark Brown committed Sep 5, 2012
1 parent 2140b07 commit ede8e3c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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: 5d86e25c70407cd97a5aa8f39cc3be390bcab116
refs/heads/master: 03f67433758a3eeb37b9c1559886c377da874ad2
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* arch/arm/mach-tegra/include/mach/tegra_wm8903_pdata.h
*
* Copyright 2011 NVIDIA, Inc.
*
* This software is licensed under the terms of the GNU General Public
Expand All @@ -14,10 +12,15 @@
*
*/

#ifndef __SOUND_TEGRA_WM38903_H
#define __SOUND_TEGRA_WM38903_H

struct tegra_wm8903_platform_data {
int gpio_spkr_en;
int gpio_hp_det;
int gpio_hp_mute;
int gpio_int_mic_en;
int gpio_ext_mic_en;
};

#endif
3 changes: 1 addition & 2 deletions trunk/sound/soc/tegra/tegra_wm8903.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,12 @@
#include <linux/gpio.h>
#include <linux/of_gpio.h>

#include <mach/tegra_wm8903_pdata.h>

#include <sound/core.h>
#include <sound/jack.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <sound/tegra_wm8903.h>

#include "../codecs/wm8903.h"

Expand Down

0 comments on commit ede8e3c

Please sign in to comment.