Home
last modified time | relevance | path

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

/sound/pci/ac97/
Dac97_patch.h67 static int snd_ac97_swap_ctl(struct snd_ac97 *ac97, const char *s1,
Dac97_codec.c2705 static int snd_ac97_swap_ctl(struct snd_ac97 *ac97, const char *s1, in snd_ac97_swap_ctl() argument
2709 kctl1 = ctl_find(ac97, s1, suffix); in snd_ac97_swap_ctl()
2713 set_ctl_name(kctl2->id.name, s1, suffix); in snd_ac97_swap_ctl()
/sound/pci/lx6464es/
Dlx_core.c883 u32 s0, s1, s2, s3; in lx_level_peaks() local
892 s1 = peak_map[(chip->rmh.stat[0] >> 4) & 0xf]; in lx_level_peaks()
896 s0 = s1 = s2 = s3 = 0; in lx_level_peaks()
899 r_levels[1] = s1; in lx_level_peaks()
/sound/core/
Dinit.c54 const char *s1, *s2; in module_slot_match() local
59 s1 = module->name; in module_slot_match()
69 char c1 = *s1++; in module_slot_match()
Dpcm_native.c1218 struct snd_pcm_substream *s1; in snd_pcm_action_group() local
1239 snd_pcm_group_for_each_entry(s1, substream) { in snd_pcm_action_group()
1240 if (s1 == s) /* failed stream */ in snd_pcm_action_group()
1242 ops->undo_action(s1, state); in snd_pcm_action_group()
1254 snd_pcm_group_for_each_entry(s1, substream) { in snd_pcm_action_group()
1255 if (s1 != substream) { in snd_pcm_action_group()
1257 mutex_unlock(&s1->runtime->buffer_mutex); in snd_pcm_action_group()
1258 else if (s1->pcm->nonatomic) in snd_pcm_action_group()
1259 mutex_unlock(&s1->self_group.mutex); in snd_pcm_action_group()
1261 spin_unlock(&s1->self_group.lock); in snd_pcm_action_group()
[all …]