Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284111
b: refs/heads/master
c: 09c728a
h: refs/heads/master
i:
  284109: 48b579a
  284107: 0231dff
  284103: 5cded9e
  284095: 154ff5d
v: v3
  • Loading branch information
Eliot Blennerhassett authored and Takashi Iwai committed Dec 22, 2011
1 parent dd44cf1 commit b8048ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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: 0be55c453f0b46de3d4e9025749dbba571cd7b84
refs/heads/master: 09c728aced2bb212ce060a91c28d2ee40a6bf33c
6 changes: 3 additions & 3 deletions trunk/sound/pci/asihpi/asihpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1033,8 +1033,10 @@ static int snd_card_asihpi_playback_open(struct snd_pcm_substream *substream)
SNDRV_PCM_INFO_MMAP |
SNDRV_PCM_INFO_MMAP_VALID;

if (card->support_grouping)
if (card->support_grouping) {
snd_card_asihpi_playback.info |= SNDRV_PCM_INFO_SYNC_START;
snd_pcm_set_sync(substream);
}

/* struct is copied, so can create initializer dynamically */
runtime->hw = snd_card_asihpi_playback;
Expand All @@ -1051,8 +1053,6 @@ static int snd_card_asihpi_playback_open(struct snd_pcm_substream *substream)
snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_SIZE,
card->update_interval_frames * 2, UINT_MAX);

snd_pcm_set_sync(substream);

snd_printdd("playback open\n");

return 0;
Expand Down

0 comments on commit b8048ab

Please sign in to comment.