Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193303
b: refs/heads/master
c: 6423c18
h: refs/heads/master
i:
  193301: 1df4c16
  193299: 64add2a
  193295: b245f83
v: v3
  • Loading branch information
jassi brar authored and Mark Brown committed Feb 22, 2010
1 parent 2429d45 commit b302363
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 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: 10cab262f49ee4574a20ab4c445bc4fdc41c36a8
refs/heads/master: 6423c1875c87fa5ae56974ab8386d7c6110e3701
1 change: 0 additions & 1 deletion trunk/include/sound/soc-dai.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ struct snd_soc_dai {
unsigned int symmetric_rates:1;

/* DAI runtime info */
struct snd_pcm_runtime *runtime;
struct snd_soc_codec *codec;
unsigned int active;
unsigned char pop_wait:1;
Expand Down
2 changes: 0 additions & 2 deletions trunk/sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,6 @@ static int soc_pcm_open(struct snd_pcm_substream *substream)
else
cpu_dai->capture.active = codec_dai->capture.active = 1;
cpu_dai->active = codec_dai->active = 1;
cpu_dai->runtime = runtime;
card->codec->active++;
mutex_unlock(&pcm_mutex);
return 0;
Expand Down Expand Up @@ -559,7 +558,6 @@ static int soc_codec_close(struct snd_pcm_substream *substream)

if (platform->pcm_ops->close)
platform->pcm_ops->close(substream);
cpu_dai->runtime = NULL;

if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
/* start delayed pop wq here for playback streams */
Expand Down

0 comments on commit b302363

Please sign in to comment.