aboutsummaryrefslogtreecommitdiffstats
path: root/sound/sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai1-1/+1
2015-01-19ALSA: aica: Use setup_timer() and mod_timer()Takashi Iwai1-5/+3
2014-10-20ALSA: sh: drop owner assignment from platform_driversWolfram Sang2-2/+0
2014-02-14ALSA: sh: Convert to snd_card_new() with a device pointerTakashi Iwai2-4/+3
2013-05-23ALSA: sh_dac_audio: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-05-23ALSA: sh: aica: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2012-12-07ALSA: sh: remove __dev* attributesBill Pemberton2-12/+11
2012-07-02ALSA: Add missing .owner=THIS_MODULE to platform_driver definitionsTakashi Iwai2-1/+4
2012-05-21ALSA: sh: Fix up namespace collision in sh_dac_audio.Paul Mundt1-2/+2
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell1-1/+1
2011-11-27ALSA: convert sound/* to use module_platform_driver()Axel Lin1-12/+1
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2011-10-31sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker1-1/+1
2010-10-27sound: sh: ctrl_in/outX to __raw_read/writeX conversion.Paul Mundt1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-01Merge branch 'topic/beep-rename' into topic/core-changeTakashi Iwai3-0/+463
2009-11-08ALSA: snd-aica: declare MODULE_FIRMWAREBen Hutchings1-0/+1
2009-11-04ALSA: sh: add SuperH DAC audio driver for ALSA V4Rafael Ignacio Zurita3-0/+463
2009-03-30trivial: Fix misspelling of firmwareNick Andrew1-1/+1
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-0/+1
2009-03-17sh: dma: Make G2 DMA configurable.Paul Mundt1-0/+1
2009-01-12ALSA: Convert to snd_card_create() in other sound/*Takashi Iwai1-4/+4
2008-09-23ALSA: Fix section for snd-aica platform driverUwe Kleine-König1-3/+3
2008-08-13ALSA: Kill snd_assert() in other placesTakashi Iwai1-1/+2
2008-07-29sh: migrate to arch/sh/include/Paul Mundt1-1/+1
2008-05-27sound: Convert to menuconfigTakashi Iwai1-4/+12
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa1-1/+1
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2008-01-31[ALSA] Check value range in ctl callbacksTakashi Iwai1-2/+5
2008-01-31[ALSA] Dreamcast AICA sound - Get rid of annoying compiler warningTakashi Iwai1-0/+1
2007-10-23[ALSA] protect Dreamcast PCM driver (AICA) from G2 bus effectsAdrian McMenamin1-2/+29
2007-10-16[ALSA] Clean up with common snd_ctl_boolean_*_info callbacksTakashi Iwai1-9/+1
2007-07-24sh: Fix Dreamcast DMA issues.Adrian McMenamin1-1/+1
2007-07-20[ALSA] aica - fix behaviour in poor resource conditionsTakashi Iwai2-46/+37
2007-07-20[ALSA] Add ALSA support for the SEGA Dreamcast PCM deviceAdrian McMenamin4-0/+777