summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Blackfin: allow SPI for SSM2602 partsMike Frysinger2011-06-171-2/+1Star
* ASoC: AD1836: rename suspend/resume funcsBarry Song2011-06-161-22/+21Star
* ASoC: AD1836: fix codec nameMike Frysinger2011-06-161-1/+1
* ASoC: AD1836: fix intermixed tab/space indentationMike Frysinger2011-06-162-4/+4
* ASoC: AD1836: drop unnecessary spi register checkMike Frysinger2011-06-161-9/+1Star
* ASoC: AD1836: clean up comment headersMike Frysinger2011-06-162-27/+9Star
* ASoC: Blackfin: Add bf5xx-adau1701 machine driverLars-Peter Clausen2011-06-163-0/+152
* ASoC: Add ADAU1701 codec driverLars-Peter Clausen2011-06-164-1/+573
* ASoC: Clean up some coding style nits in the bf5xx-i2s-pcm driverMark Brown2011-06-161-3/+3
* ASoC: dapm - Refactor widget IO functions in preparation for platform widgets.Liam Girdwood2011-06-141-6/+43
* Merge branch 'for-3.0' into for-3.1Mark Brown2011-06-131-3/+0Star
|\
| * ASoC: Remove unused and about to be broken SND_SOC_CUSTOM I/O busMark Brown2011-06-131-3/+0Star
* | ASoC: Don't use codec->control_data in bulk writeMark Brown2011-06-131-2/+2
* | ASoC: Add weak routes for sidetone style pathsMark Brown2011-06-131-0/+87
* | ASoC: Move register I/O code into a separate fileMark Brown2011-06-133-381/+401
* | ASoC: Factor out redundant read() functionsMark Brown2011-06-131-44/+8Star
* | ASoC: SMDKV310: Enable SPDIF deviceNaveen Krishna Chatradhi2011-06-101-1/+1
* | Merge branch 'for-3.0' into for-3.1Mark Brown2011-06-101-2/+2
|\|
| * ASoC: SAMSUNG: Fix the incorrect referencing of I2SCON registerSangbeom Kim2011-06-101-2/+2
* | sound/atmel_ssc_dai: add a missing space to an error messageUwe Kleine-König2011-06-101-1/+1
* | ASoC: pcm - rename snd_codec_close() to snd_pcm_close().Liam Girdwood2011-06-091-2/+2
* | ASoC: core - PCM mutex per rtdLiam Girdwood2011-06-092-14/+15
* | Merge branch 'for-3.0' into for-3.1Mark Brown2011-06-091-9/+8Star
|\|
| * ASoC: snd_soc_new_{mixer,mux,pga} make sure to use right DAPM contextLars-Peter Clausen2011-06-091-9/+8Star
* | ASoC: core - Separate out PCM operations into new file.Liam Girdwood2011-06-093-612/+641
* | Merge branch 'for-3.0' into for-3.1Mark Brown2011-06-092-6/+12
|\|
| * ASoC: fsl: fix initialization of DMA buffersTimur Tabi2011-06-091-4/+5
| * ASoC: WM8804 does not support sample rates below 32kHzMark Brown2011-06-091-2/+7
* | ASoC: p1022ds: fix incorrect referencing of device tree propertiesTimur Tabi2011-06-094-13/+18
* | ASoC: Fix mismerge of Speyside set_bias_level_post()Mark Brown2011-06-081-0/+1
* | Merge branch 'for-3.0' into for-3.1Mark Brown2011-06-081-2/+2
|\|
| * ASoC: Fix WM8962 headphone volume update for use of advanced cachesMark Brown2011-06-081-2/+2
* | ASoC: Support Speyside build variants with WM8962 fittedMark Brown2011-06-083-0/+268
* | ASoC: Defer all WM8962 clocking configuration until power upMark Brown2011-06-081-27/+33
* | ASoC: Implement base 5 band EQ control for WM8962Mark Brown2011-06-081-0/+16
* | ASoC: Report errors when we have a WM8962 IRQ and don't get FLL lockMark Brown2011-06-081-5/+32
* | ASoC: Factor out I2C usage in WM8962 driverMark Brown2011-06-081-9/+10
* | ASoC: Suppress restore of default register values for rbtree cache syncMark Brown2011-06-081-1/+6
* | ASoC: core - Allow components to probe/remove in sequence.Liam Girdwood2011-06-071-21/+39
* | ASoC: core - Optimise and refactor pcm_new() to pass only rtdLiam Girdwood2011-06-0726-59/+95
* | Merge branch 'for-3.0' into for-3.1Mark Brown2011-06-071-2/+2
|\|
| * ASoC: Blackfin: bf5xx-ad1836: Fix codec device nameLars-Peter Clausen2011-06-071-2/+2
* | ASoC: AD1836: Fix build errorLars-Peter Clausen2011-06-071-1/+1
* | ASoC: wm8940: remove unnecessary if statementsGreg Dietsche2011-06-071-7/+0Star
* | Merge branch 'for-3.0' into for-3.1Mark Brown2011-06-062-7/+13
|\|
| * ASoC: AD1836: Fix setting the PCM formatLars-Peter Clausen2011-06-062-7/+13
* | ASoC: AD1836: Add input gain control for ADC2Lars-Peter Clausen2011-06-061-0/+11
* | ASoC: AD1836: Remove unused fields from private structLars-Peter Clausen2011-06-061-5/+0Star
* | ASoC: AD1836: Add AD1835/AD1837/AD1838/AD1839 supportLars-Peter Clausen2011-06-061-54/+129
* | ASoC: AD1836: Use snd_soc_update_bits for read-modify-writeLars-Peter Clausen2011-06-061-12/+6Star