- 12 Jun, 2013 1 commit
-
-
Axel Lin authored
This driver is useless if both SPI and I2C are not configured. Thus don't build this driver if both SPI and I2C are not configured. This patch silences below build warning if both SPI and I2C are not configured. CC sound/soc/codecs/adav80x.o sound/soc/codecs/adav80x.c:842:12: warning: 'adav80x_bus_probe' defined but not used [-Wunused-function] sound/soc/codecs/adav80x.c:863:12: warning: 'adav80x_bus_remove' defined but not used [-Wunused-function] Signed-off-by:
Axel Lin <axel.lin@ingics.com> Acked-by:
Lars-Peter Clausen <lars@metafoo.de> Signed-off-by:
Mark Brown <broonie@linaro.org>
-
- 05 Jun, 2013 1 commit
-
-
Barry Song authored
to support HDMI on CSR SiRFprimaII and atlasVI, we need one more HDMI pseudo codec, rather than add a new driver, we can make omap HDMI codec common for other SoCs as well. then the omap-hdmi codec becomes a generic HDMI pseudo- codec as HDMI audio features depend on HDMI specification not on SoCs. Signed-off-by:
Barry Song <Baohua.Song@csr.com> Signed-off-by:
Mark Brown <broonie@linaro.org>
-
- 21 May, 2013 1 commit
-
-
Barry Song authored
DFBM-CS320 is only one of bluetooth modules using CSR bluetooth chips, we don't want everyone to have a seperate codec driver. anyway, the feature of Bluetooth SCO is same on all platforms, so this patch makes the DFBM-CS320 driver become a common BT SCO link driver. Signed-off-by:
Barry Song <Baohua.Song@csr.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 01 Apr, 2013 1 commit
-
-
Paul Bolle authored
The Kconfig symbol SND_SOC_OF_SIMPLE got removed in commit f0fba2ad ("ASoC: multi-component - ASoC Multi-Component Support"). But that commit missed one instance. Remove it now, together with the prompt it has effectively hidden ever since. Signed-off-by:
Paul Bolle <pebolle@tiscali.nl> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 08 Mar, 2013 2 commits
-
-
Daniel Mack authored
This patch adds a driver for TI's TA5086 6-channel PWM processor. This chip has a very unusual register layout, specifically because the registers are of unequal size, and multi-byte registers require bulk writes to take effect. Regmap does not support these kind of mappings. Currently, the driver does not touch any of the registers >= 0x20, so it doesn't matter, because the register map is mapped to an 8-bit array. In case more features will be added in the future that require access to higher registers, the entire regmap H/W I/O routines have to be open-coded. Signed-off-by:
Daniel Mack <zonque@gmail.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
Daniel Mack authored
Adds a driver for Asahi Kasei's AK5386 Single-ended 24-Bit 192kHz delta-sigma ADC. The device has no control port interface but an optional RESET/PDN GPIO pin. Signed-off-by:
Daniel Mack <zonque@gmail.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 14 Feb, 2013 1 commit
-
-
Adam Thomson authored
This patch adds support for the Dialog DA7213 audio codec. Signed-off-by:
Adam Thomson <Adam.Thomson.Opensource@diasemi.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 07 Feb, 2013 3 commits
-
-
Heiko Carstens authored
Fix these two compile errors on s390 which does not have HAS_IOPORT nor GENERIC_HARDIRQS: sound/pci/lx6464es/lx6464es.c: In function ‘snd_lx6464es_free’: sound/pci/lx6464es/lx6464es.c:565:2: error: implicit declaration of function ‘ioport_unmap’ sound/soc/codecs/wm8903.c: In function ‘wm8903_set_pdata_irq_trigger’: sound/soc/codecs/wm8903.c:1954:9: error: implicit declaration of function ‘irq_get_irq_data’ Signed-off-by:
Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
-
Jerry Wong authored
This patch completes the replacement of the existing max98090 driver, by installing a more complete driver. Signed-off-by:
Jerry Wong <jerry.wong@maximintegrated.com> Tested-by:
Matthew Mowdy <matthew.mowdy@maximintegrated.com> Reviewed-by:
Ralph Birt <ralph.birt@maximintegrated.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
Jerry Wong authored
This patch removes the existing max98090 driver prior to installing a more complete one. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 19 Jan, 2013 1 commit
-
-
Joe Millenbach authored
The option allows you to remove TTY and compile without errors. This saves space on systems that won't support TTY interfaces anyway. bloat-o-meter output is below. The bulk of this patch consists of Kconfig changes adding "depends on TTY" to various serial devices and similar drivers that require the TTY layer. Ideally, these dependencies would occur on a common intermediate symbol such as SERIO, but most drivers "select SERIO" rather than "depends on SERIO", and "select" does not respect dependencies. bloat-o-meter output comparing our previous minimal to new minimal by removing TTY. The list is filtered to not show removed entries with awk '$3 != "-"' as the list was very long. add/remove: 0/226 grow/shrink: 2/14 up/down: 6/-35356 (-35350) function old new delta chr_dev_init 166 170 +4 allow_signal 80 82 +2 static.__war...
-
- 21 Nov, 2012 1 commit
-
-
Kuninori Morimoto authored
This patch adds the max98090 codec prototype driver. It supports Headphone only at this point. Signed-off-by:
Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 28 Oct, 2012 2 commits
-
-
Mark Brown authored
Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
Mark Brown authored
Many current Wolfson devices feature DSPs based around an architecture known as ADSP. Since there is a lot of commonality in the system integration of these devices a common library will be used to provide support for them. This version provides equivalent support for ADSP1 to that currently included in the WM2200 driver. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 27 Oct, 2012 1 commit
-
-
Lars-Peter Clausen authored
Use regmap-mmio instead of open-coding caching and register accessors. Signed-off-by:
Lars-Peter Clausen <lars@metafoo.de> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 15 Oct, 2012 1 commit
-
-
Andrey Smirnov authored
This commit add a sound codec driver for Silicon Laboratories 476x series of AM/FM radio chips. Signed-off-by:
Andrey Smirnov <andrey.smirnov@convergeddevices.net> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 28 Sep, 2012 1 commit
-
-
Ashish Chavan authored
This patch adds support for Dialog semiconductor's DA9055 audio codec. This has been tested on DA9055 EVB with Samsung SMDK6410 board. Signed-off-by:
Ashish Chavan <ashish.chavan@kpitcummins.com> Signed-off-by:
David Dajun Chen <david.chen@diasemi.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 23 Aug, 2012 1 commit
-
-
Dimitris Papastamos authored
The WM0010 is a compact digital signal processor that has been highly optimised for low-power audio applications. Extensive memory resources and core optimisation allow the device to manage all audio processing algorithms efficiently and autonomously, while the host processor sleeps or performs other tasks. Signed-off-by:
Dimitris Papastamos <dp@opensource.wolfsonmicro.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 11 Jul, 2012 1 commit
-
-
Mark Brown authored
The WM5110 is a highly integrated low power audio subsystem for smartphones, tablets and other portable audio devices. It combines an advanced DSP feature set with a flexible, high performance audio hub CODEC. This patch adds the audio CODEC driver for the device. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 04 Jul, 2012 1 commit
-
-
Rajeev Kumar authored
The STA529 is a digital stereo class-D audio amplifier. It includes an audio DSP, an ST proprietary high-efficiency class-D driver and CMOS power output stage. It is intended for high-efficiency digital-to-power-audio conversion for portable applications. Signed-off-by:
Rajeev Kumar <rajeev-dlh.kumar@st.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 23 Jun, 2012 2 commits
-
-
Mark Brown authored
The WM5102 is a highly-integrated low-power audio system for smartphones, tablets and other portable audio devices based on the Arizona platform. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
Mark Brown authored
The Wolfson Arizona series of audio hub CODECs can share a large amount of their driver code as the result of a common register map. This patch adds some of this core support, providing a basis for the initial WM5102 audio driver. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 11 Jun, 2012 2 commits
-
-
Adam Thomson authored
This patch adds support for Dialog DA732x audio codecs. Signed-off-by:
Michal Hajduk <Michal.Hajduk@diasemi.com> Signed-off-by:
Adam Thomson <Adam.Thomson@diasemi.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
Ola Lilja authored
Add codec-driver for ST-Ericsson AB8500 mixed-signal ASIC. Signed-off-by:
Ola Lilja <ola.o.lilja@stericsson.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 05 Jun, 2012 1 commit
-
-
M R Swami Reddy authored
ASoC: Support TI Isabelle Audio driver The Isabelle Audio IC is a complete low power high fidelity CODEC with integrated ADCs, DACs, decimation and interpolation filters, PLL, and power providers. This device supports 2 analog and 2 digital microphone channels, a mono earpiece driver, stereo class G headphone drivers with ultra low power and best SNR in the industry, stereo Class D speaker drivers, and 2 high performance Line drivers. The below patch is a basic driver code for TI Isabelle audio codec. The functionalities like headset detection, etc., will be included incrementally in the up-coming patches. Signed-off-by:
Vishwas A Deshpande <vishwas.a.deshpande@ti.com> Signed-off-by:
M R Swami Reddy <mr.swami.reddy@ti.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 18 May, 2012 2 commits
-
-
Ricardo Neri authored
Introduce codec for HDMI. At the moment, this is a dummy codec. In the future it will parse the EDID to modify the supported parameters, such as the number of channels and the sample rates. At the moment, it blindly supports all the sample rates and audio channels described in the HDMI 1.4a specification. Signed-off-by:
Ricardo Neri <ricardo.neri@ti.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
Philippe Rétornaz authored
Signed-off-by:
Philippe Rétornaz <philippe.retornaz@epfl.ch> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 30 Apr, 2012 1 commit
-
-
Brian Austin authored
This patch adds support for Cirrus Logic CS42L52 Low Power Stereo Codec Signed-off-by:
Brian Austin <brian.austin@cirrus.com> Signed-off-by:
Georgi Vlaev <joe@nucleusys.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 16 Apr, 2012 1 commit
-
-
Peter Ujfalusi authored
Complete the separation of the twl6040 from the twl core since it is a separate chip, not part of the twl6030 PMIC. Make the needed Kconfig changes for the depending drivers at the same time to avoid breaking the kernel build (vibra, ASoC components). Signed-off-by:
Peter Ujfalusi <peter.ujfalusi@ti.com> Reviewed-by:
Mark Brown <broonie@opensource.wolfsonicro.com> Acked-by:
Tony Lindgren <tony@atomide.com> Acked-by:
Dmitry Torokhov <dtor@mail.ru> Signed-off-by:
Samuel Ortiz <sameo@linux.intel.com>
-
- 01 Apr, 2012 2 commits
-
-
M R Swami Reddy authored
Signed-off-by:
M R Swami Reddy <mr.swami.reddy@ti.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
Tomoya MORINAGA authored
ML26124-01HB/ML26124-02GD is 16bit monaural audio CODEC which has high resistance to voltage noise. On chip regulator realizes power supply rejection ratio be over 90dB so more than 50dB is improved than ever. ML26124-01HB/ ML26124-02GD can deliver stable audio performance without being affected by noise from the power supply circuit and peripheral components. The chip also includes a composite video signal output, which can be applied to various portable device requirements. The ML26124 is realized these functions into very small package the size is only 2.56mm x 2.46mm therefore can be construct high quality sound system easily. ML26124-01HB is 25pin WCSP package; ML26124-02GD is 32pin WQFN package. Signed-off-by:
Tomoya MORINAGA <tomoya.rohm@gmail.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 30 Jan, 2012 1 commit
-
-
Wolfram Sang authored
Add a driver supporting the volume control and the mute pin. Shdn pin and DAPM are not taken care of yet. Signed-off-by:
Wolfram Sang <w.sang@pengutronix.de> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 26 Jan, 2012 1 commit
-
-
Mark Brown authored
The WM2200 is a low power mobile CODEC with enhanced Wolfson myZone Ambient Noise Cancellation (ANC) intended for mobile telephony applications. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 06 Dec, 2011 1 commit
-
-
Axel Lin authored
Currently SND_SOC_JZ4740_CODEC depends on SOC_JZ4740 but SOC_JZ4740 is not defined in any Kconfig. Thus the codec driver will not be built when select "Build all ASoC CODEC drivers". (Unless it is selected by SND_JZ4740_SOC_QI_LB60). Remove the dependency with SOC_JZ4740, then this code driver can be built when select "Build all ASoC CODEC drivers". Signed-off-by:
Axel Lin <axel.lin@gmail.com> Acked-by:
Lars-Peter Clausen <lars@metafoo.de> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 03 Dec, 2011 2 commits
-
-
Mark Brown authored
The driver itself has been a regular CODEC driver for a while now. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
Mark Brown authored
We've been able to handle external amps for a while now. Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 29 Nov, 2011 1 commit
-
-
Lars-Peter Clausen authored
It has been pointed out previously, that the firmware subsystem is not the right place for the SigmaDSP firmware loader. Furthermore the SigmaDSP is currently only used in audio products and we are aiming for better integration into the ASoC framework in the future, with support for ALSA controls for firmware parameters and support dynamic power management as well. So the natural choice for the SigmaDSP firmware loader is the ASoC subsystem. Signed-off-by:
Lars-Peter Clausen <lars@metafoo.de> Acked-by:
Mike Frysinger <vapier@gentoo.org> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 17 Nov, 2011 1 commit
-
-
Brian Austin authored
This patch adds support for the Cirrus Logic CS42L73 low power stereo codec. Signed-off-by:
Brian Austin <brian.austin@cirrus.com> Signed-off-by:
Georgi Vlaev <joe@nucleusys.com> Acked-by:
Vinod Koul <vinod.koul@linux.intel.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 10 Nov, 2011 1 commit
-
-
Leon Romanovsky authored
This driver implements basic functionality, using I²C for the control channel. Signed-off-by:
Leon Romanovsky <leon@leon.nu> Signed-off-by:
Andrey Danin <danindrey@mail.ru> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-
- 11 Oct, 2011 1 commit
-
-
Wolfram Sang authored
It is currently named "TVL" instead of "TLV". Signed-off-by:
Wolfram Sang <w.sang@pengutronix.de> Cc: Javier Martin <javier.martin@vista-silicon.com> Cc: Liam Girdwood <lrg@ti.com> Cc: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by:
Mark Brown <broonie@opensource.wolfsonmicro.com>
-