ALSA: hda - Add prefer_hp_amp flag to hda_gen_spec
[pandora-kernel.git] / sound / pci / hda / hda_generic.h
2013-01-15 Takashi IwaiALSA: hda - Add prefer_hp_amp flag to hda_gen_spec
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