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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_hwdep.c120 snd_array_free(&codec->user_pins);
153 snd_array_init(&codec->user_pins, sizeof(struct hda_pincfg), 16);
515 return pin_configs_show(codec, &codec->user_pins, buf);
537 return snd_hda_add_pincfg(codec, &codec->user_pins, nid, cfg);
H A Dhda_codec.h842 struct snd_array user_pins; /* default pin configs to override */ member in struct:hda_codec
H A Dhda_codec.c850 * in user_pins[], don't write it
889 pin = look_up_pincfg(codec, &codec->user_pins, nid);
963 /* first free driver_pins and user_pins, then call restore_pincfg
968 snd_array_free(&codec->user_pins);
2089 /* free only driver_pins so that init_pins + user_pins are restored */

Completed in 198 milliseconds