/sound/pci/ac97/ |
D | ac97_patch.h | 64 const char *suffix); 66 const char *dst, const char *suffix); 68 const char *s2, const char *suffix);
|
D | ac97_codec.c | 2656 static void set_ctl_name(char *dst, const char *src, const char *suffix) in set_ctl_name() argument 2658 if (suffix) in set_ctl_name() 2659 sprintf(dst, "%s %s", src, suffix); in set_ctl_name() 2666 const char *suffix) in snd_ac97_remove_ctl() argument 2670 set_ctl_name(id.name, name, suffix); in snd_ac97_remove_ctl() 2675 static struct snd_kcontrol *ctl_find(struct snd_ac97 *ac97, const char *name, const char *suffix) in ctl_find() argument 2679 set_ctl_name(sid.name, name, suffix); in ctl_find() 2686 const char *dst, const char *suffix) in snd_ac97_rename_ctl() argument 2688 struct snd_kcontrol *kctl = ctl_find(ac97, src, suffix); in snd_ac97_rename_ctl() 2690 set_ctl_name(kctl->id.name, dst, suffix); in snd_ac97_rename_ctl() [all …]
|
/sound/pci/ |
D | intel8x0.c | 1421 char *suffix; member 1439 if (rec->suffix) in snd_intel8x0_pcm1() 1440 sprintf(name, "Intel ICH - %s", rec->suffix); in snd_intel8x0_pcm1() 1456 if (rec->suffix) in snd_intel8x0_pcm1() 1457 sprintf(pcm->name, "%s - %s", chip->card->shortname, rec->suffix); in snd_intel8x0_pcm1() 1496 .suffix = "MIC ADC", 1503 .suffix = "MIC2 ADC", 1510 .suffix = "ADC2", 1517 .suffix = "IEC958", 1533 .suffix = "MIC ADC", [all …]
|
D | intel8x0m.c | 666 char *suffix; member 681 if (rec->suffix) in snd_intel8x0m_pcm1() 682 sprintf(name, "Intel ICH - %s", rec->suffix); in snd_intel8x0m_pcm1() 699 if (rec->suffix) in snd_intel8x0m_pcm1() 700 sprintf(pcm->name, "%s - %s", chip->card->shortname, rec->suffix); in snd_intel8x0m_pcm1() 715 .suffix = "Modem",
|
/sound/pci/hda/ |
D | hda_local.h | 133 const char *suffix, bool init_follower_vol, 135 #define snd_hda_add_vmaster(codec, name, tlv, followers, suffix, access) \ argument 136 __snd_hda_add_vmaster(codec, name, tlv, followers, suffix, true, access, NULL)
|
D | hda_codec.c | 1830 const char *suffix, map_follower_func_t func, void *data) in map_followers() argument 1844 if (suffix) { in map_followers() 1846 name, suffix); in map_followers() 1968 const char *suffix, bool init_follower_vol, in __snd_hda_add_vmaster() argument 1977 err = map_followers(codec, followers, suffix, check_follower_present, NULL); in __snd_hda_add_vmaster() 1990 err = map_followers(codec, followers, suffix, add_follower, kctl); in __snd_hda_add_vmaster()
|
/sound/usb/ |
D | mixer_quirks.c | 2802 #define SND_DJM_CTL(_name, suffix, _default_value, _windex) { \ argument 2804 .options = snd_djm_opts_##suffix, \ 2805 .noptions = ARRAY_SIZE(snd_djm_opts_##suffix), \ 2809 #define SND_DJM_DEVICE(suffix) { \ argument 2810 .controls = snd_djm_ctls_##suffix, \ 2811 .ncontrols = ARRAY_SIZE(snd_djm_ctls_##suffix) }
|
D | mixer.c | 2312 const char *suffix; member 2566 append_ctl_name(kctl, valinfo->suffix); in build_audio_procunit()
|