summaryrefslogtreecommitdiff
path: root/sound/pci/hda/hda_generic.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-12ALSA: hda - Allow aamix as a capture sourceTakashi Iwai1-25/+44
2013-01-12ALSA: hda - Fix inconsistent input_paths after ADC reductionTakashi Iwai1-12/+22
2013-01-12ALSA: hda - Return "Headphone Mic" from hda_get_autocfg_input_label()Takashi Iwai1-4/+0
2013-01-12ALSA: hda - Exclude aamix from capture pathsTakashi Iwai1-6/+2
2013-01-12ALSA: hda - Add a flag to suppress mic auto-switchTakashi Iwai1-0/+3
2013-01-12ALSA: hda - Re-define snd_hda_parse_nid_path()Takashi Iwai1-47/+55
2013-01-12ALSA: hda - Manage input paths via path indicesTakashi Iwai1-26/+18
2013-01-12ALSA: hda - Fix multi-io channel mode managementTakashi Iwai1-30/+62
2013-01-12ALSA: hda - Remove unused dac reference in create_multi_out_ctls()Takashi Iwai1-4/+0
2013-01-12ALSA: hda - Use direct path reference in assign_out_path_ctls()Takashi Iwai1-12/+16
2013-01-12ALSA: hda - Clear path indices properly at each re-evaluationTakashi Iwai1-0/+10
2013-01-12ALSA: hda - Add brief comments to exported snd_hda_gen_*_() functionsTakashi Iwai1-1/+12
2013-01-12ALSA: hda - Remove dead HDA_CTL_BIND_VOL and HDA_CTL_BIND_SW codesTakashi Iwai1-4/+0
2013-01-12ALSA: hda - Add snd_hda_gen_free() and snd_hda_gen_check_power_status()Takashi Iwai1-15/+18
2013-01-12ALSA: hda - Add pcm_playback_hook to hda_gen_specTakashi Iwai1-5/+60
2013-01-12ALSA: hda - Drop bind-volume workaroundTakashi Iwai1-97/+17
2013-01-12ALSA: hda - Drop unneeded pin argument from set_output_and_unmute()Takashi Iwai1-28/+13
2013-01-12ALSA: hda - Add missing slave names for Speaker Surround, etcTakashi Iwai1-0/+3
2013-01-12ALSA: hda - Prefer binding the primary CLFE outputTakashi Iwai1-6/+27
2013-01-12ALSA: hda - Fix truncated control namesTakashi Iwai1-2/+2
2013-01-12ALSA: hda - Add Loopback Mixing controlTakashi Iwai1-0/+106
2013-01-12ALSA: hda - Correct aamix output pathsTakashi Iwai1-2/+2
2013-01-12ALSA: hda - Initialize digital-input path properlyTakashi Iwai1-1/+7
2013-01-12ALSA: hda - Manage using output/loopback path indicesTakashi Iwai1-50/+89
2013-01-12ALSA: hda - Fix multi-io pin assignment in create_multi_out_ctls()Takashi Iwai1-1/+1
2013-01-12ALSA: hda - Simplify the multi-io assignment with multi speakersTakashi Iwai1-31/+32
2013-01-12ALSA: hda - Check the existing path in snd_hda_add_new_path()Takashi Iwai1-7/+24
2013-01-12ALSA: hda - Avoid duplicated path creationsTakashi Iwai1-2/+7
2013-01-12ALSA: hda - Initialize output paths with current active statesTakashi Iwai1-5/+7
2013-01-12ALSA: hda - Don't skip amp init for activated pathsTakashi Iwai1-1/+1
2013-01-12ALSA: hda - Add hooks for HP/line/mic auto switchingTakashi Iwai1-0/+6
2013-01-12ALSA: hda - Revive snd_hda_get_conn_list()Takashi Iwai1-4/+4
2013-01-12ALSA: hda - Add inv_eapd flag to struct hda_codecTakashi Iwai1-0/+2
2013-01-12ALSA: hda - Implement independent HP controlTakashi Iwai1-1/+129
2013-01-12ALSA: hda - Allow aamix in the primary output pathTakashi Iwai1-0/+7
2013-01-12ALSA: hda - Define HDA_PARSE_* for snd_hda_parse_nid_path() argumentTakashi Iwai1-13/+15
2013-01-12ALSA: hda - Fix typos in debug_show_configs()Takashi Iwai1-2/+2
2013-01-12ALSA: hda - Add more debug prints about new pathsTakashi Iwai1-10/+36
2013-01-12ALSA: hda - Drop spec->channel_mode field from hda_gen_specTakashi Iwai1-10/+0
2013-01-12ALSA: hda - Fix PCM name string for generic parserTakashi Iwai1-5/+27
2013-01-12ALSA: hda - Use cached version for changing pins in hda_generic.cTakashi Iwai1-5/+6
2013-01-12ALSA: hda - Dynamically turn on/off EAPD in generic codec driverTakashi Iwai1-6/+16
2013-01-12ALSA: hda - Fix initialization of primary outputs in hda_generic.cTakashi Iwai1-6/+9
2013-01-12ALSA: hda - Refactor init_extra_out() in hda_generic.cTakashi Iwai1-25/+24
2013-01-12ALSA: hda - Clear unsol enable bits on unused pins in generic parserTakashi Iwai1-0/+19
2013-01-12ALSA: hda - Add spec->vmaster_mute_enum flag to generic parserTakashi Iwai1-1/+2
2013-01-12ALSA: hda - Do sequential writes in snd_hda_gen_init()Takashi Iwai1-0/+5
2013-01-12ALSA: hda - Add / fix comments about capture vol/sw controls in hda_generic.cTakashi Iwai1-5/+10
2013-01-12ALSA: hda - Add missing amp cache flush for bound capture vol/sw ctlsTakashi Iwai1-0/+1
2013-01-12ALSA: hda - Use "Capture Source" for single sourcesTakashi Iwai1-1/+3