summaryrefslogtreecommitdiffstats
path: root/sound/pci (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-122-12/+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-123-3/+9
* ALSA: hda - Begin HDA_GEN_* event tag from 1Takashi Iwai2013-01-121-1/+1
* ALSA: hda - Increase the max depth of widget connectionsTakashi Iwai2013-01-122-2/+2
* ALSA: hda - Avoid access of amp cache element outside mutexTakashi Iwai2013-01-121-8/+12
* ALSA: hda - Fix wrong dirty check in snd_hda_codec_resume_amp()Takashi Iwai2013-01-121-3/+3
* 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 - Add snd_hda_codec_flush_*_cache() aliasesTakashi Iwai2013-01-123-1/+9
* ALSA: hda - Flush dirty amp caches before writing inv_dmic fixTakashi Iwai2013-01-121-0/+3
* ALSA: hda - Check CORB overflowTakashi Iwai2013-01-122-4/+17
* ALSA: hda - Clear cached_write flag in snd_hda_codec_resume_*()Takashi Iwai2013-01-121-0/+2
* ALSA: hda - Clear dirty flag upon cache writeTakashi Iwai2013-01-121-6/+7
* ALSA: hda - Allow one chance for zero NID in connection listTakashi Iwai2013-01-121-1/+2
* ALSA: hda - Use "Capture Source" for single sourcesTakashi Iwai2013-01-121-1/+3
* ALSA: hda - Use generic parser codes for Realtek driverTakashi Iwai2013-01-122-3634/+127
* ALSA: hda - Export standard jack event handlers for generic parserTakashi Iwai2013-01-122-11/+24
* 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-122-12/+16
* ALSA: hda - Export snd_hda_gen_add_kctl()Takashi Iwai2013-01-122-9/+14
* ALSA: hda - Add EAPD control to generic parserTakashi Iwai2013-01-122-0/+7
* ALSA: hda - Merge Realtek parser code to generic parserTakashi Iwai2013-01-122-744/+3451
* ALSA: hda/realtek - Remove redundant argument from alc_mux_select()Takashi Iwai2013-01-121-5/+5
* ALSA: hda - More generic auto-mic switching for Realtek codecsTakashi Iwai2013-01-121-65/+78
* ALSA: hda - Rearrange INPUT_PIN_ATTR_*Takashi Iwai2013-01-123-3/+4
* ALSA: hda/realtek - Fix split stereo dmic codeTakashi Iwai2013-01-121-22/+36
* ALSA: hda - Move fixup code into struct hda_codecTakashi Iwai2013-01-129-122/+86
* ALSA: hda/realtek - Add conexant-style inverted dmic handlingTakashi Iwai2013-01-121-1/+34
* ALSA: hda/realtek - Allow multiple individual capture volume/switch controlsTakashi Iwai2013-01-121-18/+131
* ALSA: hda/realtek - Allow passing name=NULL to alc_kcontrol_new()Takashi Iwai2013-01-121-11/+11
* ALSA: hda/realtek - Merge a few split functionsTakashi Iwai2013-01-121-26/+6
* ALSA: hda/realtek - Assign Master mixer when possibleTakashi Iwai2013-01-121-1/+8
* ALSA: hda/realtek - Handle vmaster hook in the parser sideTakashi Iwai2013-01-121-16/+7
* ALSA: hda/realtek - Remove unused fields and macro definitionsTakashi Iwai2013-01-121-15/+2
* ALSA: hda/realtek - Drop auto_mic_valid_imux flagTakashi Iwai2013-01-121-4/+1
* ALSA: hda/realtek - Allow different pins for shared hp/mic vref checkTakashi Iwai2013-01-121-9/+8
* ALSA: hda/realtek - Parse digital input pathTakashi Iwai2013-01-121-3/+5
* ALSA: hda/realtek - Rename add_new_out_path() with add_new_nid_path()Takashi Iwai2013-01-121-23/+23
* ALSA: hda/realtek - Remove superfluous input amp initTakashi Iwai2013-01-121-6/+1
* ALSA: hda/realtek - Clean up some spec fieldsTakashi Iwai2013-01-121-36/+20
* ALSA: hda/realtek - Make input path parser more genericTakashi Iwai2013-01-121-623/+374
* ALSA: hda/realtek - Don't change connection at path deactivationTakashi Iwai2013-01-121-1/+1