aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_beep.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-29ALSA: hda - Use standard device registration for beepTakashi Iwai1-79/+72
2018-02-20ALSA: hda-beep: add SPDX identifiersMatt Ranostay1-15/+2
2015-06-13ALSA: hda-beep: Update authors dead email addressMatt Ranostay1-1/+1
2015-03-23ALSA: hda - Move a part of hda_codec stuff into hdac_deviceTakashi Iwai1-2/+2
2015-03-18ALSA: hda - Adjust power of beep widget and outputsTakashi Iwai1-13/+16
2015-03-03ALSA: hda - Add card field to hda_codec structTakashi Iwai1-2/+2
2015-02-26ALSA: hda - Set parent of input beep devicesTakashi Iwai1-0/+1
2015-02-23ALSA: hda - Decouple PCM and hwdep devices from codec objectTakashi Iwai1-1/+0
2014-10-29ALSA: hda - More kerneldoc commentsTakashi Iwai1-0/+38
2014-02-28ALSA: hda - Fix registration of beep input deviceTakashi Iwai1-8/+25
2014-02-27ALSA: hda - Make codec object as a parent for input beep devicesTakashi Iwai1-1/+1
2014-02-25ALSA: hda - Replace with standard printkTakashi Iwai1-1/+1
2014-02-15ALSA: hda - Remove dependency on bus->pci in hda_beep.cTakashi Iwai1-2/+1
2013-12-19ALSA: hda - Kill EXPORT_SYMBOL_HDA()Takashi Iwai1-5/+5
2013-10-29ALSA: hda - Add a fallthru commentTakashi Iwai1-0/+1
2013-10-24ALSA: hda - Remove OOM message after input_allocate_deviceJoe Perches1-3/+1
2013-03-18ALSA: hda - Make the resume of digital beep setup properTakashi Iwai1-1/+1
2013-03-18ALSA: hda - Fix power-saving during playing beep soundTakashi Iwai1-11/+26
2012-08-14ALSA: hda - Fix 'Beep Playback Switch' with no underlying mute switchDavid Henningsson1-2/+11
2012-08-10ALSA: hda - Fix panned "Beep Playback Switch"David Henningsson1-6/+14
2012-07-03ALSA: hda - Avoid possible race of beep on/offTakashi Iwai1-2/+3
2012-07-03ALSA: hda - Get rid of superfluous beep->mode fieldTakashi Iwai1-8/+6
2012-07-03ALSA: hda - Move beep helper functions to hda_beep.cTakashi Iwai1-0/+28
2012-07-03ALSA: hda - Remove beep_mode=2Takashi Iwai1-36/+1
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker1-0/+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-27ALSA: hda - Fix Oops at reloading beep devicesTakashi Iwai1-3/+7
2009-12-27ALSA: hda - Don't cache beep controlsTakashi Iwai1-3/+3
2009-11-16ALSA: hda - Fix beep_mode option valueTakashi Iwai1-1/+3
2009-11-16ALSA: hda - add beep_mode module parameterJaroslav Kysela1-5/+16
2009-11-16ALSA: hda: beep - add missing cancel_delayed_workJaroslav Kysela1-0/+1
2009-11-16ALSA: hda_intel: Digital PC Beep - delay input device unregistrationJaroslav Kysela1-15/+27
2009-11-16ALSA: hda_intel: Digital PC Beep - change behaviour for input layerJaroslav Kysela1-18/+70
2009-07-09Merge branch 'fix/hda' into topic/hdaTakashi Iwai1-4/+7
2009-07-09ALSA: hda - fix beep tone calculation for IDT/STAC codecsPaul Vojta1-4/+7
2009-06-29ALSA: hda - Check "beep" hintTakashi Iwai1-0/+4
2009-05-19ALSA: hda - Fix digital beep tone calculationTakashi Iwai1-11/+44
2009-02-06ALSA: hda - Clear codec->beep at releaseTakashi Iwai1-0/+1
2009-01-12ALSA: hda - Use own workqueueTakashi Iwai1-1/+0
2008-11-28ALSA: hda - Don't export symbols when built-in kernelTakashi Iwai1-2/+2
2008-11-27ALSA: hda - Modularize HD-audio driverTakashi Iwai1-0/+2
2008-11-13ALSA: hda - Missing NULL check in hda_beep.cTakashi Iwai1-0/+4
2008-11-13ALSA: hda - Add digital beep playback switch for STAC/IDT codecsTakashi Iwai1-0/+4
2008-07-29ALSA: hda - use input_free_device()Takashi Iwai1-1/+1
2008-07-20ALSA: hda: digital pc-beep support hd-audio codecsMatthew Ranostay1-0/+134