Home
last modified time | relevance | path

Searched refs:s1 (Results 1 – 5 of 5) sorted by relevance

/sound/arm/
Dsa11xx-uda1341.c529 struct audio_stream *s1 = &chip->s[stream_id ^ 1]; in snd_sa11xx_uda1341_trigger() local
537 if (stream_id == SNDRV_PCM_STREAM_CAPTURE && !s1->active) { in snd_sa11xx_uda1341_trigger()
539 s1->tx_spin = 1; in snd_sa11xx_uda1341_trigger()
540 audio_process_dma(s1); in snd_sa11xx_uda1341_trigger()
563 if (stream_id == SNDRV_PCM_STREAM_PLAYBACK && s1->active) { in snd_sa11xx_uda1341_trigger()
573 if (s1->tx_spin) { in snd_sa11xx_uda1341_trigger()
574 s1->tx_spin = 0; in snd_sa11xx_uda1341_trigger()
575 audio_stop_dma(s1); in snd_sa11xx_uda1341_trigger()
599 if (stream_id == SNDRV_PCM_STREAM_CAPTURE && !s1->active) { in snd_sa11xx_uda1341_trigger()
600 s1->tx_spin = 1; in snd_sa11xx_uda1341_trigger()
[all …]
/sound/pci/ac97/
Dac97_patch.h82 static int snd_ac97_swap_ctl(struct snd_ac97 *ac97, const char *s1,
Dac97_codec.c2614 static int snd_ac97_swap_ctl(struct snd_ac97 *ac97, const char *s1, in snd_ac97_swap_ctl() argument
2618 kctl1 = ctl_find(ac97, s1, suffix); in snd_ac97_swap_ctl()
2622 set_ctl_name(kctl2->id.name, s1, suffix); in snd_ac97_swap_ctl()
/sound/core/
Dinit.c56 const char *s1, *s2; in module_slot_match() local
61 s1 = module->name; in module_slot_match()
71 char c1 = *s1++; in module_slot_match()
Dpcm_native.c703 struct snd_pcm_substream *s1; in snd_pcm_action_group() local
718 snd_pcm_group_for_each_entry(s1, substream) { in snd_pcm_action_group()
719 if (s1 == s) /* failed stream */ in snd_pcm_action_group()
721 ops->undo_action(s1, state); in snd_pcm_action_group()
734 snd_pcm_group_for_each_entry(s1, substream) { in snd_pcm_action_group()
735 if (s1 != substream) in snd_pcm_action_group()
736 spin_unlock(&s1->self_group.lock); in snd_pcm_action_group()
737 if (s1 == s) /* end */ in snd_pcm_action_group()