ALSA: hda - Enable loopback accounts for CONFIG_PM=n, too
[firefly-linux-kernel-4.4.55.git] / sound / pci / hda / hda_generic.h
2013-02-07 Takashi IwaiALSA: hda - Enable loopback accounts for CONFIG_PM...
2013-02-05 Takashi IwaiMerge branch 'for-linus' into for-next
2013-01-24 Takashi IwaiALSA: hda - Implement path-based power filter to the...
2013-01-23 Takashi IwaiMerge branch 'for-linus' into for-next
2013-01-23 Takashi IwaiALSA: hda - Fix missing path between aamix and outputs...
2013-01-23 Takashi IwaiMerge branch 'topic/hda-gen-parser' into for-next
2013-01-22 Takashi IwaiALSA: hda - Set individual name to secondary analog...
2013-01-21 Takashi IwaiALSA: hda - Fix conflicts between Loopback Mixing and...
2013-01-18 Takashi IwaiALSA: hda - Correct more array rooms in hda_gen_spec
2013-01-18 David HenningssonALSA: hda - make sure there are enough input labels...
2013-01-18 Takashi IwaiALSA: hda - Consolidate cap_sync_hook and capture_switc...
2013-01-18 Takashi IwaiALSA: hda - Unify input label creations in generic...
2013-01-17 Takashi IwaiMerge branch 'test/hda-gen-parser' into test/hda-migrate
2013-01-17 Takashi IwaiALSA: hda - Add PCM capture hook to hda_gen_spec
2013-01-17 Takashi IwaiALSA: hda - Record all detected ADCs in hda_gen_spec
2013-01-17 Takashi IwaiALSA: hda - Move vmaster TLV parsing to snd_hda_gen_par...
2013-01-17 Takashi IwaiALSA: hda - Add input jack mode enum controls to generi...
2013-01-16 Takashi IwaiALSA: hda - Give more comments to hda_gen_spec flags
2013-01-16 Takashi IwaiALSA: hda - Add suppress_auto_mute flag to hda_gen_spec
2013-01-16 Takashi IwaiALSA: hda - Record the current speaker / LO mute status...
2013-01-16 Takashi IwaiMerge branch 'test/hda-gen-parser' into test/hda-migrate
2013-01-15 Takashi IwaiALSA: hda - Add prefer_hp_amp flag to hda_gen_spec
2013-01-14 Takashi IwaiMerge branch 'test/hda-gen-parser' into test/hda-migrate
2013-01-14 Takashi IwaiALSA: hda - Add capture_switch_hook to generic parser
2013-01-12 Takashi IwaiALSA: hda - Add output jack mode enum controls
2013-01-12 Takashi IwaiALSA: hda - Allow aamix as a capture source
2013-01-12 Takashi IwaiALSA: hda - Add a flag to suppress mic auto-switch
2013-01-12 Takashi IwaiALSA: hda - Re-define snd_hda_parse_nid_path()
2013-01-12 Takashi IwaiALSA: hda - Manage input paths via path indices
2013-01-12 Takashi IwaiALSA: hda - Fix multi-io channel mode management
2013-01-12 Takashi IwaiALSA: hda - Add snd_hda_gen_free() and snd_hda_gen_chec...
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 - Add Loopback Mixing control
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 - Check the existing path in snd_hda_add_new_...
2013-01-12 Takashi IwaiALSA: hda - Add hooks for HP/line/mic auto switching
2013-01-12 Takashi IwaiALSA: hda - Implement independent HP control
2013-01-12 Takashi IwaiALSA: hda - Define HDA_PARSE_* for snd_hda_parse_nid_pa...
2013-01-12 Takashi IwaiALSA: hda - Drop spec->channel_mode field from hda_gen_spec
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 - Export standard jack event handlers for...
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