diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2007-08-13 11:37:55 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2007-10-16 09:58:52 -0400 |
commit | b83f346bc4d6ab358fd0da85b7eab08bf0234c0b (patch) | |
tree | 4e4d033bcba71b343e96e1063d6b5f8f88175f7a /sound/ppc/pmac.c | |
parent | f9ff161a14baca1a4ead5f12377ab25b9dd332e1 (diff) |
[ALSA] remove incorrect usage of SNDRV_PCM_INFO_SYNC_START and snd_pcm_set_sync()
Set the SNDRV_PCM_INFO_SYNC_START flag and the substream's sync ID
(only) if the substream actually can be linked to another one.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/ppc/pmac.c')
-rw-r--r-- | sound/ppc/pmac.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/ppc/pmac.c b/sound/ppc/pmac.c index adbc86855b09..04b95ae5c3aa 100644 --- a/sound/ppc/pmac.c +++ b/sound/ppc/pmac.c | |||
@@ -551,9 +551,6 @@ static int snd_pmac_pcm_open(struct snd_pmac *chip, struct pmac_stream *rec, | |||
551 | 551 | ||
552 | runtime->hw.periods_max = rec->cmd.size - 1; | 552 | runtime->hw.periods_max = rec->cmd.size - 1; |
553 | 553 | ||
554 | if (chip->can_duplex) | ||
555 | snd_pcm_set_sync(subs); | ||
556 | |||
557 | /* constraints to fix choppy sound */ | 554 | /* constraints to fix choppy sound */ |
558 | snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS); | 555 | snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS); |
559 | return 0; | 556 | return 0; |