- 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>
-