summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt5677.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge remote-tracking branches 'asoc/topic/const', 'asoc/topic/cs35l32', 'aso...Mark Brown2015-08-301-1/+1
|\ \
| * | ASoC: Constify snd_soc_dai_ops variablesAxel Lin2015-07-151-1/+1
| |/
* / ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-151-1/+0
|/
*-. Merge remote-tracking branches 'asoc/topic/rt5677', 'asoc/topic/samsung' and ...Mark Brown2015-06-051-8/+135
|\ \
| * | ASoC: rt5677: Add reset-gpio dts optionAnatol Pomozov2015-05-161-2/+30
| * | ASoC: rt5677: Add DMIC ASRC detect functionOder Chiou2015-05-081-6/+75
| * | ASoC: rt5677: add i2s asrc clk src selectionBard Liao2015-04-291-0/+30
| |/
* | Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown2015-06-051-7/+7
|\ \
| * | ASoC: rt5677: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen2015-05-201-5/+6
| * | ASoC: Move bias level update to the coreLars-Peter Clausen2015-04-271-1/+0
| * | ASoC: Route all bias level updates through the coreLars-Peter Clausen2015-04-271-1/+1
| |/
| |
| \
*-. \ Merge remote-tracking branches 'asoc/fix/rt5677', 'asoc/fix/samsung' and 'aso...Mark Brown2015-04-291-1/+4
|\ \ \ | |_|/ |/| |
| * | ASoC: rt5677: fixed wrong DMIC ref clockBard Liao2015-04-291-1/+1
| * | ASoC: rt5677: add register patch for PLLBard Liao2015-04-241-0/+3
| |/
* | ASoC: rt5677: add API to select ASRC clock sourceOder Chiou2015-03-161-0/+163
* | Merge branch 'fix/rt5677' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2015-03-021-16/+16
|\ \
| * | ASoC: rt5677: Correct the routing paths of that after IF1/2 DACx MuxOder Chiou2015-02-261-16/+16
| |/
* | ASoC: rt5677: Keep the LDO2 powered while used in the suspend modeOder Chiou2015-03-021-8/+8
* | ASoC: rt5677: Add the chip type to distinguish the setting of the clock sourceOder Chiou2015-03-021-6/+22
|/
*-. Merge remote-tracking branches 'asoc/topic/rockchip', 'asoc/topic/rt5645' and...Mark Brown2015-02-041-0/+3
|\ \
| | * ASoC: rt5677: fix SPI dependencyArnd Bergmann2015-01-291-0/+3
* | | Merge remote-tracking branch 'asoc/topic/w-codec' into asoc-nextMark Brown2015-02-041-30/+210
|\ \ \
| * \ \ Merge branch 'fix/rt5677' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2015-01-271-4/+14
| |\ \ \
| * | | | ASoC: rt5677: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen2015-01-151-11/+12
| | |_|/ | |/| |
| * | | ASoC: rt5677: Add the slot_width "25" support in the TDM modeOder Chiou2015-01-141-1/+7
| * | | ASoC: rt5677: Use the regmap functions instead of the snd_soc functionsOder Chiou2015-01-141-3/+10
| * | | ASoC: rt5677: Add the MICBIAS VDD setting in the platform dataOder Chiou2015-01-081-0/+5
| * | | ASoC: rt5677: Adjust the routing of "PLL1"Oder Chiou2014-12-241-11/+7
| * | | ASoC: rt5677: Add the ASRC supportOder Chiou2014-12-241-0/+155
| * | | ASoC: rt5677: Revise the filter powersOder Chiou2014-12-241-6/+16
| | |/ | |/|
| | |
| \ \
*-. | | Merge remote-tracking branches 'asoc/fix/rt5677', 'asoc/fix/simple', 'asoc/fi...Mark Brown2015-01-261-4/+14
|\ \| | | | |/ | |/|
| * | ASoC: rt5677: Modify the behavior that updates the PLL parameter.Oder Chiou2015-01-091-4/+14
| |/
* / ASoC: rt5677: fixed rt5677_dsp_vad_put rt5677_dsp_vad_get panicFang, Yang A2014-12-241-4/+5
|/
* ASoC: rt5677: make volume TLV closer to realityDylan Reid2014-12-051-11/+11
* ASoC: rt5677: Fix the issue that the regmap_range "rt5677_ranges" cannot be a...Oder Chiou2014-11-251-7/+30
* ASoC: rt5677: Set the slow charge of the vref in the end of the power sequencesOder Chiou2014-11-191-10/+46
* ASoC: rt5677: Follow the gpio naming rule to rename the irq functionOder Chiou2014-11-191-5/+4
* ASoC: rt5677: Align the reg_default table with tab characterOder Chiou2014-11-191-7/+7
* ASoC: rt5677: Modify the default value of the MX-8E[4] for ASRC functionOder Chiou2014-11-171-2/+3
* ASoC: rt5677: Add TDM channel mux in DAC side of IF1 and IF2Oder Chiou2014-11-121-16/+314
* ASoC: rt5677: Use specific r/w function for DSP modeOder Chiou2014-11-071-67/+100
* ASoC: rt5677: Minor coding style and typo fixOder Chiou2014-11-051-7/+7
* ASoC: rt5677: Add TDM channel mapping functionOder Chiou2014-10-281-12/+227
* ASoC: rt5677: rt5677_irq_init() can be statickbuild test robot2014-10-221-2/+2
* ASoC: rt5677: add GPIO IRQ supportOder Chiou2014-10-221-0/+134
* ASoC: rt5677: fix build when kernel compiled without GPIOLIB supportAnatol Pomozov2014-10-201-0/+5
* ASoC: rt5677: Print more information if setting DAI clock failedAnatol Pomozov2014-10-201-1/+2
* ASoC: rt5677: Support DSP function for VAD applicationOder Chiou2014-10-201-4/+284
* ASoC: rt5677: Add option to configure gpio as floating/pullup/pulldownAnatol Pomozov2014-10-201-0/+39
*-. Merge remote-tracking branches 'asoc/topic/rt5645', 'asoc/topic/rt5677', 'aso...Mark Brown2014-10-061-0/+140
|\ \