summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c (unfollow)
Commit message (Expand)AuthorFilesLines
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 Iwai2-0/+110
2013-01-12ALSA: hda - Correct aamix output pathsTakashi Iwai1-2/+2
2013-01-12ALSA: hda - Initialize digital-input path properlyTakashi Iwai2-1/+8
2013-01-12ALSA: hda - Manage using output/loopback path indicesTakashi Iwai2-50/+98
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 Iwai2-7/+25
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 Iwai2-0/+14
2013-01-12ALSA: hda - Revive snd_hda_get_conn_list()Takashi Iwai3-70/+106
2013-01-12ALSA: hda - Add codec->inv_jack_detect flagTakashi Iwai2-1/+6
2013-01-12ALSA: hda - Add inv_eapd flag to struct hda_codecTakashi Iwai2-0/+3
2013-01-12ALSA: hda - Implement independent HP controlTakashi Iwai2-1/+138
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 Iwai2-13/+22
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 Iwai2-12/+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 Iwai3-3/+9
2013-01-12ALSA: hda - Begin HDA_GEN_* event tag from 1Takashi Iwai1-1/+1
2013-01-12ALSA: hda - Increase the max depth of widget connectionsTakashi Iwai2-2/+2
2013-01-12ALSA: hda - Avoid access of amp cache element outside mutexTakashi Iwai1-8/+12
2013-01-12ALSA: hda - Fix wrong dirty check in snd_hda_codec_resume_amp()Takashi Iwai1-3/+3
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 - Add snd_hda_codec_flush_*_cache() aliasesTakashi Iwai3-1/+9
2013-01-12ALSA: hda - Flush dirty amp caches before writing inv_dmic fixTakashi Iwai1-0/+3
2013-01-12ALSA: hda - Check CORB overflowTakashi Iwai2-4/+17
2013-01-12ALSA: hda - Clear cached_write flag in snd_hda_codec_resume_*()Takashi Iwai1-0/+2
2013-01-12ALSA: hda - Clear dirty flag upon cache writeTakashi Iwai1-6/+7
2013-01-12ALSA: hda - Allow one chance for zero NID in connection listTakashi Iwai1-1/+2
2013-01-12ALSA: hda - Use "Capture Source" for single sourcesTakashi Iwai1-1/+3
2013-01-12ALSA: hda - Use generic parser codes for Realtek driverTakashi Iwai2-3634/+127
2013-01-12ALSA: hda - Export standard jack event handlers for generic parserTakashi Iwai2-11/+24
2013-01-12ALSA: hda - Fix NULL dereference in snd_hda_gen_build_controls()Takashi Iwai1-3/+5
2013-01-12ALSA: hda - Move the call of snd_hda_parse_pin_defcfg() from snd_hda_gen_pars...Takashi Iwai2-12/+16
2013-01-12ALSA: hda - Export snd_hda_gen_add_kctl()Takashi Iwai2-9/+14