- 18 Nov, 2009 1 commit
-
-
Troy Kisky authored
Fix the ordering of sr_valid_mask array. The lower bit of the index represents USB not bosr. Reported-by:
Anuj Aggarwal <anuj.aggarwal@ti.com> Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com> Acked-by:
Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 06 Jun, 2009 1 commit
-
-
Troy Kisky authored
Some code analyzer software mistakenly gives divide by 0 error messages for these lines. This patch will end its confusion. Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 28 May, 2009 1 commit
-
-
Roel Kluin authored
Unsigned variables should use `%u' rather than `%d'. Signed-off-by:
Roel Kluin <roel.kluin@gmail.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 09 Apr, 2009 1 commit
-
-
Peter Ujfalusi authored
Add DSP_A interface format support by setting the LRP bit in DSP mode. Signed-off-by:
Peter Ujfalusi <peter.ujfalusi@nokia.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 04 Mar, 2009 1 commit
-
-
Eric Miao authored
Considering the fact that most cpu_dai or codec_dai are using a same 'snd_soc_dai_ops' for several similar interfaces, 'ops' would be better made a pointer instead, to make sharing easier and code a bit cleaner. The patch below is rather preliminary since the asoc tree is being actively developed, and this touches almost every piece of code, (and possibly many others in development need to be changed as well). Building of all codecs are OK, yet to every SoC, I didn't test that. Signed-off-by:
Eric Miao <eric.miao@marvell.com> Acked-by:
Timur Tabi <timur@freescale.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 27 Jan, 2009 1 commit
-
-
Mark Brown authored
This is a further stage on the road to refactoring away the ASoC platform device. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 09 Jan, 2009 1 commit
-
-
Ian Molton authored
Many codec drivers were implementing cookie-cutter copies of the function that adds kcontrols to the codec. This patch moves this code to a common function snd_soc_add_controls() in soc-core.c and updates all drivers using copies of this function to use the new common version. [Edited to raise priority of error log message and document parameters. -- broonie] Signed-off-by:
Ian Molton <ian@mnementh.co.uk> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 22 Dec, 2008 1 commit
-
-
Jarkko Nikula authored
- OMAP McBSP DAI driver claims to support DSP_A format which has 1-bit data delay but configures link for 0-bit data delay which is in fact DSP_B - Fix this by changing format from DSP_A to DSP_B - Fix also TLV320AIC23 codec and OSK5912 machine drivers since the same error is populated also there Signed-off-by:
Jarkko Nikula <jarkko.nikula@nokia.com> Acked-by:
Arun KS <arunks@mistralsolutions.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 10 Dec, 2008 1 commit
-
-
Takashi Iwai authored
The module init entries should be __init instead of __devinit. Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
- 09 Dec, 2008 1 commit
-
-
Mark Brown authored
Currently this is done at module probe time since ASoC ties in codec device probe to the instantiation of the entire ASoC device. Subsequent patches will refactor the codec drivers to handle probing separately. Note that the core does not yet use this information. AC97 is special since the codec is controlled over the AC97 link but we want to give the machine driver a chance to set up the system before trying to instantiate since it may need to do configuration before the AC97 link will operate Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 01 Dec, 2008 1 commit
-
-
Mark Brown authored
Currently ASoC card initialisation is completed by a function called snd_soc_register_card(). As part of the work to allow independant registration of cards, codecs and machines in ASoC v2 a new function of the same name has been added so rename the existing function to facilitate the merge of v2. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 21 Nov, 2008 1 commit
-
-
Mark Brown authored
Liam Girdwood's ASoC v2 work avoids having two different ops structures for DAIs by merging the members of struct snd_soc_ops into struct snd_soc_dai_ops, allowing per DAI configuration for everything. Backport this change. This paves the way for future work allowing any combination of DAIs to be connected rather than having fixed purpose CODEC and CPU DAIs and only allowing CODEC<->CPU interconnections. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 17 Nov, 2008 1 commit
-
-
Mark Brown authored
Also merge down a couple of last minute style changes that got lost in the shuffle. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 07 Nov, 2008 1 commit
-
-
Troy Kisky authored
Add support for more sample rates, different crystals and split playback/capture rates. Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com> Acked-by:
Arun KS <arunks@mistralsolutions.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 13 Oct, 2008 4 commits
-
-
Fixes this warning: sound/soc/codecs/tlv320aic23.c: In function 'tlv320aic23_write': sound/soc/codecs/tlv320aic23.c:104: warning: passing argument 2 of 'codec->hw_write' makes pointer from integer without a cast Replaces i2c smbus write function with standard i2c write function Signed-off-by:
Arun KS <arunks@mistralsolutions.com> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Signed-off-by:
Jarkko Nikula <jarkko.nikula@nokia.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Replaces SOC_ENUM with custom SOC_SINGLE_TLV for Sidetone volume Signed-off-by:
Arun KS <arunks@mistralsolutions.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
ASoC codec driver for TLV320AIC23 device Signed-off-by:
Arun KS <arunks@mistralsolutions.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-