Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230328
b: refs/heads/master
c: a00f90f
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Dec 3, 2010
1 parent c0a00bd commit 4706844
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 8bc3c2c207dc82d47ffc6ef7b788e04ea637d3f1
refs/heads/master: a00f90f9306c06bee8e909628f39052bb3b0cc9e
8 changes: 4 additions & 4 deletions trunk/sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ static int soc_pcm_open(struct snd_pcm_substream *substream)
}
}

/* Check that the codec and cpu DAI's are compatible */
/* Check that the codec and cpu DAIs are compatible */
if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
runtime->hw.rate_min =
max(codec_dai_drv->playback.rate_min,
Expand Down Expand Up @@ -874,7 +874,7 @@ static int soc_pcm_hw_params(struct snd_pcm_substream *substream,
}

/*
* Free's resources allocated by hw_params, can be called multiple times
* Frees resources allocated by hw_params, can be called multiple times
*/
static int soc_pcm_hw_free(struct snd_pcm_substream *substream)
{
Expand All @@ -898,7 +898,7 @@ static int soc_pcm_hw_free(struct snd_pcm_substream *substream)
if (platform->driver->ops->hw_free)
platform->driver->ops->hw_free(substream);

/* now free hw params for the DAI's */
/* now free hw params for the DAIs */
if (codec_dai->driver->ops->hw_free)
codec_dai->driver->ops->hw_free(substream, codec_dai);

Expand Down Expand Up @@ -1005,7 +1005,7 @@ static int soc_suspend(struct device *dev)
/* we're going to block userspace touching us until resume completes */
snd_power_change_state(card->snd_card, SNDRV_CTL_POWER_D3hot);

/* mute any active DAC's */
/* mute any active DACs */
for (i = 0; i < card->num_rtd; i++) {
struct snd_soc_dai *dai = card->rtd[i].codec_dai;
struct snd_soc_dai_driver *drv = dai->driver;
Expand Down

0 comments on commit 4706844

Please sign in to comment.