summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_generic.c
Commit message (Expand)AuthorAgeFilesLines
...
* ALSA: hda - Add Loopback Mixing controlTakashi Iwai2013-01-121-0/+106
* ALSA: hda - Correct aamix output pathsTakashi Iwai2013-01-121-2/+2
* ALSA: hda - Initialize digital-input path properlyTakashi Iwai2013-01-121-1/+7
* ALSA: hda - Manage using output/loopback path indicesTakashi Iwai2013-01-121-50/+89
* ALSA: hda - Fix multi-io pin assignment in create_multi_out_ctls()Takashi Iwai2013-01-121-1/+1
* ALSA: hda - Simplify the multi-io assignment with multi speakersTakashi Iwai2013-01-121-31/+32
* ALSA: hda - Check the existing path in snd_hda_add_new_path()Takashi Iwai2013-01-121-7/+24
* ALSA: hda - Avoid duplicated path creationsTakashi Iwai2013-01-121-2/+7
* ALSA: hda - Initialize output paths with current active statesTakashi Iwai2013-01-121-5/+7
* ALSA: hda - Don't skip amp init for activated pathsTakashi Iwai2013-01-121-1/+1
* ALSA: hda - Add hooks for HP/line/mic auto switchingTakashi Iwai2013-01-121-0/+6
* ALSA: hda - Revive snd_hda_get_conn_list()Takashi Iwai2013-01-121-4/+4
* ALSA: hda - Add inv_eapd flag to struct hda_codecTakashi Iwai2013-01-121-0/+2
* ALSA: hda - Implement independent HP controlTakashi Iwai2013-01-121-1/+129
* ALSA: hda - Allow aamix in the primary output pathTakashi Iwai2013-01-121-0/+7
* ALSA: hda - Define HDA_PARSE_* for snd_hda_parse_nid_path() argumentTakashi Iwai2013-01-121-13/+15
* ALSA: hda - Fix typos in debug_show_configs()Takashi Iwai2013-01-121-2/+2
* ALSA: hda - Add more debug prints about new pathsTakashi Iwai2013-01-121-10/+36
* ALSA: hda - Drop spec->channel_mode field from hda_gen_specTakashi Iwai2013-01-121-10/+0
* ALSA: hda - Fix PCM name string for generic parserTakashi Iwai2013-01-121-5/+27
* ALSA: hda - Use cached version for changing pins in hda_generic.cTakashi Iwai2013-01-121-5/+6
* ALSA: hda - Dynamically turn on/off EAPD in generic codec driverTakashi Iwai2013-01-121-6/+16
* ALSA: hda - Fix initialization of primary outputs in hda_generic.cTakashi Iwai2013-01-121-6/+9
* ALSA: hda - Refactor init_extra_out() in hda_generic.cTakashi Iwai2013-01-121-25/+24
* ALSA: hda - Clear unsol enable bits on unused pins in generic parserTakashi Iwai2013-01-121-0/+19
* ALSA: hda - Add spec->vmaster_mute_enum flag to generic parserTakashi Iwai2013-01-121-1/+2
* ALSA: hda - Do sequential writes in snd_hda_gen_init()Takashi Iwai2013-01-121-0/+5
* ALSA: hda - Add / fix comments about capture vol/sw controls in hda_generic.cTakashi Iwai2013-01-121-5/+10
* ALSA: hda - Add missing amp cache flush for bound capture vol/sw ctlsTakashi Iwai2013-01-121-0/+1
* ALSA: hda - Use "Capture Source" for single sourcesTakashi Iwai2013-01-121-1/+3
* ALSA: hda - Export standard jack event handlers for generic parserTakashi Iwai2013-01-121-11/+15
* ALSA: hda - Fix NULL dereference in snd_hda_gen_build_controls()Takashi Iwai2013-01-121-3/+5
* ALSA: hda - Move the call of snd_hda_parse_pin_defcfg() from snd_hda_gen_pars...Takashi Iwai2013-01-121-9/+15
* ALSA: hda - Export snd_hda_gen_add_kctl()Takashi Iwai2013-01-121-9/+10
* ALSA: hda - Add EAPD control to generic parserTakashi Iwai2013-01-121-0/+6
* ALSA: hda - Merge Realtek parser code to generic parserTakashi Iwai2013-01-121-744/+3252
* ALSA: hda - Clean up CONFIG_SND_HDA_POWER_SAVETakashi Iwai2012-08-301-4/+4
* sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker2011-10-311-0/+1
* ALSA: hda - consitify string arraysTakashi Iwai2011-01-181-3/+4
* ALSA: hda - Improve the input source name labelsTakashi Iwai2010-09-091-36/+5
* ALSA: hda - Keep char arrays in input_mux itemsTakashi Iwai2010-09-091-1/+1
* ALSA: hda - add more NID->Control mappingJaroslav Kysela2009-12-151-1/+2
* ALSA: hda - proc - introduce Control: lines to show mixer<->NID assignmentJaroslav Kysela2009-11-161-6/+11
* ALSA: hda - Introduce get_wcaps_type() macroTakashi Iwai2009-07-271-1/+1
* ALSA: hda_generic: use AC_WCAP_CONN_LIST check for widget connectionsJaroslav Kysela2009-07-221-1/+1
* ALSA: hda_generic: do not read connections for widged with an unknown typeJaroslav Kysela2009-07-221-7/+11
* ALSA: hda - Cache pin-cap valuesTakashi Iwai2009-03-231-1/+1
* ALSA: hda - Use snd_hda_codec_get_pincfg() in the rest placesTakashi Iwai2009-02-231-1/+1
* ALSA: hda - Modularize HD-audio driverTakashi Iwai2008-11-271-0/+1
* ALSA: hda - Manage kcontrol listsTakashi Iwai2008-10-131-8/+12