Jaroslav Kysela [Sat, 4 May 2013 16:33:50 +0000 (18:33 +0200)]
hda_analyzer: Remove the duplicated bits introduced at the wrong indentation level.
Signed-off-by: Torstein Hegge <hegge@resisty.net>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Mon, 29 Apr 2013 07:09:33 +0000 (09:09 +0200)]
hda_analyzer: Fix len(None) backtrace
From: Frank A Kingswood <frank@kingswood-consulting.co.uk>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Mon, 28 Jan 2013 08:40:21 +0000 (09:40 +0100)]
fft1.py: remove size-800 pattern
Because the tool works with 200Hz steps, the 800Hz is too close to 1000Hz
and some inputs are misdetected.
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Takashi Iwai [Tue, 22 Jan 2013 16:18:46 +0000 (17:18 +0100)]
hda_analyzer: Fix parser error with recently updated proc files
We've added some new fields to codec proc files that triggered the
parser errors in hda_analyzer. Let's fix them.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Jaroslav Kysela [Thu, 6 Sep 2012 07:57:55 +0000 (09:57 +0200)]
alsatool: alsa-driver merging changes, comments.py updated
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Mon, 20 Aug 2012 12:54:42 +0000 (14:54 +0200)]
Added -right option to fft1.py
Jaroslav Kysela [Mon, 20 Aug 2012 12:32:10 +0000 (14:32 +0200)]
Added comment to fft1.py
Jaroslav Kysela [Mon, 20 Aug 2012 12:23:31 +0000 (14:23 +0200)]
Added fft1.py test
Jaroslav Kysela [Thu, 13 Aug 1998 19:33:30 +0000 (19:33 +0000)]
hda-analyzer: allow more rendering options
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Wed, 2 May 2012 15:17:14 +0000 (17:17 +0200)]
hda_analyzer: Fix mixer controls using pcm or card interface id
- driver should be modified to export the interface id via procfs
- use different volume thresholds for "silent" paths in graph
- fix some pygtk warnings
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Mon, 14 Nov 2011 16:25:05 +0000 (17:25 +0100)]
hda-analyzer: Fixed typo in hda_codec.py
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Mon, 28 Mar 2011 09:33:02 +0000 (11:33 +0200)]
hda_analyzer: Add export function (button) to generate a python script
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Tue, 28 Sep 2010 19:17:21 +0000 (21:17 +0200)]
hda-analyzer: fix misindentation (mute checkbox)
HDA Analyzer has a small bug caused by the misidentation of the code in
hda-guilib.py. The outcome of it is that Mute checkbox is never checked for
anything except pin widget regardless the actual amplifier value is. I came
across this bug while trying to make microphone on my Lenovo Y550P work
again after one of ALSA uprades, and although being a one-liner it cost me
one or two hours of scratching my head thinking why I'm unable to hear any
sound even with all relevant widgets unmuted.
From: Valentine Sinitsyn <valentine.sinitsyn@gmail.com>
Jaroslav Kysela [Thu, 29 Jul 2010 15:13:36 +0000 (17:13 +0200)]
hda-analyzer: fix one channel issue for get_val_db
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Thu, 29 Jul 2010 15:08:59 +0000 (17:08 +0200)]
hda-analyzer: fix amp_index_match when no offset information is present
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Wed, 21 Jul 2010 22:23:32 +0000 (00:23 +0200)]
hda-analyzer: proc parser - fix for modem only codecs
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Wed, 21 Jul 2010 09:49:14 +0000 (11:49 +0200)]
hda-analyzer: fix typo in HDAAmpCaps.clone
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Tue, 20 Jul 2010 10:41:05 +0000 (12:41 +0200)]
hda-analyzer: fix function_id parsing for separate afg and mfg
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Sat, 17 Jul 2010 07:15:43 +0000 (09:15 +0200)]
hda-analyzer: fix parsing of proc files when mfg is set and afg is present
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Sat, 17 Jul 2010 06:26:13 +0000 (08:26 +0200)]
hda-analyzer: add extra checks if nid exists in proc based codec
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Sat, 17 Jul 2010 06:24:35 +0000 (08:24 +0200)]
hda-analyzer: fix mixer (control API) checks
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Mon, 12 Jul 2010 12:24:32 +0000 (14:24 +0200)]
hda-analyzer: show device and control lines in generated proc contents
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Sun, 11 Jul 2010 08:13:45 +0000 (10:13 +0200)]
hda-analyzer: fix digital category update, handle scroll events in graph win
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Sat, 10 Jul 2010 12:56:03 +0000 (14:56 +0200)]
hda-analyzer: more work on the graph window
- added hda-change signals
- added statusbar to the graph window for route information
- changed handling of the popup window for node information
- use more colors and widths to identify the route states
- added progress bar when the graph routes are rendered
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Tue, 6 Jul 2010 12:23:32 +0000 (14:23 +0200)]
hda-analyzer: add TRACKER class to track open windows
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Tue, 6 Jul 2010 12:09:19 +0000 (14:09 +0200)]
hda-analyzer: fix graph creation
- tests with Lenovo T61 showed more poblems when the connection graph
is rendered
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Tue, 6 Jul 2010 10:53:44 +0000 (12:53 +0200)]
hda-analyzer: initial version to show interactive HDA codec node graph
- it's a preview version - more features will follow
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Fri, 12 Feb 2010 13:21:35 +0000 (14:21 +0100)]
hda-analyzer: fix processing caps parsing, simplify __new_text_view() code
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Wed, 10 Feb 2010 18:31:49 +0000 (19:31 +0100)]
hda-analyzer: initialize necessary HDACodec variables when codec is not valid
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Fri, 5 Feb 2010 08:31:28 +0000 (09:31 +0100)]
hda_analyzer: fix revert() codec method
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Fri, 5 Feb 2010 07:37:45 +0000 (08:37 +0100)]
hda-analyzer: initalize codec.gpio
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Thu, 4 Feb 2010 19:19:52 +0000 (20:19 +0100)]
hda-analyzer: Show PCM devices and Universal Controls in GUI
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Thu, 4 Feb 2010 10:26:40 +0000 (11:26 +0100)]
hda-analyzer: proc - fix GPIO value decoding
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Tue, 2 Feb 2010 07:49:44 +0000 (08:49 +0100)]
hda-analyzer: Fixed modem codec parsing
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Mon, 1 Feb 2010 12:36:58 +0000 (13:36 +0100)]
hda-analyzer: fix no command condition
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Mon, 1 Feb 2010 12:34:07 +0000 (13:34 +0100)]
hda-analyzer: improve run.py script
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Mon, 1 Feb 2010 12:20:16 +0000 (13:20 +0100)]
hda-analyzer: add --monitor mode
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Sat, 30 Jan 2010 08:48:13 +0000 (09:48 +0100)]
hda-analyzer: cleanup for fixed font settings
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Sat, 30 Jan 2010 08:29:23 +0000 (09:29 +0100)]
hda-analyzer: fix argument parsing
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Thu, 28 Jan 2010 17:09:12 +0000 (18:09 +0100)]
hda-analyzer: More fixes in proc parser
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Thu, 28 Jan 2010 14:15:31 +0000 (15:15 +0100)]
hda-analyzer: alsa-info.sh contents parsing + more stuff
- reorganized alsa-info.sh contents parsing
- added support for more parameters and verbs
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Thu, 28 Jan 2010 12:35:30 +0000 (13:35 +0100)]
hda-analyzer: Add possibility to get alsa-info.sh directly from web
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Thu, 28 Jan 2010 12:16:32 +0000 (13:16 +0100)]
hda-analyzer: More changes regarding proc interface
- add support for gziped & bzip2ed files files
- add support for alsa-info.sh contents
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Thu, 28 Jan 2010 09:47:50 +0000 (10:47 +0100)]
hda_analyzer: Initial attempt to add parsing of proc files
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Wed, 27 Jan 2010 09:25:00 +0000 (10:25 +0100)]
Merge branch 'master' of git@git.alsa-project.org:alsa
Jaroslav Kysela [Wed, 27 Jan 2010 09:24:25 +0000 (10:24 +0100)]
hda-analyzer - monitor - fixes for speaker-test
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
root [Mon, 18 Jan 2010 16:41:58 +0000 (17:41 +0100)]
alsatool kmerge: push back results to origin
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
root [Mon, 18 Jan 2010 16:30:28 +0000 (17:30 +0100)]
alsatool: kmerge fixes
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Mon, 18 Jan 2010 13:51:04 +0000 (14:51 +0100)]
alsatool: added 'kmerge' command, more info to comments.py
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Mon, 31 Aug 2009 13:06:46 +0000 (15:06 +0200)]
alsatool: config.ROOT modifications
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Mon, 1 Jun 2009 10:05:51 +0000 (12:05 +0200)]
reworked alsatool git merging code
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Tue, 28 Apr 2009 10:26:49 +0000 (12:26 +0200)]
remove yss225 files
Jaroslav Kysela [Tue, 28 Apr 2009 10:22:20 +0000 (12:22 +0200)]
remove caiaq- files
Jaroslav Kysela [Wed, 8 Apr 2009 09:12:56 +0000 (11:12 +0200)]
Add Mark Brown to valid commiters
Jaroslav Kysela [Wed, 8 Apr 2009 09:10:35 +0000 (11:10 +0200)]
Add ASoC: to prereceive
Jaroslav Kysela [Wed, 8 Apr 2009 09:07:35 +0000 (11:07 +0200)]
Add ASoC: to prereceive
Jaroslav Kysela [Wed, 8 Apr 2009 09:04:50 +0000 (11:04 +0200)]
git-ok-commits: added 6984992 ASoC: OMAP: Set minimum buffer size constraint for McBSP2 in OMAP3
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Wed, 8 Apr 2009 09:02:42 +0000 (11:02 +0200)]
git-ok-commits: added 7220b9f ASoC: TWL4030: Add constrains for second stream
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Wed, 8 Apr 2009 09:01:11 +0000 (11:01 +0200)]
git-ok-commits: added 31ad0f3 ASoC: TWL4030: 96KHz playback support
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Wed, 8 Apr 2009 08:59:54 +0000 (10:59 +0200)]
git-ok-commits: added d5a908b ASoC: trim SSI sysfs statistics in Freescale MPC8610 sound drivers
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Wed, 8 Apr 2009 08:58:35 +0000 (10:58 +0200)]
git-ok-commits: added 057de50 pxa2xx-ac97: fix displaying GSR after reset timeout
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Wed, 8 Apr 2009 08:57:16 +0000 (10:57 +0200)]
git-ok-commits: added a4d11fe ASoC: remove trigger delay in Freescale MPC8610 sound driver
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Wed, 8 Apr 2009 08:55:57 +0000 (10:55 +0200)]
git-ok-commits: added 7377226 ASoC: Add Magician machine support
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Wed, 8 Apr 2009 08:54:38 +0000 (10:54 +0200)]
git-ok-commits: added 9242906 ASoC: pxa-ssp: Use 16-bit DMA for magician stereo
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Wed, 8 Apr 2009 08:03:04 +0000 (10:03 +0200)]
git-ok-commits: added 9b76ede V4L/DVB (10771): tea575x-tuner: convert it to V4L2 API
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Wed, 8 Apr 2009 08:01:44 +0000 (10:01 +0200)]
git-ok-commits: added f9f3567 emu101k1.h: fix duplicate include of <linux/types.h>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Wed, 8 Apr 2009 08:00:29 +0000 (10:00 +0200)]
git-ok-commits: added 26ade89 ASoC: Allow choice of ac97 gpio reset line
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Wed, 8 Apr 2009 07:59:11 +0000 (09:59 +0200)]
git-ok-commits: added 6335d05 ASoC: make ops a pointer in 'struct snd_soc_dai'
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Wed, 8 Apr 2009 07:57:33 +0000 (09:57 +0200)]
git-ok-commits: added 6627a65 ASoC: Push the codec runtime storage into the card structure
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Wed, 8 Apr 2009 07:56:04 +0000 (09:56 +0200)]
git-ok-commits: added bd8a71a ALSA: Reduce boilerplate for new jack types
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Wed, 8 Apr 2009 07:49:27 +0000 (09:49 +0200)]
git-ok-commits: added already merged patches
ca9c1aa ASoC: dapm: Allow explictly named mixer controls
3195954 ALSA: preliminary support for Toshiba SB-0500
1649923 ASoC: Constify pin names for DAPM pin status APIs
8a2cd61 ASoC: Add jack reporting interface
3e8e195 ASoC: cleanup duplicated code.
199f797 ALSA: wss-lib: move AD1845 frequency setting into wss-lib
c95eadd ALSA: Convert to snd_card_create() in sound/isa/*
e58de7b ALSA: Convert to snd_card_create() in sound/pci/*
bd7dd77 ALSA: Convert to snd_card_create() in other sound/*
d453379 ALSA: Update description of snd_card_create() in documents
3e7fb9f ALSA: Return proper error code at probe in sound/isa/*
51721f7 ALSA: Return proper error code at probe in sound/usb/*
aa3d75d ALSA: pdaudiocf - Fix missing free in the error path
2fa5110 ALSA: Return proper error code at probe in sound/pcmcia/*
554b91e ALSA: sscape: fix incorrect timeout after microcode upload
dc61b66 ALSA: rename "Device" to "Toshiba SB-0500" via quirks
b1a0aac ALSA: opti9xx - Fix build breakage by snd_card_create() conversion
641b487 ALSA: usb-audio - Cache mixer values
45e513b ALSA: snd-aoa: handle older machines
5f17e79 ALSA: snd-aoa: handle master-amp if present
ac37373 ASoC: DaVinci: Fix SFFSDR compilation error.
2165592 ALSA: snd-usb-caiaq: support for two more audio devices
2aceefe ASoC: Driver for the WM9705 AC97 codec.
c42f69b ASoC: Ignore output frequency for WM9713 PLL
9ef344f ALSA: wss-lib: remove "pops" before each played sound
8693290 ALSA: usb-audio - Quirk for Serato phono
f3a374e ALSA: ca0106 - Add quirk for GA-G1975X mobo
cade9f8 ALSA: Release v1.0.19
2c782f5 ASoC: Implement support for CLK_POUT as MCLK on Zylonite
91432e9 ASoC: fixes to caching implementations
b2a19d0 ASoC: Staticise PCM operations tables
29fdbec ALSA: hda - Add extra volume offset to standard volume amp macros
7c7767e ALSA: hda - Halve too large volume scales for STAC/IDT codecs
89ce9e8 ALSA: hda - Add debug prints for digital I/O pin detections
1b52ae7 ALSA: hda - Detect non-SPDIF digital I/O
caa10b6 ALSA: hda - Improve auto-probing of STAC9872 codec
41b5b01 ALSA: hda - Don't break the PCM creation loop
2297bd6 ALSA: hda - Check HDMI jack types in the auto configuration
8c44198 ALSA: hda - Assign proper digital I/O type for STAC/IDT
e64f14f ALSA: hda - Allow digital-only I/O on ALC262 codec
75d91f9 ASoC: Allow Freescale MPC8610 audio drivers to be compiled as modules
927b0ae ASoC: Fix WM9705 capture switch name
1e137f9 ALSA: hda - Clean up old VAIO hack codes for STAC9872
0898993 ALSA: hda - Remove old models for STAC9872 from the document
48972cc ALSA: cmi8330: add OPL3 support
c9864fd ALSA: sscape: use common MPU401 macros
80c509f ASoC: Complete Beagleboard support
aa9c293 ALSA: do not create OPL3 timers if there is no OPL3 irq wired
8ce8419 ALSA: hda - Avoid to set the pin control again if already set
d9a4268 ALSA: hda - Add quirk for Gateway %1616 laptop
577aa2c ALSA: hda: add reference board SND_PCI_QUIRK
8056d47 ALSA: hda - Add model=ref for Intel board with STAC9221
e3c7596 ALSA: hda - Create "Input Source" control dynamically for STAC/IDT
ff637d3 ASoC: remove stand-alone mode support from CS4270 codec driver
c91cf25 ASoC: Fix merge with PXA tree
6d6e17d ALSA: hda - Fix initial verbs for mic-boosts on AD1981HD
19a2d3e ALSA: hda - Remove invalid amp initializations for AD1988* codecs
60e388e ALSA: hda - Fix invalid verbs for mic-boosts on AD1884*
f6fca2e ASoC: Remove unneeded e7x0 inclusion of pxa-regs.h and hardware.h
a435869 ASoC: Configure SSP port PLL for Zylonite
4cfb91c ALSA: hda - Fix invalid amp init for ALC268 codec
70040c0 ALSA: hda - Fix wrong initial verb for AD1984 thinkpad model
55aef45 ALSA: pcxhr - add support for gpio ports and minor bug fix
ef963dc ASoC: Fix spurious codec driver dependencies
01e097d ASoC: Include header file in cs4270 and wm9705
070504a ASoC: Fix L3 bus handling in Kconfig
0db4d07 ASoC: improve I2C initialization code in CS4270 driver
ca8d33f ALSA: hda: 92hd71xxx disable unmute support for codecs that don't have input amps
b7eb4a0 sound: usb-audio: use normal number of frames for no-data URBs
4d788e0 sound: usb-audio: limit playback queue length
160389c sound: usb-audio: make URB sizes more equal
b9d710b ALSA: usbaudio - use printf format instead of hardcoding it
3fc9303 ASoC: TWL4030: Syncronize the reg_cache for ANAMICL after the offset cancelation
db04e2c ASoC: TWL4030: Code clean up for codec power up and down
aad749e ASoC: TWL4030: Enable Headset Left anti-pop/bias ramp only if the Headset Left is in use
fb2a2f8 ASoC: TWL4030: Physical ADC and amplifier power switch change
006f367 ASoC: TWL4030: Move the twl4030_power_up and _power_down function
f6c6383 ALSA: Turtle Beach Multisound Classic/Pinnacle driver
c96330b ALSA: Add description of new snd-msnd-* drivers
a5f7c47 ALSA: enable build of snd-msnd-* drivers
e3e9c5e ALSA: Don't cold reset AC97 codecs in some ICH chipsets
e167280 ALSA: intel8x0 - Fix build with CONFIG_SND_AC97_POWERSAVE=n
61b9b9b ALSA: hda - Consider additional capture source/selector in ALC889
328cc6d ALSA: AC97: Print AC97 flags in proc file to make debug it easier
b833b5e ALSA: AC97: Fix function name type in comment s/updat/update/
5630575 ALSA: sscape: update Kconfig description about SoundScape cards
0a898e6 ALSA: gus: update debug messages
c97dff8 ALSA: cmi8330: add MPU-401 support
9e128fd ALSA: Add missing description of snd-cmi8330 module parameters
7393958 ASoC: TWL4030: Add analog loopback support
b98b7b3 ALSA: hda - make alc882_auto_init_input_src aware of selectors
04eb093 ASoC: fix initialization order of the CS4270 codec driver
880abd4 ALSA: ess1688: fix OPL3 port setting
504a06d ALSA: Add description of new fm_port option for snd-es1688 driver
ff7bf02 ASoC: fix documentation in CS4270 codec driver
8f00806 ASoC: Update OMAP3 pandora board file
d563ffa ALSA: pcxhr: fix trivial typo
5aa13a9 ALSA: msnd: add module description and license for the snd-msnd-lib
e683ec4 ALSA: ice1724 - Dynamic MIDI TX irq control
d9fb7fb ASoC: fix build break in CS4270 codec driver
a6c255e ASoC: fix message display in CS4270 codec driver
ba340e8 ALSA: hda - Add tyan model for Realtek ALC262
123848e ALSA: Document tyan model for Realtek ALC262
111f6fb ASoC: Don't unconditionally use the PLL in UDA1380
5b24744 ASoC: uda1380: split set_dai_fmt into _both, _playback and _capture variants
0664678 ASoC: pxa-ssp: fix SSP port request
680cd53 ALSA: hda: Add digital beep generator support for Realtek codecs.
453e37b ALSA: sscape: drop redundant fields from soundscape struct
5e74762 ALSA: msnd - Fix build error with CONFIG_PNP=n
616f89e ALSA: hda - Additional pin nids for STAC92HD71Bx and STAC92HD75Bx codecs
45c1d85 ALSA: hda: Added stac378x digital slave out struct
345d0b1 ALSA: hwdep - Make open callback optional
e0d8064 ALSA: hwdep - Fix coding style
28b7e34 ALSA: Remove superfluous hwdep ops
705350f ALSA: snd-usb-caiaq: Send the correct command when setting controls
e3ca4c9 ALSA: snd-usb-caiaq: Set default input mode of A4DJ
9a9527e ALSA: snd-usb-caiaq: Do not expose hardware input mode 0 of A4DJ
a856415 ALSA: snd-usb-caiaq: Remove duplicate A8DJ control
238c027 ALSA: snd-usb-caiaq: Increase version number to 1.3.12
67f7857 ALSA: hda - Add quirk for HP zenith laptop
632da73 ALSA: hda - Add quirk for another HP laptop
6c7578b ALSA: Add Atmel ALSA drivers directory
91f0506 ALSA: gus - Add missing KERN_* prefix to printk
4c9f1d3 ALSA: isa/*: Add missing KERN_* prefix to printk
54530bd ALSA: usb - Add missing KERN_* prefix to printk
939778a ALSA: hda - Add missing KERN_* prefix to printk
006de26 ALSA: Add missing KERN_* prefix to printk in sound/core
4520383 ALSA: Add missing KERN_* prefix to printk in sound/drivers
42b0158 ALSA: emux - Add missing KERN_* prefix to printk
e2ea7cf ALSA: Add missing KERN_* prefix to printk in sound/pci/ice1712
28a97c1 ALSA: emu10k1 - Add missing KERN_* prefix to printk
14ab086 ALSA: intel8x0 - Add missing KERN_* prefix to printk
ee41965 ALSA: Fix missing KERN_* prefix to printk in sound/pci
2ebfb8e ALSA: Add missing KERN_* prefix to printk in other sound/*
b25c9da ALSA: enable concurrent digital outputs for ALC1200
92a950f ASoC: Blackfin: cleanup sport handling in ASoC Blackfin AC97 code
8836c27 ASoC: Blackfin: drop unnecessary dma casts
85ef237 ASoC: optimize init sequence of Freescale MPC8610 sound drivers
45bdd1c ALSA: hda - Create beep mixer controls dynamically for Realtek codecs
c8dcdf8 ALSA: hda - Add missing NULL check in snd_hda_create_spdif_in_ctls()
c44765b ALSA: hda - Clear codec->beep at release
a4ddeba ALSA: hda - Remove superfluous code in patch_realtek.c
c5a4bcd ALSA: hda - Use digital beep for AD codecs
cfb9fb5 ALSA: hda - Fix unused variable compile warning
8f0dc65 ASoC: Add initial support of Mitac mioa701 device SoC.
67137a5 ASoC: count reaches 10001, not 10000.
44dd2b9 ASoC: pxa2xx-i2s: remove I2S pin setup
8663ae5 ALSA: hda - Bind new ecs mobo id (1019:2950) to model=ecs202
23c7b52 ALSA: hda - Don't touch non-existent port f on 4-port 92hd71bxx codecs
dea0a50 ALSA: hda - Clean up quirk lists
a85165c ALSA: via82xx - Clean up quirk list
b93f74f ASoC: TLV320AIC3X: Fix volume ranges
7565fc3 ASoC: TLV320AIC3X: Add TLV information for volume controls
22971e3 ALSA: hda - add digital beep support for ALC268
9e30d77 ASoC: Fix forgotten replacements of socdev->codec
32d2c7f ALSA: hda - Fix a wrong pin check in snd_hda_parse_pin_def_config()
0852d7a ALSA: hda - Detect multiple digital-out pins
c98041f ALSA: hda - Cleanup setting of pin_configs in patch_stac927x
e930e99 ALSA: echoaudio - replace uses of __constant_{endian}
f1eaaee ALSA: hda - Allow fixed codec-probe mask
ae374d6 ALSA: hda - Update documentation
8bb0ac5 ALSA: hda: Add STAC_DELL_S14 quirk
27e0898 ALSA: hda: add quirk for Lenovo X200 laptop dock
9468350 ALSA: hda - Add quirk for Acer AX1700-U3700A
9b5f12e ALSA: hda - Add proper cleanup for multiout-dig for ALC codecs
6a05ac4 ALSA: hda - Support multiple digital outs with auto-probing
d5e9ba1 ASoC: add additional controls to the CS4270 codec driver
bf3dbe5 ASoC: Fix DaVinci module unload error
e2ea57a ALSA: hda - Fix speaker output on HP DV4 1155-SE
2ae466f ALSA: hda - Cleanup IDT92HD7x HP quirks
c231275 ALSA: hda - Clean up quirks for HP laptops with AD1984A
c2b73d1 ALSA: cs4236: cs4232 and cs4236 driver merge to solve PnP BIOS detection
c844a5d ALSA: Fix documentation for snd-cs4236 driver
8380740 ALSA: au88x0 - Fix &&|| typo
cda9043 ALSA: cs4236 - Merge snd-cs4236-lib module into snd-cs4236
31b59cf ASoC: Fix WM8753 DAIs unregistering
7b317b6 ASoC: Remove version display from the WM8731 driver
22d22ee ASoC: Clean up WM8731 bias level configuration
d694354 ASoC: Improve diagnostics for AT91SAM9G20-EK probe
40135ea ASoC: Check machine type before loading on AT91SAM9G20-EK
5de7f9b ASoC: Actively manage MCLK for AT91SAM9G20-EK
7ee7538 ASoC: Rename AT91SAMG20-EK for applications
a8035c8 ASoC: Shuffle WM8731 SPI and I2C device registration
5998102 ASoC: Refactor WM8731 device registration
59544d3 ASoC: Remove version display from the WM8753 driver
b3bdb30 ALSA: hda - Add quirk for Acer X3200
fc99675 ASoC: Fix build for corgi and poodle
93b760b ASoC: Implement SPI device unregistration for WM8731
6bab83f ASoC: TWL4030: Add digital loopback support
519cf2d ASoC: Check for errors when writing WM8731 reset register
c6f2981 ASoC: Add device init/exit annotations to new-style Wolfson CODEC drivers
07eba61 ALSA: hda - Don't enable beep for digital-only ALC262
ab9fec0 ALSA: hda - Avoid doubly beep attachment in patch_alc268()
7e0e44d ALSA: hda - Add digital-only mode for ALC268
bb71858 sound: oxygen: make the owner module a parameter of the probe function
6ed9115 sound: oxygen: allocate model_data dynamically
a69bb3c sound: oxygen: use static driver name
30459d7 sound: oxygen: handle cards with broken EEPROM
1275d6f sound: oxygen: automatically restore overwritten EEPROM
ce3bdaa ASoC: Disable WM8731 line bypass by default
d91b424 sound: oxygen: handle AK5385 ADC on Claro halo cards
eacbb9d sound: virtuoso: increase minimum volume to -60 dB
f3990e6 sound: usb-audio: remove MIN_PACKS_URB
3be1414 ALSA: hda - Add generic pincfg initialization
0e8a21b ALSA: hda - Remove realtek codec-specific pin save/restore functions
330ee99 ALSA: hda - Remove IDT codec-specific pin save/restore functions
2f334f9 ALSA: hda - Remove codec-specific pin save/restore functions
f1085c4 ALSA: hda - Update documentation for pincfg sysfs entries
eeb1080 ASoC: Report I/O errors from WM8753 reset
93e051d ASoC: Only unregister drivers we registered for WM8753
cc95948 ALSA: hda - add support for "Maxdata Favorit 100XS" (Intel HDA/ALC260)
ce71bfd ALSA: ALS4000, slight mixer improvements
e588ed8 ALSA: hdsp - poll for iobox
f9ffc5d ALSA: hdsp - whitespace cleanup
c17a1ab ALSA: hda - Use snd_hda_codec_get_pincfg() in the rest places
346ff70 ALSA: hda - Rename {override,cur}_pin with {user,driver}_pin
5e7b8e0 ALSA: hda - Make user_pin overriding the driver setup
13c989b ALSA: hda - Don't give over 0dB volume for AD1984A HP laptops
39c2871 ALSA: hda - Add an example about pin reconfiguration
a65d629 ALSA: hda - Add pseudo device-locking for clear/reconfig
8056d9b ASoC: Improve WM9713 voice DAC shutdown procedure
d3b8942 ASoC: Fix Zylonite voice interface stereo configurations
69e169d ASoC: Shuffle WM8753 device registration code
c2bac16 ASoC: Convert WM8753 to register via normal device probe
e611bd8 ASoC: Only write back non-default registers when resuming WM8753
873dc78 ALSA: hda - Clean up / fix quirks for HP laptops with AD1984A
f872a91 ALSA: hda - Clean up / fix quirk for Sony laptops with ALC262
930738d sound: virtuoso: add Xonar Essence STX support
6193898 ALSA: sound/usb/usx2y: fix sparse warning: Should it be static?
3a755ec ALSA: sound/usb/usx2y: fix sparse warning: do-while statement is not a compound ...
d73d341 ALSA: sound/drivers/vx: fix sparse warning: different signedness
730d45f ALSA: sound/pci/emu10k1: fix sparse warning: different signedness
5d9b6c0 ALSA: sound/pci/hda: fix sparse warning: different signedness
6d56434 ASoC: wm8753 - Fix build error
23f0c04 ALSA: hda - Clean up the input pin setup in automatic mode
1607b8e ALSA: hda - Add model=auto for STAC/IDT codecs
bedfceb ALSA: hda - Add the Device IDs for MCP89 and remove IDs of MCP7B
82af308 sound: oxygen: zero-initialize model data
c82c8ab ALSA: hda - Fix an "unused variable" compile warning
c8efef1 ASoC: Fix copyright statements on Simtec files
4eae080 ASoC: Add cs4270 support for slave mode configurations
8b37dbd ASoC: Add SND_SOC_DAPM_PIN_SWITCH controls for exposing DAPM pins
892981f ALSA: hda - Don't create a beep control for digital-only ALC268
d1f1af2 ALSA: hda - Intialize more codec fields in snd_hda_codec_reset()
f93d461 ALSA: hda - Revert the codec probe at control-creation errors
6e655bf ALSA: hda - Don't return a fatal error at PCM-creation errors
eab2b55 sound: usb-audio: fix rules check for 32-channel devices
b1c86bb sound: usb-audio: fix queue length check for high speed devices
ff09d49 ASoC: fix typo and removed unneeded switch case for cs4270
43b6271 ALSA: hda - Add hint string helper functions
ab1726f ALSA: hda - Add show for init_verbs and hints sysfs entries
d78d7a9 ALSA: hda - Create "Analog Loopback" controls optionally
6565e4f ALSA: hda - Add more hint options for IDT/Sigmatel codecs
d02b1f3 ALSA: hda - Update documetation for hints sysfs entry
82ad39f ALSA: hda - Fix gcc compile warning
a3c7729 ASoC: Remove version display from the UDA1380 driver
ef9e5e5 ASoC: UDA1380: change decimator/interpolator register handling
aa4ef01 ASoC: Use network mode with 2 slots for 16-bit stereo in pxa-ssp/Zylonite
5f2a938 ASoC: UDA1380: DATAI is slave only
79d7d53 ALSA: hda - Fix HP dv6736 mic input
bd6afe3 ALSA: hda - Fix conflict of mixer controls on Sony VAIO VGN-AR71S
ec67624 ASoC: Add GPIO support for jack reporting interface
86027ae ASoC: wm8510 pll settings
3ea0d7c ALSA: hda - Add 4 channel mode for 3stack-hp model (ALC888)
8718b70 ALSA: hda - Add headphone automute support for 3stack-hp model (ALC888)
7ec30f0 ALSA: hda - Map 3stack-hp model (ALC888) for HP Educ.ar
c2503cd ALSA: hdsp - Ignore MIDI and PCM events in interrupts until initialized
37db623 ALSA: hda - Fix check of ALC888S-VC in alc888_coef_init()
f03d311 ALSA: Fix sample rate of Lenovo Ideapad to 44.1kHz
dc04d1b ALSA: hda - Create output controls according to pin types for IDT/STAC
7a411ee ALSA: hda - Allow slave controls with non-zero indices
668b965 ALSA: hda - Create multiple HP / speaker controls with index
ee58a7c ALSA: hda - Connect to primary DAC if no individual DAC is available
139e071 ALSA: hda - Assign HP and speaker DACs before mic/line-in
90f349d ALSA: ac97 - Add patch entry for Conexant CX20468-31 chip
979c036 ASoC: Add DAPM machine widgets to SDP3430 driver
3093e48 ASoC: Add JIVE audio support
dc85447 ASoC: Split s3c2412-i2s.c into core and SoC specific parts
c36623a ASoC: Select DMA if I2S is configured
a1b3eae ASoC: Refresh JIVE driver
89492be ASoC: TWL4030: Make the HS ramp delay configurable
42aa341 ASoC: Factor out DAPM widget power check into separate function
07495f3 ASoC: Fix memory allocation for snd_soc_dapm_switch names
499d8f4 ASoC: Update Kconfig for Samsung CPUs to reflect S3C64xx support
a454dad ASoC: add support for SSI asynchronous mode to the Freescale SSI drivers
de0b988 ASoC: Add headset jack detection for SDP3430 machine driver
3465d93 ASoC: Blackfin: move gpio_err behind the define that is only user of it
67a9c57 ASoC: Blackfin: fix typo in MUTE definition
26bd7b4 ASoC: Staticise workqueue function for GPIO jack detection
ee7d476 ASoC: Re-remove hand-rolled pr_debug() macros
b52a519 ASoC: Fix logging severity for some S3C error messages
96deff6 ASoC: Davinci: Fix incorrect machine type for SFFSDR board
3a638ff ASoC: Improve pause/unpause performance in Freescale 8610 drivers
b191f63 ASoC: bring cs4270 feature/limitations list in sync
055a49b ASoC: Remove unneeded forward reference to WM8753 SPI implementation
f271fa2 ASoC: Fix Kconfig dependency of CONFIG_SND_S3C24XX_SOC_JIVE_WM8750
873591d sound: oxygen: enable headphone output on Claro cards
a381934 ASoC: Add a driver for AK4104 S/PDIF transmitter
ed3da3d ALSA: Rewrite hw_ptr updaters
b0a8a8f ALSA: powermac - Correct HP detection and input selectors for PMac 5500
573934b ALSA: powermac - Correct volume controls for PowerBook G3 Lombard
4d9e93b ALSA: powermac - Correct volume controls and HP detection for PMac 8500/9500
ed336d3 ALSA: powermac - Allow input from mic in iBook G3 Dual-USB
dca7c74 ALSA: Add vmaster controls for Pmac 5500, iMac G3 SL, and PBook G3 Lombard
6da6711 ALSA: powermac - Add missing KERN_* prefix to printk
3966175 ALSA: snd-powermac: timeout reaches -1
662c319 ALSA: Add sound/core/jack.c to driver-API docbook entry
f9d2028 ALSA: rawmidi - Fix possible race in open
5f8206c ALSA: Fix DocBook headers
6b849bc ASoC: Convert PXA AC97 driver to probe with the platform device
ae6241f ALSA: hda - Added HP HDX16/HDX18 notebook support for HDA codecs (82HD71)
443e26d ALSA: hda - Rework on patch_sigmatel.c for HP HDX16/HDX18
6fce61a ALSA: hda - Fix coding style issues in last two patches
6dfc0d2 ALSA: hda - Add missing models to documentation
dd5746a ALSA: hda - Create vmaster for conexant codecs
b880c74 ALSA: hda - Create "Capture Source" control dynamically in patch_conexant.c
3b62886 ALSA: hda - Remove superfluous verbs for Cxt5047 laptop-eapd model
5b3a744 ALSA: hda - Fix / clean up init verbs for Cxt5047 codec
df481e4 ALSA: hda - Clean up Cxt5047 parser
14cbba8 ALSA: ASoC: Davinci: Replaced DAI format RIGHT_J by DSP_B for SFFSDR
090cec8 ALSA: ASoC: Davinci: Updated sffsdr_hw_params() function to new format
cbf1146 ASoC: don't touch pxa-ssp registers when stream is running
47e78ec ALSA: Remove obsolete snd_xferv struct and ioctls
78a05b5 ALSA: Use define for ioctl definitions
5706d50 ASoC: buildfix for OSK
02b7cbc ASoC: Remove version display from WM8580 driver
5314adc ASoC: Fix formats for s3c24xx-i2s register prints
5d75bc5 ALSA: hda - fix headphone settings and master volume (Conexant CX20551)
6f7cb44 ASoC: Move WM8580 to normal I2C device probe
eb5f6d7 ASoC: Replace remaining uses of snd_soc_cnew with snd_soc_add_controls.
3b7523f ALSA: hda - Add comments for the previous fix for conexant codecs
9421f95 ALSA: hda - Print multiple out-amp values of pin widgets on Conext codecs
307282c ALSA: hda - Add model=vaio for STAC9872
bb6ac72 ALSA: hda - power up before codec initialization
77dd7e1 ASoC: Move headset jack registration to device initialization for SDP3430
72d7466 ASoC: switch PXA SSP driver from network mode to PSP
58d8395 ALSA: hda - Add another HP model with IDT92HD71bx codec
0ce36c5 ASoC: Fix non-networked I2S mode for PXA SSP
85fab78 ASoC: Fix Zylonite for non-networked SSP mode
9f5d790 ALSA: echoaudio: remove line-out volume from vmixer cards
4c55bb0 ALSA: echoaudio: remove line-out volume from vmixer cards
10d9e3d ASoC: twl4030 - Fix build error
f2a5d6a ASoC: Fix some missing dai_ops conversions
852fd9e ASoC: Each PXA AC97 DAI needs a separate ops
b8dbed0 ALSA: snd-hda-intel: Fix ALC662/ALC663 Beep Amplifier Index
b959144 ALSA: hda - Fix ALC662 beep again
d2314e0 ASoC: Only deregister AC97 dev if it's name was not "AC97"
ee50471 ALSA: snd-hda-intel - add checks for invalid values to *query_supported_pcm()
1313e70 ALSA: snd-usb-caiaq: only warn once on streaming errors
9311c9b ALSA: snd-usb-caiaq: drop bogus iso packets
28514fe ALSA: snd-usb-caiaq: bump version number
e3598f6 ASoC: Further optimise WM8400 bias configuration sequence
24a5102 ASoC: Add separate AVDD for WM8400
a2328d0 ALSA: Echoaudio: add support for Indigo express cards
cad377a ALSA: pcm - Fix a typo in error messages
9820464 ALSA: pcm - avoid unnecessary inline
5f513e1 ALSA: pcm - Reset invalid position even without debug option
ded652f ALSA: pcm - Fix delta calculation at boundary overlap
97b71c9 ALSA: hda - Don't reset BDL unnecessarily
1dddab4 ALSA: hda - Don't reset stream at each prepare callback
e8523b6 ASoC: Add FLL support for WM8400
13b9d2a ASoC: OMAP: N810: Mark not connected input pins
f8d5fc9 ASoC: OMAP: N810: Add more jack functions
6320877 ASoC: Declare Headset as Mic and Headphone widgets for SDP3430
1f21869 ALSA: Fix wrong pointer to dev_err() in arm/pxa2xx-ac97-lib.c
07a1e81 ALSA: hda - Don't show the current connection for power widgets
c468ac2 ALSA: sound/ali5451: typo: s/resouces/resources/
2d864c4 ALSA: hda - Detect digital-mic inputs on ALC663 / ALC272
8b22d94 ALSA: pcm - Safer boundary checks
234b434 ALSA: hda - Add function id to proc output
52ca15b ALSA: hda - Avoid output amp manipulation to digital mic pins
1327a32 ALSA: hda - Cache pin-cap values
e82c025 ALSA: hda - Fix the wrong pin-cap check in patch_realtek.c
a23b688 ALSA: hda - Don't create empty/single-item input source
14bafe3 ALSA: hda - Use cached calls to get widget caps and pin caps
9b6682f ALSA: hda - Add quirk for Acer Ferrari 5000
488fe16 sound: usb-audio: show sample format width in proc file
4608eb0 sound: usb-audio: remove check_hw_params_convention()
744b89e sound: usb-audio: save data packet interval in audioformat structure
a7d9c09 sound: usb-audio: allow period sizes less than 1 ms
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Tue, 24 Mar 2009 08:50:51 +0000 (09:50 +0100)]
git-ok-commits: added already merged patches
dde332b ALSA: opl3sa2 - Fix NULL dereference when suspending snd_opl3sa2
09240cf ALSA: hda - Fix DMA mask for ATI controllers
c673ba1 ALSA: hda - Workaround for buggy DMA position on ATI controllers
36c7b83 ALSA: oss-mixer - Fixes recording gain control
9105459 ALSA: pcm_oss, fix locking typo
82f5d57 ALSA: mixart, fix lock imbalance
6af845e ALSA: Fix vunmap and free order in snd_free_sgbuf_pages()
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Mon, 16 Mar 2009 15:24:49 +0000 (16:24 +0100)]
hda-analyzer: improve package hint in run.py
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Mon, 16 Mar 2009 15:22:51 +0000 (16:22 +0100)]
hda-analyzer: add monitor.py to test sounds
Jaroslav Kysela [Mon, 16 Mar 2009 08:29:46 +0000 (09:29 +0100)]
pre-receive: remove sa11xx-uda1341 driver
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Thu, 5 Mar 2009 12:00:59 +0000 (13:00 +0100)]
pre-receive: handle alsa-driver-api.tmpl
Jaroslav Kysela [Thu, 5 Mar 2009 11:56:29 +0000 (12:56 +0100)]
pre-receive: handle alsa-driver-api.tmpl
Jaroslav Kysela [Thu, 5 Mar 2009 11:09:59 +0000 (12:09 +0100)]
pre-receive: add cs4232.c to removed files
Jaroslav Kysela [Thu, 5 Mar 2009 10:15:18 +0000 (11:15 +0100)]
pre-receive: create broken branch
Jaroslav Kysela [Thu, 5 Mar 2009 09:41:32 +0000 (10:41 +0100)]
pre-receive: fix previous commit
Jaroslav Kysela [Thu, 5 Mar 2009 09:39:55 +0000 (10:39 +0100)]
pre-receive: show problematic HEAD for kmirror
Jaroslav Kysela [Thu, 5 Mar 2009 09:32:03 +0000 (10:32 +0100)]
pre-receive: do not fail when patch cannot be applied, just skip it
Jaroslav Kysela [Thu, 5 Mar 2009 09:30:04 +0000 (10:30 +0100)]
git-ok-commits: added 74a0e7d ALSA: hda - Cleanup IDT92HD7x HP quirks
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Thu, 5 Mar 2009 09:29:41 +0000 (10:29 +0100)]
git-ok-commits: added 77ab290 ALSA: hda - Fix speaker output on HP DV4 1155-SE
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Thu, 5 Mar 2009 09:29:04 +0000 (10:29 +0100)]
git-ok-commits: added 158e4d9 ALSA: hda - Add quirk for Acer AX1700-U3700A
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Thu, 5 Mar 2009 09:28:29 +0000 (10:28 +0100)]
git-ok-commits: added 8af43f1 ALSA: hda: add quirk for Lenovo X200 laptop dock
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Thu, 5 Mar 2009 09:28:01 +0000 (10:28 +0100)]
git-ok-commits: added bb543c9 ALSA: hda - Add quirk for new HP xw series
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Thu, 5 Mar 2009 09:26:39 +0000 (10:26 +0100)]
git-ok-commits: added ea18aa4 ALSA: hda - Fix digital mic on dell-m4-1 and dell-m4-3
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Thu, 5 Mar 2009 09:25:54 +0000 (10:25 +0100)]
git-ok-commits: added cc374c4 ALSA: hda - Quirk for Acer Aspire 6530G
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Thu, 5 Mar 2009 09:25:06 +0000 (10:25 +0100)]
more alsatool updates
Jaroslav Kysela [Thu, 5 Mar 2009 09:07:50 +0000 (10:07 +0100)]
git-ok-commits: added already merged patches
4453dba ASoC: TLV320AIC3X: Fix kcontrol's private value use in put callback
397d5ae ASoC: WM8990: Fix kcontrol's private value use in put callback
44a678d ALSA: hda - Add quirk for Asus z37e (1043:8284)
272edb0 ASoC: Update SDP3430 machine driver for snd_soc_card
a1667e4 ALSA: hda - allow multi-channel HDMI audio playback when ELD is not present
606c0ce ALSA: hda - enable HDMI audio pin out at module loading time
9a957a2 ALSA: hda - compute checksum in HDMI audio infoframe
a57c0eb ALSA: hda - add id for Intel IbexPeak integrated HDMI codec
32cf9a1 ALSA: mtpav - Fix initial value for input hwport
26a74f1 ALSA: hda - Register (new) devices at reconfig
e156ac4 sound: usb-audio: fix uninitialized variable with M-Audio MIDI interfaces
6ce6c47 sound: virtuoso: revert "do not overwrite EEPROM on Xonar D2/D2X"
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Thu, 12 Feb 2009 08:44:24 +0000 (09:44 +0100)]
git-ok-commits: added already merged patches
42de55c ALSA: hda - Add quirk for another HP dv5 model
67d8a3c ALSA: alsa: time reaches -1, tested 0
3077e44 ALSA: hda - Add support of iMac 24 Aluminium
516a1ce ALSA: hda - No widget selection for volume knob widgets in proc output
894dcd7 sound: usb-audio: handle wMaxPacketSize for FIXED_ENDPOINT devices
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Mon, 2 Feb 2009 10:49:07 +0000 (11:49 +0100)]
git-ok-commits: added 9c7ba12 sound: usb-audio: make URB sizes more equal
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Mon, 2 Feb 2009 10:48:11 +0000 (11:48 +0100)]
git-ok-commits: added 94e351a sound: usb-audio: limit playback queue length
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Mon, 2 Feb 2009 10:47:19 +0000 (11:47 +0100)]
git-ok-commits: added 378d7c0 sound: usb-audio: use normal number of frames for no-data URBs
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Thu, 29 Jan 2009 15:01:49 +0000 (16:01 +0100)]
git-ok-commits: added already merged patches
c9280d6 ALSA: hda - Fix (yet more) STAC925x issues
2de686d ALSA: hda - add quirks for some 82801H variants to use ALC883_MITAC
591046c ASoC: atmel_pcm: Remove non-existant header
989738c ALSA: hda: fix invalid power mapping masks
22c7337 sound: virtuoso: enable UART on Xonar HDAV1.3
45bf810 sound: virtuoso: add newline
3288a66 sound: virtuoso: document HDAV1.3 driver status
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Mon, 19 Jan 2009 11:15:19 +0000 (12:15 +0100)]
pre-receive: fix wrong signed-off-by: in author:
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Mon, 19 Jan 2009 07:39:04 +0000 (08:39 +0100)]
git-ok-commits: added already merged patches
f9a3fba ASoC: TWL4030: Make the enum filter generic for twl4030
276c622 ASoC: TWL4030: DAPM based capture implementation
42a6e66 ALSA: sound/usb: use USB API functions rather than constants
3fea2cb ALSA: hda - fix name for ALC1200
06bf3e1 LSA: hda - Add HP Acacia detection
9bef648 ASoC: Fix pxa2xx-pcm checks for invalid DMA channels
ac11a2b ASoC: Clean up kerneldoc warnings
f4e9749 ALSA: Use usb_set/get_intfdata
bc7a166 ALSA: hda - add basic jack reporting functions to patch_conexant.c
acf26c0 ALSA: hda - cxt5051 report jack state
913ae5a ALSA: sound/usb: Use negated usb_endpoint_xfer_control, etc
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Mon, 5 Jan 2009 11:24:45 +0000 (12:24 +0100)]
git-ok-commits: added 9e43f0d ALSA: hda - Add no-jd model for IDT 92HD73xx
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Jaroslav Kysela [Mon, 5 Jan 2009 11:13:10 +0000 (12:13 +0100)]
pre-receive: added removed pci/hda/hda_patch.h file
Signed-off-by: Jaroslav Kysela <perex@perex.cz>