Home
last modified time | relevance | path

Searched refs:user_pins (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/sound/pci/hda/
Dhda_hwdep.c120 snd_array_free(&codec->user_pins); in clear_hwdep_elements()
153 snd_array_init(&codec->user_pins, sizeof(struct hda_pincfg), 16); in snd_hda_create_hwdep()
515 return pin_configs_show(codec, &codec->user_pins, buf); in user_pin_configs_show()
537 return snd_hda_add_pincfg(codec, &codec->user_pins, nid, cfg); in parse_user_pin_configs()
Dhda_codec.h842 struct snd_array user_pins; /* default pin configs to override */ member
Dhda_codec.c890 pin = look_up_pincfg(codec, &codec->user_pins, nid); in snd_hda_codec_get_pincfg()
971 snd_array_free(&codec->user_pins); in restore_init_pincfgs()