aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/au1x (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-8/+79
2012-01-02ASoC: ac97c.c: use devm_ functionsJulia Lawall1-27/+13
2012-01-02ASoC: dbdma2.c: use devm_ functionsJulia Lawall1-10/+4
2012-01-02ASoC: dma.c: use devm_ functionsJulia Lawall1-10/+2
2012-01-02ASoC: i2sc.c: use devm_ functionsJulia Lawall1-32/+13
2012-01-02ASoC: psc-ac97.c: use devm_ functionsJulia Lawall1-27/+14
2012-01-02ASoC: psc-i2s.c: use devm_ functionsJulia Lawall1-28/+14
2011-12-23ASoC: au1x: Add .owner to struct snd_soc_cardAxel Lin2-0/+3
2011-12-13ASoC: Staticise alchemy_pcm_soc_platformAxel Lin1-1/+1
2011-12-13ASoC: Staticise au1xpsc_soc_platformAxel Lin1-1/+1
2011-12-07MIPS: Alchemy: Improved DB1550 support, with audio and serial busses.Manuel Lauss2-4/+34
2011-12-07MIPS: Alchemy: Basic support for the DB1300 board.Manuel Lauss2-5/+46
2011-12-07MIPS: Alchemy: Au1300 SoC supportManuel Lauss1-3/+3
2011-11-25ASoC: Convert au1x directory to module_platform_driverAxel Lin6-72/+6
2011-11-23ASoC: Cleanup duplicated constLars-Peter Clausen1-1/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen4-4/+4
2011-11-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2011-10-27Merge branch 'topic/asoc' into for-linusTakashi Iwai4-54/+62
2011-10-24MIPS: Alchemy: remove all CONFIG_SOC_AU1??? definesManuel Lauss1-1/+1
2011-10-22ASoC: keep pointer to resource so it can be freedJulia Lawall4-54/+62
2011-09-22sound: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-08-17ASoC: Remove unreachable code in au1xac97c_drvprobe and au1xi2s_drvprobeAxel Lin2-3/+0
2011-07-27ASoC: au1x: use substream stream info directlyManuel Lauss4-27/+21
2011-07-27ASoC: au1x: update db1200 machine to the new way of thingsManuel Lauss1-21/+43
2011-07-27ASoC: au1x: remove automatic DMA device registration from PSC driversManuel Lauss4-96/+58
2011-07-27ASoC: Add a DB1x00 AC97 machine driverManuel Lauss3-0/+86
2011-07-26ASoC: Alchemy AC97C/I2SC audio supportManuel Lauss6-9/+1126
2011-06-07ASoC: core - Optimise and refactor pcm_new() to pass only rtdLiam Girdwood1-3/+4
2011-03-30ASoC: Remove -codec from WM8731 driver nameMark Brown1-1/+1
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-08-31ASoC: fix au1x platformManuel Lauss5-121/+85
2010-08-17ASoC: Support non-crystal master clocks for WM8731Mark Brown1-1/+1
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood5-68/+30
2010-07-13ASoC: au1x: fix section mismatch in psc-i2s.cManuel Lauss1-1/+1
2010-06-03ASoC: use resource_size for au1xWan ZongShun3-17/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-0/+2
2010-02-27MIPS/SOUND: Alchemy: DB1200 AC97+I2S audio support.Manuel Lauss4-150/+149
2010-02-27MIPS: Alchemy: change dbdma to accept physical memory addressesManuel Lauss1-7/+5
2010-02-27MIPS: Alchemy: remove dbdma compat macrosManuel Lauss1-4/+4
2009-12-03ASoC: au1x: dbdma2: plug memleak in pcm device creation error pathManuel Lauss1-0/+1
2009-12-03ASoC: au1x: dbdma2: fix oops on soc device removal.Manuel Lauss1-4/+1
2009-11-02ASoC: au1x: convert to platform drivers.Manuel Lauss4-163/+344
2009-10-19ASoC: au1x: psc-ac97: reorganize timeoutsManuel Lauss1-13/+25
2009-10-19ASoC: au1x: psc-ac97: verify correct codec register was readManuel Lauss1-3/+8
2009-09-08ASoC: au1x: PSC-AC97 bugfixesManuel Lauss2-33/+97
2009-04-28ALSA: Add missing SNDRV_PCM_INFO_BATCH flag to some driversTakashi Iwai1-1/+1
2009-03-04ASoC: make ops a pointer in 'struct snd_soc_dai'Eric Miao2-9/+13
2009-01-19ASoC: Staticise PCM operations tablesMark Brown1-1/+1
2009-01-08remove lots of double-semicolonsFernando Carrijo1-1/+1
2008-12-09ASoC: Register platform driversMark Brown1-1/+2