ALSA: hda - Add brief comments to exported snd_hda_gen_*_() functions
[pandora-kernel.git] / sound /
2013-01-12 Takashi IwaiALSA: hda - Add brief comments to exported snd_hda_gen_...
2013-01-12 Takashi IwaiALSA: hda - Remove dead HDA_CTL_BIND_VOL and HDA_CTL_BI...
2013-01-12 Takashi IwaiALSA: hda - Add snd_hda_gen_free() and snd_hda_gen_chec...
2013-01-12 Takashi IwaiALSA: hda - Allow jack detection when polling is enabled
2013-01-12 Takashi IwaiALSA: hda - Add pcm_playback_hook to hda_gen_spec
2013-01-12 Takashi IwaiALSA: hda - Drop bind-volume workaround
2013-01-12 Takashi IwaiALSA: hda - Drop unneeded pin argument from set_output_...
2013-01-12 Takashi IwaiALSA: hda - Add missing slave names for Speaker Surroun...
2013-01-12 Takashi IwaiALSA: hda - Prefer binding the primary CLFE output
2013-01-12 Takashi IwaiALSA: hda - Fix truncated control names
2013-01-12 Takashi IwaiALSA: hda - Add Loopback Mixing control
2013-01-12 Takashi IwaiALSA: hda - Correct aamix output paths
2013-01-12 Takashi IwaiALSA: hda - Initialize digital-input path properly
2013-01-12 Takashi IwaiALSA: hda - Manage using output/loopback path indices
2013-01-12 Takashi IwaiALSA: hda - Fix multi-io pin assignment in create_multi...
2013-01-12 Takashi IwaiALSA: hda - Simplify the multi-io assignment with multi...
2013-01-12 Takashi IwaiALSA: hda - Check the existing path in snd_hda_add_new_...
2013-01-12 Takashi IwaiALSA: hda - Avoid duplicated path creations
2013-01-12 Takashi IwaiALSA: hda - Initialize output paths with current active...
2013-01-12 Takashi IwaiALSA: hda - Don't skip amp init for activated paths
2013-01-12 Takashi IwaiALSA: hda - Add hooks for HP/line/mic auto switching
2013-01-12 Takashi IwaiALSA: hda - Revive snd_hda_get_conn_list()
2013-01-12 Takashi IwaiALSA: hda - Add codec->inv_jack_detect flag
2013-01-12 Takashi IwaiALSA: hda - Add inv_eapd flag to struct hda_codec
2013-01-12 Takashi IwaiALSA: hda - Implement independent HP control
2013-01-12 Takashi IwaiALSA: hda - Allow aamix in the primary output path
2013-01-12 Takashi IwaiALSA: hda - Define HDA_PARSE_* for snd_hda_parse_nid_pa...
2013-01-12 Takashi IwaiALSA: hda - Fix typos in debug_show_configs()
2013-01-12 Takashi IwaiALSA: hda - Add more debug prints about new paths
2013-01-12 Takashi IwaiALSA: hda - Drop spec->channel_mode field from hda_gen_spec
2013-01-12 Takashi IwaiALSA: hda - Fix PCM name string for generic parser
2013-01-12 Takashi IwaiALSA: hda - Use cached version for changing pins in...
2013-01-12 Takashi IwaiALSA: hda - Dynamically turn on/off EAPD in generic...
2013-01-12 Takashi IwaiALSA: hda - Fix initialization of primary outputs in...
2013-01-12 Takashi IwaiALSA: hda - Refactor init_extra_out() in hda_generic.c
2013-01-12 Takashi IwaiALSA: hda - Clear unsol enable bits on unused pins...
2013-01-12 Takashi IwaiALSA: hda - Add spec->vmaster_mute_enum flag to generic...
2013-01-12 Takashi IwaiALSA: hda - Begin HDA_GEN_* event tag from 1
2013-01-12 Takashi IwaiALSA: hda - Increase the max depth of widget connections
2013-01-12 Takashi IwaiALSA: hda - Avoid access of amp cache element outside...
2013-01-12 Takashi IwaiALSA: hda - Fix wrong dirty check in snd_hda_codec_resu...
2013-01-12 Takashi IwaiALSA: hda - Do sequential writes in snd_hda_gen_init()
2013-01-12 Takashi IwaiALSA: hda - Add / fix comments about capture vol/sw...
2013-01-12 Takashi IwaiALSA: hda - Add missing amp cache flush for bound captu...
2013-01-12 Takashi IwaiALSA: hda - Add snd_hda_codec_flush_*_cache() aliases
2013-01-12 Takashi IwaiALSA: hda - Flush dirty amp caches before writing inv_d...
2013-01-12 Takashi IwaiALSA: hda - Check CORB overflow
2013-01-12 Takashi IwaiALSA: hda - Clear cached_write flag in snd_hda_codec_re...
2013-01-12 Takashi IwaiALSA: hda - Clear dirty flag upon cache write
2013-01-12 Takashi IwaiALSA: hda - Allow one chance for zero NID in connection...
2013-01-12 Takashi IwaiALSA: hda - Use "Capture Source" for single sources
2013-01-12 Takashi IwaiALSA: hda - Use generic parser codes for Realtek driver
2013-01-12 Takashi IwaiALSA: hda - Export standard jack event handlers for...
2013-01-12 Takashi IwaiALSA: hda - Fix NULL dereference in snd_hda_gen_build_c...
2013-01-12 Takashi IwaiALSA: hda - Move the call of snd_hda_parse_pin_defcfg...
2013-01-12 Takashi IwaiALSA: hda - Export snd_hda_gen_add_kctl()
2013-01-12 Takashi IwaiALSA: hda - Add EAPD control to generic parser
2013-01-12 Takashi IwaiALSA: hda - Merge Realtek parser code to generic parser
2013-01-12 Takashi IwaiALSA: hda/realtek - Remove redundant argument from...
2013-01-12 Takashi IwaiALSA: hda - More generic auto-mic switching for Realtek...
2013-01-12 Takashi IwaiALSA: hda - Rearrange INPUT_PIN_ATTR_*
2013-01-12 Takashi IwaiALSA: hda/realtek - Fix split stereo dmic code
2013-01-12 Takashi IwaiALSA: hda - Move fixup code into struct hda_codec
2013-01-12 Takashi IwaiALSA: hda/realtek - Add conexant-style inverted dmic...
2013-01-12 Takashi IwaiALSA: hda/realtek - Allow multiple individual capture...
2013-01-12 Takashi IwaiALSA: hda/realtek - Allow passing name=NULL to alc_kcon...
2013-01-12 Takashi IwaiALSA: hda/realtek - Merge a few split functions
2013-01-12 Takashi IwaiALSA: hda/realtek - Assign Master mixer when possible
2013-01-12 Takashi IwaiALSA: hda/realtek - Handle vmaster hook in the parser...
2013-01-12 Takashi IwaiALSA: hda/realtek - Remove unused fields and macro...
2013-01-12 Takashi IwaiALSA: hda/realtek - Drop auto_mic_valid_imux flag
2013-01-12 Takashi IwaiALSA: hda/realtek - Allow different pins for shared...
2013-01-12 Takashi IwaiALSA: hda/realtek - Parse digital input path
2013-01-12 Takashi IwaiALSA: hda/realtek - Rename add_new_out_path() with...
2013-01-12 Takashi IwaiALSA: hda/realtek - Remove superfluous input amp init
2013-01-12 Takashi IwaiALSA: hda/realtek - Clean up some spec fields
2013-01-12 Takashi IwaiALSA: hda/realtek - Make input path parser more generic
2013-01-12 Takashi IwaiALSA: hda/realtek - Don't change connection at path...
2013-01-12 Takashi IwaiALSA: hda/realtek - Initialize loopback paths properly
2013-01-12 Takashi IwaiALSA: hda/realtek - Add boost volumes to path list
2013-01-12 Takashi IwaiALSA: hda/realtek - Add missing initialization of multi...
2013-01-12 Takashi IwaiALSA: hda/realtek - Fix the initialization of pin amp-in
2013-01-12 Takashi IwaiALSA: hda/realtek - Rename get_out_path() to get_nid_path()
2013-01-12 Takashi IwaiALSA: hda/realtek - Use path-based parser for digital...
2013-01-12 Takashi IwaiALSA: hda/realtek - Consolidate to a single path list
2013-01-12 Takashi IwaiALSA: hda/realtek - Consolidate is_reachable_path()
2013-01-12 Takashi IwaiALSA: hda/realtek - Add path active flag
2013-01-12 Takashi IwaiALSA: hda/realtek - Remove non-standard automute mode
2013-01-12 Takashi IwaiALSA: hda - Introduce snd_hda_codec_amp_init*()
2013-01-12 Takashi IwaiALSA: hda - Introduce cache & flush cmd / amp writes
2013-01-10 Takashi IwaiALSA: hda - Remove snd_hda_codec_amp_update() call...
2013-01-10 Takashi IwaiALSA: hda/realtek - Fix initialization of input amps...
2013-01-10 Takashi IwaiALSA: hda/realtek - Check amp capabilities of aa-mixer...
2013-01-10 Takashi IwaiALSA: hda/realtek - Parse analog loopback paths more...
2013-01-10 Takashi IwaiALSA: hda/realtek - Parse input paths
2013-01-10 Takashi IwaiALSA: hda/realtek - Make path->idx[] and path->multi...
2013-01-10 Takashi IwaiALSA: hda/realtek - Simplify the output volume initiali...
2013-01-10 Takashi IwaiALSA: hda/realtek - Reduce vol/mute ctl lookups at...
2013-01-10 Takashi IwaiALSA: hda - Fix mono amp values in proc output
2013-01-10 Takashi IwaiALSA: hda/realtek - Manage mixer controls in out_path...
next