···2134 * This function returns zero if successful or a negative error code.2135 */2136int snd_hda_add_vmaster(struct hda_codec *codec, char *name,2137- unsigned int *tlv, const char **slaves)2138{2139 struct snd_kcontrol *kctl;2140- const char **s;2141 int err;21422143 for (s = slaves; *s && !snd_hda_find_mixer_ctl(codec, *s); s++)···3689 * If no entries are matching, the function returns a negative value.3690 */3691int snd_hda_check_board_config(struct hda_codec *codec,3692- int num_configs, const char **models,3693 const struct snd_pci_quirk *tbl)3694{3695 if (codec->modelname && models) {···3753 * If no entries are matching, the function returns a negative value.3754 */3755int snd_hda_check_board_codec_sid_config(struct hda_codec *codec,3756- int num_configs, const char **models,3757 const struct snd_pci_quirk *tbl)3758{3759 const struct snd_pci_quirk *q;···4690 int check_location)4691{4692 unsigned int def_conf;4693- static const char *mic_names[] = {4694 "Internal Mic", "Dock Mic", "Mic", "Front Mic", "Rear Mic",4695 };4696 int attr;
···2134 * This function returns zero if successful or a negative error code.2135 */2136int snd_hda_add_vmaster(struct hda_codec *codec, char *name,2137+ unsigned int *tlv, const char * const *slaves)2138{2139 struct snd_kcontrol *kctl;2140+ const char * const *s;2141 int err;21422143 for (s = slaves; *s && !snd_hda_find_mixer_ctl(codec, *s); s++)···3689 * If no entries are matching, the function returns a negative value.3690 */3691int snd_hda_check_board_config(struct hda_codec *codec,3692+ int num_configs, const char * const *models,3693 const struct snd_pci_quirk *tbl)3694{3695 if (codec->modelname && models) {···3753 * If no entries are matching, the function returns a negative value.3754 */3755int snd_hda_check_board_codec_sid_config(struct hda_codec *codec,3756+ int num_configs, const char * const *models,3757 const struct snd_pci_quirk *tbl)3758{3759 const struct snd_pci_quirk *q;···4690 int check_location)4691{4692 unsigned int def_conf;4693+ static const char * const mic_names[] = {4694 "Internal Mic", "Dock Mic", "Mic", "Front Mic", "Rear Mic",4695 };4696 int attr;