ALSA: hda - initialize channel counts correctly
[pandora-kernel.git] / sound / pci / hda / hda_generic.c
2013-01-16 David HenningssonALSA: hda - initialize channel counts correctly
2013-01-16 David HenningssonALSA: hda - fix wrong adc_idx in generic parser
2013-01-16 David HenningssonALSA: hda - Check array bounds in get_input_path
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 - Allow user to give hints for codec parser...
2013-01-12 Takashi IwaiALSA: hda - Add output jack mode enum controls
2013-01-12 Takashi IwaiALSA: hda - Update automute / automic upon jack retasking
2013-01-12 Takashi IwaiALSA: hda - Avoid auto-mute or auto-mic of retasked...
2013-01-12 Takashi IwaiALSA: hda - Manage current pinctl values in generic...
2013-01-12 Takashi IwaiALSA: hda - Clear the dropped paths properly
2013-01-12 Takashi IwaiALSA: hda - Allow aamix as a capture source
2013-01-12 Takashi IwaiALSA: hda - Fix inconsistent input_paths after ADC...
2013-01-12 Takashi IwaiALSA: hda - Return "Headphone Mic" from hda_get_autocfg...
2013-01-12 Takashi IwaiALSA: hda - Exclude aamix from capture paths
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 - Remove unused dac reference in create_multi...
2013-01-12 Takashi IwaiALSA: hda - Use direct path reference in assign_out_pat...
2013-01-12 Takashi IwaiALSA: hda - Clear path indices properly at each re...
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 - 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 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 - 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 - Use "Capture Source" for single sources
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
2012-12-21 Linus TorvaldsMerge branch 'for-next' of git://git.infradead.org...
2012-12-20 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-12-16 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-12-14 Linus TorvaldsMerge branch 'x86-acpi-for-linus' of git://git./linux...
2012-12-12 Jiri KosinaMerge branches 'for-3.7/upstream-fixes', 'for-3.8/hidra...
2012-12-09 Mark BrownMerge remote-tracking branch 'asoc/topic/adsp' into...
2012-12-03 Linus TorvaldsMerge git://git./linux/kernel/git/mchehab/linux-edac
2012-12-02 Mark BrownMerge remote-tracking branch 'asoc/topic/adsp' into...
2012-11-28 Mark BrownMerge branch 'topic/adsp' of git://git./linux/kernel...
2012-11-27 Tomi ValkeinenMerge branch 'fbdev-next' of github.com:timur-tabi...
2012-11-26 Olof JohanssonMerge tag 'imx-defconfig' of git://git.pengutronix...
2012-11-19 John W. LinvilleMerge branch 'for-john' of git://git./linux/kernel...
2012-11-19 Takashi IwaiMerge branch 'usb-midi-fix-3.7' of git://git.alsa-proje...
2012-11-18 Ingo MolnarMerge branch 'sched/urgent' into sched/core
2012-11-16 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-11-14 John W. LinvilleMerge branch 'for-john' of git://git./linux/kernel...
2012-11-12 Takashi IwaiMerge branch 'stanton-cs1-driver' of git://git.alsa...
2012-11-09 Philipp ReisnerMerge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd...
2012-11-09 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-11-06 Kukjin KimMerge branch 'next/cleanup-samsung' into next/cleanup...
2012-11-05 Tejun HeoMerge branch 'cgroup-rmdir-updates' into cgroup/for-3.8
2012-10-31 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-10-31 Alexander GrafMerge commit 'origin/queue' into for-queue
2012-10-30 Dmitry TorokhovMerge tag 'v3.7-rc3' into next to sync up with recent...
2012-10-30 Dmitry TorokhovMerge tag 'v3.7-rc3' into for-linus to sync up with...
2012-10-29 Marcelo TosattiMerge remote-tracking branch 'master' into queue
2012-10-29 John W. LinvilleMerge branch 'for-john' of git://git./linux/kernel...
2012-10-29 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-10-28 Jiri KosinaMerge branch 'master' into for-next
2012-10-28 Mark BrownMerge branch 'topic/adsp' of git://git./linux/kernel...
2012-10-28 Mark BrownMerge branch 'topic/adsp' of git://git./linux/kernel...
2012-10-26 David S. MillerMerge branch 'master' of git://1984.lsi.us.es/nf-next
2012-10-26 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
next