summaryrefslogtreecommitdiff
path: root/sound/soc
AgeCommit message (Expand)AuthorFilesLines
2014-01-10Merge tag 'v3.13-rc3' into asoc-arizonaMark Brown11-49/+40
2014-01-09ASoC: simple-card: fix the cinfo error checkXiubo Li1-5/+7
2014-01-09ASoC: simple-card: fix a bug where cinfo will be NULL before using itXiubo Li1-1/+1
2014-01-09ASoC: fsl_ssi: Set default slot number for common casesNicolin Chen1-0/+11
2014-01-09ASoC: fsl-ssi: Add missing clk_disable_unprepare() on error in fsl_ssi_probe()Wei Yongjun1-1/+1
2014-01-09ASoC: Allow PCMs to restrict the supported formatsLars-Peter Clausen1-1/+4
2014-01-09ASoC: ux500: Don't set unused struct snd_pcm_hardware fieldsLars-Peter Clausen1-15/+0
2014-01-09ASoC: sh: Don't set unused struct snd_pcm_hardware fieldsLars-Peter Clausen3-29/+0
2014-01-09ASoC: nuc900: Don't set unused struct snd_pcm_hardware fieldsLars-Peter Clausen1-3/+0
2014-01-09ASoC: kirkwood: Don't set unused struct snd_pcm_hardware fieldsLars-Peter Clausen1-16/+0
2014-01-09ASoC: intel: Don't set unused struct snd_pcm_hardware fieldsLars-Peter Clausen2-14/+0
2014-01-09ASoC: adav80x: Use params_width() rather than memory formatMark Brown1-16/+14
2014-01-09ASoC: adau1701: Use params_width() rather than memory formatMark Brown1-18/+16
2014-01-09ASoC: adau1373: Use params_width() rather than memory formatMark Brown1-5/+5
2014-01-09ASoC: ad193x: Use params_width() rather than memory formatMark Brown1-5/+5
2014-01-09ASoC: ad1836: Use params_width() rather than explicit memory formatMark Brown1-5/+5
2014-01-09ASoC: fsl-ssi: Fix stats compile warningMarkus Pargmann1-1/+1
2014-01-09ASoC: wm_adsp: Mark wm_adsp2_boot_work as staticCharles Keepax1-1/+1
2014-01-09ASoC: bcm: Remove obsoleted Kconfig dependencyTakashi Iwai1-1/+0
2014-01-08ASoC: wm_adsp: Start DSP booting earlier in the DAPM processCharles Keepax3-13/+38
2014-01-08ASoC: wm_adsp: Factor out ADSP2 boot proceedureCharles Keepax2-78/+105
2014-01-08ASoC: fsl-ssi: Drop ac97 specific trigger functionMarkus Pargmann1-53/+8
2014-01-08ASoC: fsl-ssi: Move RX/TX configuration to seperate functionsMarkus Pargmann1-43/+46
2014-01-08ASoC: fsl-ssi: Add configuration helper functionsMarkus Pargmann1-0/+122
2014-01-08ASoC: fsl-ssi: Add offline_config flagMarkus Pargmann1-0/+27
2014-01-08ASoC: fsl-ssi: Fix interrupt stats for imxMarkus Pargmann1-8/+32
2014-01-08ASoC: fsl-ssi: Add imx51-ssi and of_device_id matchingMarkus Pargmann1-8/+24
2014-01-08ASoC: fsl-ssi: Move sysfs stats to debugfsMarkus Pargmann1-67/+117
2014-01-08ASoC: fsl-ssi: Fix probe error handlingMarkus Pargmann1-4/+12
2014-01-08ASoC: ssm2602: add 16kHz sampling rate supportAndreas Pretzsch1-4/+10
2014-01-08ASoC: twl4030: Pass the twl4030_priv directly to twl4030_can_write_to_chip()Peter Ujfalusi1-3/+2
2014-01-08ASoC: twl4030: Move the ctl cache update local to twl4030_write() functionPeter Ujfalusi1-20/+16
2014-01-08ASoC: twl4030: Parameter alignment fixes (for code consistency)Peter Ujfalusi1-48/+45
2014-01-08ASoC: twl4030: Remove local reg cachePeter Ujfalusi1-144/+63
2014-01-08ASoC: twl4030: Introduce local ctl register cachePeter Ujfalusi1-0/+15
2014-01-08ASoC: twl4030: Remove reset registers functionalityPeter Ujfalusi1-17/+0
2014-01-08ASoC: twl4030: Remove check defaults functionalityPeter Ujfalusi1-23/+0
2014-01-08ASoC: twl4030: Separate write condition checking from I/O functionPeter Ujfalusi1-17/+23
2014-01-08ASoC: fsl-sai: Clean up the codeXiubo Li1-4/+3
2014-01-08ASoC: ux500: Fix sparse non static symbol warningWei Yongjun1-3/+3
2014-01-08ASoC: adau1701: Fix ADAU1701_SEROCTL_WORD_LEN_16 constantLars-Peter Clausen1-1/+1
2014-01-08ASoC: sapm: Automatically connect DAI link widgets in DAPM graph.Liam Girdwood2-0/+50
2014-01-08ASoC: utils: Add internal call to determine if DAI is dummy.Liam Girdwood1-0/+7
2014-01-07ASoC: dpcm: Explicitly set BE DAI link supported stream directionsLiam Girdwood1-4/+2
2014-01-07ASoC: pcm: Fix lack of platform bespoke_trigger() callJean-Francois Moine1-1/+1
2014-01-07ASoC: simple-card: keep the property's name the same patternXiubo Li1-2/+2
2014-01-07ASoC: simple-card: fix the DAPM routes map parsingXiubo Li1-3/+5
2014-01-07ASoC: ux500: Dramatically reduce the size of the DAI driver data structLee Jones1-82/+14
2014-01-07ASoC: ux500_pcm: Differentiate between pdata and DT initialisationLee Jones1-5/+15
2014-01-07ASoC: ux500_pcm: Take out pointless dev_dbg() callLee Jones1-4/+0