summaryrefslogtreecommitdiff
path: root/sound/atmel/ac97c.c
AgeCommit message (Expand)Author
2017-09-04Merge tag 'asoc-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai
2017-09-04ALSA: atmel: convert AC97c driver to GPIO descriptor APIAndy Shevchenko
2017-08-31ALSA: ac97c: Fix an error handling path in 'atmel_ac97c_probe()'Christophe Jaillet
2017-08-23ALSA: ac97c: constify ac97_pcm structuresArvind Yadav
2017-08-19ALSA: atmel: constify snd_pcm_ops structuresArvind Yadav
2017-08-17ALSA: atmel: make snd_pcm_hardware constBhumika Goyal
2017-07-26ASoC: atmel: ac97c: Handle return value of clk_prepare_enable.Arvind Yadav
2017-07-01ALSA: atmel: ac97c: fix error return code in atmel_ac97c_probe()Gustavo A. R. Silva
2017-05-15ALSA: atmel: Remove AVR32 bits from the driverAndy Shevchenko
2015-05-20ALSA: sound/atmel/ac97c.c: remove unused variableArnd Bergmann
2015-01-07ALSA: sound/atmel/ac97c.c: Add device tree supportAlexander Stein
2014-12-27ALSA: atmel: fix building the ac97 driver for at91-multiplatformArnd Bergmann
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-05ALSA: sound/atmel/ac97c.c: Add missing clock prepareAlexander Stein
2014-12-05ALSA: sound/atmel/ac97c.c: Fix device index for pcmAlexander Stein
2014-10-20ALSA: atmel: drop owner assignment from platform_driversWolfram Sang
2014-10-15dmaengine: dw: split dma-dw.h to platform and private partsAndy Shevchenko
2014-09-11dmaengine: dw: move dw_dmac.h to where it belongs toAndy Shevchenko
2014-04-16ALSA: sound/atmel/ac97c.c: Convert to module_platform_driverAlexander Stein
2014-02-14ALSA: atmel: Convert to snd_card_new() with a device pointerTakashi Iwai
2013-11-05ALSA: atmel: remove dependency on <mach/gpio.h>Linus Walleij
2013-05-03ALSA: atmel: Remove redundant platform_set_drvdata()Sachin Kamat
2013-04-29ALSA: pcm_format_to_bits strong-typed conversionEldad Zack
2012-12-07ALSA: atmel: remove __dev* attributesBill Pemberton
2012-08-20ALSA: sound/atmel/ac97c.c: fix error return codeJulia Lawall
2012-08-09ALSA: platform: Check CONFIG_PM_SLEEP instead of CONFIG_PMTakashi Iwai
2012-07-03ALSA: convert PM ops of platform_driver to new pm opsTakashi Iwai
2012-07-02ALSA: Add missing .owner=THIS_MODULE to platform_driver definitionsTakashi Iwai
2012-05-11ALSA: atmel/ac97c: correct the unexpected behavior when using uninitial value...Bo Shen
2012-02-22dmaengine/dw_dmac: Fix dw_dmac user drivers to adapt to slave_config changesViresh Kumar
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2011-12-19ALSA: atmel/ac97c: using software reset instead hardware reset if not availableBo Shen
2011-10-31sound-soc: move to dma_transfer_directionVinod Koul
2011-07-11Merge branch 'master' into for-nextJiri Kosina
2011-06-28ALSA: atmel - update author email for ABDAC, AC97C and AT73C213Hans-Christian Egtvedt
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches
2011-01-25ALSA: fix invalid hardware.h include in ac97c for AVR32 architectureHans-Christian Egtvedt
2010-06-08ALSA: atmel: set "channel A event" output to debugYegor Yefremov
2010-03-25ALSA: AC97: add full duplex support for atmel AT91 and AVR.Sedji Gaouaou
2010-03-25ALSA: AC97: add AC97 support for AT91.Sedji Gaouaou
2009-04-06ALSA: snd-atmel-ac97c: replace bus_id with dev_name()Hans-Christian Egtvedt
2009-04-06ALSA: snd-atmel-ac97c: cleanup registers when removing driverHans-Christian Egtvedt
2009-04-06ALSA: snd-atmel-ac97c: do a proper reset of the external codecHans-Christian Egtvedt
2009-04-06ALSA: snd-atmel-ac97c: enable interrupts to catch events for error reportingHans-Christian Egtvedt
2009-04-06ALSA: snd-atmel-ac97c: set correct size for buffer hardware parameterHans-Christian Egtvedt
2009-04-06ALSA: snd-atmel-ac97c: do not overwrite OCA and ICA when assigning channelsHans-Christian Egtvedt
2009-04-06ALSA: snd-atmel-ac97c: remove dead break statements after return in switch caseHans-Christian Egtvedt
2009-02-05ALSA: Add ALSA driver for Atmel AC97 controllerHans-Christian Egtvedt