284 results
Order by date - Order by pertinence
All (284)
High-tech (284)
 
[PATCH] ASoC: codecs: remove hidden prompt
The Kconfig symbol SND_SOC_OF_SIMPLE got removed in commit f0fba2ad1b6b53d5360125c41953b7afcd6deff0 ("ASoC: multi-component - ASoC Multi-Component Support"). But that commit missed one instance. Remove it now, together with the prompt it ...
Message posted on the March 12th, 2013 - 3:10 PM ET
[PATCH] ASoC: codecs: Add missing control_type initialization
Some codec drivers do not initialize the control_type field in their private device struct, but still use it when calling snd_soc_codec_set_cache_io. This patch fixes the issue by properly initializing it in the drivers probe functions. ...
Message posted on the December 28th, 2010 - 3:10 PM ET
[alsa-devel] [PATCH] ASoC: codecs: da9055: DAPMise Headphone and Lineout enable controls
This patch DAPMises headphone and lineout output enable controls. Earlier these output enable bits were permanently turned on in probe. In da9055 codec, right outmixer is directly connected with right HP and Line out. This resulted in two side ...
Message posted on the October 11th, 2012 - 7:00 AM ET
[alsa-devel] [PATCH] ASoC: codecs: da9055: Minor improvement in ALC calibration process
This patch slightly improves ALC calibration process of da9055 codec driver by muting Mic PGAs during calibration. Signed-off-by: Ashish Chavan <ashish.chavan@kpitcummins.com> Signed-off-by: David Dajun Chen <david.chen@diasemi.com> ...
Message posted on the October 11th, 2012 - 4:30 AM ET
[alsa-devel] [PATCH] ASoC: codecs: da9055: Add support for DSP mode of AIF
This patch adds AIF DSP mode support for da9055 codec driver. Signed-off-by: Ashish Chavan <ashish.chavan@kpitcummins.com> Signed-off-by: David Dajun Chen <david.chen@diasemi.com> sound/soc/codecs/da9055.c | 4 ++++ 1 files changed, ...
Message posted on the October 11th, 2012 - 4:10 AM ET
[alsa-devel] [PATCH] ASoC: codecs: da9055: Minor improvements
This patch includes two minor improvements for da9055 codec driver (1) Adding support for DSP mode of AIF (2) Muting Mic PGAs during ALC calibration process Signed-off-by: Ashish Chavan <ashish.chavan@kpitcummins.com> Signed-off-by: David ...
Message posted on the October 10th, 2012 - 7:50 AM ET
[PATCH] ASoC: codecs: wm8753: Fix DAI mode switching
The wm8753 codec supports switching between different DAI modes. The current drivers tries to implement this by changing the DAI driver at runtime. But to properly work this would require support from the ASoC core. So this patch takes a different ...
Message posted on the February 6th, 2011 - 3:40 PM ET
[PATCH] ASoC: codecs: Remove unused mutex
Signed-off-by: Axel Lin <axel.lin@gmail.com> Cc: Arnaud Patard <arnaud.patard@rtp-net.org> Cc: Mark Brown <broonie@opensource.wolfsonmicro.com> sound/soc/codecs/alc5623.c | 2 -- sound/soc/codecs/wm9090.c | 2 -- 2 files ...
Message posted on the September 4th, 2011 - 9:00 AM ET
[PATCH] ASoC: codecs: Max98095: Fix logging of hardware revision.
The base hardware revision of the Maxim 98095 part is 0x40; the code which outputs the revision of the hardware has been updated to properly use uppercase alphabetic values for the revision numbers. Also, the use of a constant for the length ...
Message posted on the June 20th, 2011 - 3:00 PM ET
[PATCH 0/9 v2] ASoC: codecs: Fix register cache incoherencies
The multi-component patch(commit f0fba2ad1) moved the allocation of the register cache from the driver to the ASoC core. Most drivers where adjusted to this, but there are also some drivers now which use a mixture of their own register cache and the ...
Message posted on the December 28th, 2010 - 3:40 PM ET
[PATCH 0/9] ASoC: codecs: Fix register cache incoherencies
The multi-component patch(commit f0fba2ad1) introduced a generic register cache framework. Most of the drivers where converted to use this new framework. But there are also some drivers now which use a mixture of their own register cache and the ...
Message posted on the December 24th, 2010 - 8:50 AM ET
[PATCH] ASoC: Fix snd_soc_instantiate_card error path
From 0443551476ee6fabe45a0fbc7460dca8e0f6a965 Mon Sep 17 00:00:00 2001 From: Axel Lin <axel.lin@gmail.com> Date: Tue, 7 Dec 2010 16:12:29 +0800 Subject: [PATCH] ASoC: Fix snd_soc_instantiate_card error path Properly free the resources in ...
Message posted on the December 7th, 2010 - 4:10 AM ET
[PATCH] ASoC: Fix setting update bits for WM8753_LADC and WM8753_RADC
Current code set update bits for WM8753_LDAC and WM8753_RDAC twice, but missed setting update bits for WM8753_LADC and WM8753_RADC. I think it is a copy-paste bug in commit 776065 "ASoC: codecs: wm8753: Fix register cache incoherency". ...
Message posted on the October 2nd, 2011 - 8:50 AM ET
[PATCH] ASoC: tpa6130a2: Fix compiler warning
sound/soc/codecs/tpa6130a2.c: In function 'tpa6130a2_add_controls': sound/soc/codecs/tpa6130a2.c:342: warning: unused variable 'dapm' Introduced by commit 39646871a47fd8808c08de0ce7d7ca8393af2805 ("ASoC: tpa6130a2: Replace DAPM code with ...
Message posted on the December 28th, 2010 - 4:20 AM ET