Searched refs:user_pins (Results 1 - 3 of 3) sorted by last modified time

/linux-master/sound/pci/hda/
H A Dhda_sysfs.c373 return pin_configs_show(codec, &codec->user_pins, buf);
385 err = snd_hda_add_pincfg(codec, &codec->user_pins, nid, cfg);
773 snd_array_init(&codec->user_pins, sizeof(struct hda_pincfg), 16);
790 snd_array_free(&codec->user_pins);
H A Dhda_codec.c536 pin = look_up_pincfg(codec, &codec->user_pins, nid);
667 snd_array_free(&codec->user_pins);
791 /* free only driver_pins so that init_pins + user_pins are restored */
/linux-master/include/sound/
H A Dhda_codec.h220 struct snd_array user_pins; /* default pin configs to override */ member in struct:hda_codec

Completed in 395 milliseconds