messages from 2013-01-05 21:24:03 to 2013-01-08 13:20:07 UTC [more...]
[PATCH RFC 000/112] HD-audio generic parser improvements
2013-01-08 13:20 UTC (118+ messages)
` [PATCH 001/112] ALSA: hda/realtek - Simplify alc_auto_is_dac_reachable()
` [PATCH 002/112] ALSA: hda/realtek - List up all available DACs
` [PATCH 003/112] ALSA: hda/realtek - Add output path parser
` [PATCH 004/112] ALSA: hda/realtek - Manage mixer controls in out_path list
` [PATCH 005/112] ALSA: hda - Fix mono amp values in proc output
` [PATCH 006/112] ALSA: hda/realtek - Reduce vol/mute ctl lookups at parsing codec
` [PATCH 007/112] ALSA: hda/realtek - Simplify the output volume initialization
` [PATCH 008/112] ALSA: hda/realtek - Make path->idx[] and path->multi[] consistent
` [PATCH 009/112] ALSA: hda/realtek - Parse input paths
` [PATCH 010/112] ALSA: hda/realtek - Parse analog loopback paths more generically
` [PATCH 011/112] ALSA: hda/realtek - Check amp capabilities of aa-mixer widget
` [PATCH 012/112] ALSA: hda/realtek - Fix initialization of input amps in output paths
` [PATCH 013/112] ALSA: hda - Remove snd_hda_codec_amp_update() call from patch_*.c
` [PATCH 014/112] ALSA: hda - Introduce cache & flush cmd / amp writes
` [PATCH 015/112] ALSA: hda - Introduce snd_hda_codec_amp_init*()
` [PATCH 016/112] ALSA: hda/realtek - Remove non-standard automute mode
` [PATCH 017/112] ALSA: hda/realtek - Add path active flag
` [PATCH 018/112] ALSA: hda/realtek - Consolidate is_reachable_path()
` [PATCH 019/112] ALSA: hda/realtek - Consolidate to a single path list
` [PATCH 020/112] ALSA: hda/realtek - Use path-based parser for digital outputs
` [PATCH 021/112] ALSA: hda/realtek - Rename get_out_path() to get_nid_path()
` [PATCH 022/112] ALSA: hda/realtek - Fix the initialization of pin amp-in
` [PATCH 023/112] ALSA: hda/realtek - Add missing initialization of multi-io routes
` [PATCH 024/112] ALSA: hda/realtek - Add boost volumes to path list
` [PATCH 025/112] ALSA: hda/realtek - Initialize loopback paths properly
` [PATCH 026/112] ALSA: hda/realtek - Don't change connection at path deactivation
` [PATCH 027/112] ALSA: hda/realtek - Make input path parser more generic
` [PATCH 028/112] ALSA: hda/realtek - Clean up some spec fields
` [PATCH 029/112] ALSA: hda/realtek - Remove superfluous input amp init
` [PATCH 030/112] ALSA: hda/realtek - Rename add_new_out_path() with add_new_nid_path()
` [PATCH 031/112] ALSA: hda/realtek - Parse digital input path
` [PATCH 032/112] ALSA: hda/realtek - Allow different pins for shared hp/mic vref check
` [PATCH 033/112] ALSA: hda/realtek - Drop auto_mic_valid_imux flag
` [PATCH 034/112] ALSA: hda/realtek - Remove unused fields and macro definitions
` [PATCH 035/112] ALSA: hda/realtek - Handle vmaster hook in the parser side
` [PATCH 036/112] ALSA: hda/realtek - Assign Master mixer when possible
` [PATCH 037/112] ALSA: hda/realtek - Merge a few split functions
` [PATCH 038/112] ALSA: hda/realtek - Allow passing name=NULL to alc_kcontrol_new()
` [PATCH 039/112] ALSA: hda/realtek - Allow multiple individual capture volume/switch controls
` [PATCH 040/112] ALSA: hda/realtek - Add conexant-style inverted dmic handling
` [PATCH 041/112] ALSA: hda - Move fixup code into struct hda_codec
` [PATCH 042/112] ALSA: hda/realtek - Fix split stereo dmic code
` [PATCH 043/112] ALSA: hda - Rearrange INPUT_PIN_ATTR_*
` [PATCH 044/112] ALSA: hda - More generic auto-mic switching for Realtek codecs
` [PATCH 045/112] ALSA: hda/realtek - Remove redundant argument from alc_mux_select()
` [PATCH 046/112] ALSA: hda - Merge Realtek parser code to generic parser
` [PATCH 047/112] ALSA: hda - Add EAPD control "
` [PATCH 048/112] ALSA: hda - Export snd_hda_gen_add_kctl()
` [PATCH 049/112] ALSA: hda - Move the call of snd_hda_parse_pin_defcfg() from snd_hda_gen_parse_auto_config()
` [PATCH 050/112] ALSA: hda - Fix NULL dereference in snd_hda_gen_build_controls()
` [PATCH 051/112] ALSA: hda - Export standard jack event handlers for generic parser
` [PATCH 052/112] ALSA: hda - Use generic parser codes for Realtek driver
` [PATCH 053/112] ALSA: hda - Use "Capture Source" for single sources
` [PATCH 054/112] ALSA: hda - Allow one chance for zero NID in connection list
` [PATCH 055/112] ALSA: hda - Clear dirty flag upon cache write
` [PATCH 056/112] ALSA: hda - Clear cached_write flag in snd_hda_codec_resume_*()
` [PATCH 057/112] ALSA: hda - Check CORB overflow
` [PATCH 058/112] ALSA: hda - Flush dirty amp caches before writing inv_dmic fix
` [PATCH 059/112] ALSA: hda - Add snd_hda_codec_flush_*_cache() aliases
` [PATCH 060/112] ALSA: hda - Add missing amp cache flush for bound capture vol/sw ctls
` [PATCH 061/112] ALSA: hda - Add / fix comments about capture vol/sw controls in hda_generic.c
` [PATCH 062/112] ALSA: hda - Do sequential writes in snd_hda_gen_init()
` [PATCH 063/112] ALSA: hda - Fix wrong dirty check in snd_hda_codec_resume_amp()
` [PATCH 064/112] ALSA: hda - Avoid access of amp cache element outside mutex
` [PATCH 065/112] ALSA: hda - Increase the max depth of widget connections
` [PATCH 066/112] ALSA: hda - Begin HDA_GEN_* event tag from 1
` [PATCH 067/112] ALSA: hda - Add spec->vmaster_mute_enum flag to generic parser
` [PATCH 068/112] ALSA: hda - Clear unsol enable bits on unused pins in "
` [PATCH 069/112] ALSA: hda - Refactor init_extra_out() in hda_generic.c
` [PATCH 070/112] ALSA: hda - Fix initialization of primary outputs "
` [PATCH 071/112] ALSA: hda - Dynamically turn on/off EAPD in generic codec driver
` [PATCH 072/112] ALSA: hda - Use cached version for changing pins in hda_generic.c
` [PATCH 073/112] ALSA: hda - Fix PCM name string for generic parser
` [PATCH 074/112] ALSA: hda - Drop spec->channel_mode field from hda_gen_spec
` [PATCH 075/112] ALSA: hda - Add more debug prints about new paths
` [PATCH 076/112] ALSA: hda - Fix typos in debug_show_configs()
` [PATCH 077/112] ALSA: hda - Define HDA_PARSE_* for snd_hda_parse_nid_path() argument
` [PATCH 078/112] ALSA: hda - Allow aamix in the primary output path
` [PATCH 079/112] ALSA: hda - Implement independent HP control
` [PATCH 080/112] ALSA: hda - Add inv_eapd flag to struct hda_codec
` [PATCH 081/112] ALSA: hda - Add codec->inv_jack_detect flag
` [PATCH 082/112] ALSA: hda - Revive snd_hda_get_conn_list()
` [PATCH 083/112] ALSA: hda - Add hooks for HP/line/mic auto switching
` [PATCH 084/112] ALSA: hda - Don't skip amp init for activated paths
` [PATCH 085/112] ALSA: hda - Initialize output paths with current active states
` [PATCH 086/112] ALSA: hda - Avoid duplicated path creations
` [PATCH 087/112] ALSA: hda - Check the existing path in snd_hda_add_new_path()
` [PATCH 088/112] ALSA: hda - Simplify the multi-io assignment with multi speakers
` [PATCH 089/112] ALSA: hda - Fix multi-io pin assignment in create_multi_out_ctls()
` [PATCH 090/112] ALSA: hda - Manage using output/loopback path indices
` [PATCH 091/112] ALSA: hda - Initialize digital-input path properly
` [PATCH 092/112] ALSA: hda - Correct aamix output paths
` [PATCH 093/112] ALSA: hda - Add Loopback Mixing control
` [PATCH 094/112] ALSA: hda - Fix truncated control names
` [PATCH 095/112] ALSA: hda - Prefer binding the primary CLFE output
` [PATCH 096/112] ALSA: hda - Add missing slave names for Speaker Surround, etc
` [PATCH 097/112] ALSA: hda - Drop unneeded pin argument from set_output_and_unmute()
` [PATCH 098/112] ALSA: hda - Drop bind-volume workaround
` [PATCH 099/112] ALSA: hda - Add pcm_playback_hook to hda_gen_spec
` [PATCH 100/112] ALSA: hda - Allow jack detection when polling is enabled
` [PATCH 101/112] ALSA: hda - Add snd_hda_gen_free() and snd_hda_gen_check_power_status()
` [PATCH 102/112] ALSA: hda - Remove dead HDA_CTL_BIND_VOL and HDA_CTL_BIND_SW codes
` [PATCH 103/112] ALSA: hda - Add brief comments to exported snd_hda_gen_*_() functions
` [PATCH 104/112] ALSA: hda - Clear path indices properly at each re-evaluation
` [PATCH 105/112] ALSA: hda - Use direct path reference in assign_out_path_ctls()
` [PATCH 106/112] ALSA: hda - Remove unused dac reference in create_multi_out_ctls()
` [PATCH 107/112] ALSA: hda - Don't set up active streams twice
` [PATCH 108/112] ALSA: hda - Fix multi-io channel mode management
` [PATCH 109/112] ALSA: hda - Manage input paths via path indices
` [PATCH 110/112] ALSA: hda - Re-define snd_hda_parse_nid_path()
` [PATCH 111/112] ALSA: hda - Handle BOTH jack port as a fixed output
` [PATCH 112/112] ALSA: hda - Add a flag to suppress mic auto-switch
[3.6.9 -> 3.7.1 regression] sound: snd_hda_intel codec probing issue?
2013-01-08 12:56 UTC (10+ messages)
[PATCH v2] ASoC: mxs-saif: Use a signed integer for error value
2013-01-08 12:45 UTC
[PATCH] ASoC: mxs-saif: Use a signed integer for error value
2013-01-08 12:33 UTC (2+ messages)
[PATCH RFC 0/8] Use generic parser for HD-audio codec drivers
2013-01-08 11:50 UTC (9+ messages)
` [PATCH 1/8] ALSA: hda - Use generic parser for Cirrus codec driver
` [PATCH 2/8] ALSA: hda - Use generic codec parser for C-Media codecs
` [PATCH 3/8] ALSA: hda - Remove superfluous kconfig depends
` [PATCH 4/8] ALSA: hda - Use generic parser for CA0110 codec
` [PATCH 5/8] ALSA: hda - Use generic parser in Conexant codec driver
` [PATCH 6/8] ALSA: hda - Rearrange for dropping static quirk codes in Coexant driver
` [PATCH 7/8] ALSA: hda - Add generic parser support to Analog Device codec driver
` [PATCH 8/8] ALSA: hda - Use generic parser for VIA "
[PATCH RESEND v5 2/2] ASoC: mxs-saif: Remove platform data
2013-01-08 11:32 UTC (4+ messages)
[PATCH 0/3] ALSA: pxa27x: ac97 reset fixes
2013-01-08 11:30 UTC (9+ messages)
` [PATCH 1/3] ALSA: pxa27x: fix ac97 cold reset
` [PATCH 2/3] ALSA: pxa27x: fix ac97 warm reset
` [PATCH 3/3] ALSA: pxa27x: rename pxa27x_assert_ac97reset()
[PATCH v5 2/2] ASoC: mxs-saif: Remove platform data
2013-01-08 10:41 UTC (6+ messages)
About Alsa arecord
2013-01-08 2:27 UTC (3+ messages)
[PATCH 0/5] ASoC: add simple-card DT support
2013-01-08 0:13 UTC (5+ messages)
` [PATCH 5/5] ASoC: simple-card: add Device Tree support
[PATCH 0/2] ASoC: fsi: add DT support
2013-01-08 0:02 UTC (4+ messages)
` [PATCH 1/2] ASoC: fsi: add device tree support
[PATCH] ASoC: wm_adsp: Ensure that block writes are from DMA aligned addresses
2013-01-07 18:45 UTC
[PATCH 0/4] ALSA: pxa27x: ac97 reset fixes
2013-01-07 16:40 UTC (22+ messages)
` [PATCH 1/4] ALSA: pxa2xx: fix ac97 cold reset
` [PATCH 2/4] ALSA: pxa27x: fix ac97 warm reset bug work-around code
` [PATCH 3/4] ALSA: pxa27x: ac97 controller driver requests gpio
` [PATCH 4/4] ALSA: pxa27x: rename pxa27x_assert_ac97()
[PATCH v2] ALSA: hda - add mute LED for HP Pavilion 17 (Realtek codec)
2013-01-07 16:30 UTC (2+ messages)
Alsa snapshot directory layout changed
2013-01-07 15:06 UTC (4+ messages)
[PATCH V2 0/2] ARM/ASoC: Davinci: Device Tree Update
2013-01-07 14:27 UTC (5+ messages)
` [PATCH V2 2/2] ASoC: Davinci: machine: Add device tree binding
` [alsa-devel] "
[RFC PATCH] ALSA: usb - fix race in creation of M-Audio Fast track pro driver
2013-01-07 13:06 UTC (3+ messages)
[PATCH] ALSA: pxa2xx: fix ac97 cold reset for pxa27x
2013-01-07 11:05 UTC (3+ messages)
[PATCH 1/2] ALSA: hda - add mute LED for HP Pavilion 17 (Realtek codec)
2013-01-07 10:56 UTC (5+ messages)
` [PATCH] "
HDA regression on Fujitsu S7020 laptop (ALC260 codec)
2013-01-07 2:43 UTC (11+ messages)
Roland-Boss RC-300 support
2013-01-06 20:18 UTC (2+ messages)
Missing exactly 3 of 8 audio packets?
2013-01-06 17:42 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).