Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132839
b: refs/heads/master
c: f1464ed
h: refs/heads/master
i:
  132837: c0f1853
  132835: 09c9014
  132831: e0f880b
v: v3
  • Loading branch information
Takashi Iwai committed Feb 13, 2009
1 parent 1793b51 commit 1134fc0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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: c85e5a4161b4768599deaee7a5df3ded9c34ea3b
refs/heads/master: f1464ede550b8fda75086cb9bacf8d60fc9f6780
2 changes: 1 addition & 1 deletion trunk/sound/soc/omap/n810.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static int n810_startup(struct snd_pcm_substream *substream)
{
struct snd_pcm_runtime *runtime = substream->runtime;
struct snd_soc_pcm_runtime *rtd = substream->private_data;
struct snd_soc_codec *codec = rtd->socdev->codec;
struct snd_soc_codec *codec = rtd->socdev->card->codec;

snd_pcm_hw_constraint_minmax(runtime,
SNDRV_PCM_HW_PARAM_CHANNELS, 2, 2);
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/pxa/corgi.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ static void corgi_ext_control(struct snd_soc_codec *codec)
static int corgi_startup(struct snd_pcm_substream *substream)
{
struct snd_soc_pcm_runtime *rtd = substream->private_data;
struct snd_soc_codec *codec = rtd->socdev->codec;
struct snd_soc_codec *codec = rtd->socdev->card->codec;

/* check the jack status at stream startup */
corgi_ext_control(codec);
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/pxa/palm27x.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ static void palm27x_ext_control(struct snd_soc_codec *codec)
static int palm27x_startup(struct snd_pcm_substream *substream)
{
struct snd_soc_pcm_runtime *rtd = substream->private_data;
struct snd_soc_codec *codec = rtd->socdev->codec;
struct snd_soc_codec *codec = rtd->socdev->card->codec;

/* check the jack status at stream startup */
palm27x_ext_control(codec);
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/pxa/poodle.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ static void poodle_ext_control(struct snd_soc_codec *codec)
static int poodle_startup(struct snd_pcm_substream *substream)
{
struct snd_soc_pcm_runtime *rtd = substream->private_data;
struct snd_soc_codec *codec = rtd->socdev->codec;
struct snd_soc_codec *codec = rtd->socdev->card->codec;

/* check the jack status at stream startup */
poodle_ext_control(codec);
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/pxa/spitz.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ static void spitz_ext_control(struct snd_soc_codec *codec)
static int spitz_startup(struct snd_pcm_substream *substream)
{
struct snd_soc_pcm_runtime *rtd = substream->private_data;
struct snd_soc_codec *codec = rtd->socdev->codec;
struct snd_soc_codec *codec = rtd->socdev->card->codec;

/* check the jack status at stream startup */
spitz_ext_control(codec);
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/pxa/tosa.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ static void tosa_ext_control(struct snd_soc_codec *codec)
static int tosa_startup(struct snd_pcm_substream *substream)
{
struct snd_soc_pcm_runtime *rtd = substream->private_data;
struct snd_soc_codec *codec = rtd->socdev->codec;
struct snd_soc_codec *codec = rtd->socdev->card->codec;

/* check the jack status at stream startup */
tosa_ext_control(codec);
Expand Down

0 comments on commit 1134fc0

Please sign in to comment.