Searched refs:s1 (Results 1 – 5 of 5) sorted by relevance
/sound/pci/ac97/ |
D | ac97_patch.h | 67 static int snd_ac97_swap_ctl(struct snd_ac97 *ac97, const char *s1,
|
D | ac97_codec.c | 2637 static int snd_ac97_swap_ctl(struct snd_ac97 *ac97, const char *s1, in snd_ac97_swap_ctl() argument 2641 kctl1 = ctl_find(ac97, s1, suffix); in snd_ac97_swap_ctl() 2645 set_ctl_name(kctl2->id.name, s1, suffix); in snd_ac97_swap_ctl()
|
/sound/pci/lx6464es/ |
D | lx_core.c | 888 u32 s0, s1, s2, s3; in lx_level_peaks() local 897 s1 = peak_map[(chip->rmh.stat[0] >> 4) & 0xf]; in lx_level_peaks() 901 s0 = s1 = s2 = s3 = 0; in lx_level_peaks() 904 r_levels[1] = s1; in lx_level_peaks()
|
/sound/core/ |
D | init.c | 52 const char *s1, *s2; in module_slot_match() local 57 s1 = module->name; in module_slot_match() 67 char c1 = *s1++; in module_slot_match()
|
D | pcm_native.c | 1016 struct snd_pcm_substream *s1; in snd_pcm_action_group() local 1035 snd_pcm_group_for_each_entry(s1, substream) { in snd_pcm_action_group() 1036 if (s1 == s) /* failed stream */ in snd_pcm_action_group() 1038 ops->undo_action(s1, state); in snd_pcm_action_group() 1051 snd_pcm_group_for_each_entry(s1, substream) { in snd_pcm_action_group() 1052 if (s1 != substream) { in snd_pcm_action_group() 1053 if (s1->pcm->nonatomic) in snd_pcm_action_group() 1054 mutex_unlock(&s1->self_group.mutex); in snd_pcm_action_group() 1056 spin_unlock(&s1->self_group.lock); in snd_pcm_action_group() 1058 if (s1 == s) /* end */ in snd_pcm_action_group()
|