summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_beep.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-091-1/+1
* ALSA: hda: Fix potential access overflow in beep helperTakashi Iwai2020-04-071-1/+5
* ALSA: hda: Constify snd_device_ops definitionsTakashi Iwai2020-01-031-1/+1
* ALSA: hda - Use standard device registration for beepTakashi Iwai2019-01-291-79/+72
* ALSA: hda-beep: add SPDX identifiersMatt Ranostay2018-02-201-15/+2
* ALSA: hda-beep: Update authors dead email addressMatt Ranostay2015-06-131-1/+1
* ALSA: hda - Move a part of hda_codec stuff into hdac_deviceTakashi Iwai2015-03-231-2/+2
* ALSA: hda - Adjust power of beep widget and outputsTakashi Iwai2015-03-181-13/+16
* ALSA: hda - Add card field to hda_codec structTakashi Iwai2015-03-031-2/+2
* ALSA: hda - Set parent of input beep devicesTakashi Iwai2015-02-261-0/+1
* ALSA: hda - Decouple PCM and hwdep devices from codec objectTakashi Iwai2015-02-231-1/+0
* ALSA: hda - More kerneldoc commentsTakashi Iwai2014-10-291-0/+38
* ALSA: hda - Fix registration of beep input deviceTakashi Iwai2014-02-281-8/+25
* ALSA: hda - Make codec object as a parent for input beep devicesTakashi Iwai2014-02-271-1/+1
* ALSA: hda - Replace with standard printkTakashi Iwai2014-02-251-1/+1
* ALSA: hda - Remove dependency on bus->pci in hda_beep.cTakashi Iwai2014-02-151-2/+1
* ALSA: hda - Kill EXPORT_SYMBOL_HDA()Takashi Iwai2013-12-191-5/+5
* ALSA: hda - Add a fallthru commentTakashi Iwai2013-10-291-0/+1
* ALSA: hda - Remove OOM message after input_allocate_deviceJoe Perches2013-10-241-3/+1
* ALSA: hda - Make the resume of digital beep setup properTakashi Iwai2013-03-181-1/+1
* ALSA: hda - Fix power-saving during playing beep soundTakashi Iwai2013-03-181-11/+26
* ALSA: hda - Fix 'Beep Playback Switch' with no underlying mute switchDavid Henningsson2012-08-141-2/+11
* ALSA: hda - Fix panned "Beep Playback Switch"David Henningsson2012-08-101-6/+14
* ALSA: hda - Avoid possible race of beep on/offTakashi Iwai2012-07-031-2/+3
* ALSA: hda - Get rid of superfluous beep->mode fieldTakashi Iwai2012-07-031-8/+6
* ALSA: hda - Move beep helper functions to hda_beep.cTakashi Iwai2012-07-031-0/+28
* ALSA: hda - Remove beep_mode=2Takashi Iwai2012-07-031-36/+1
* sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker2011-10-311-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ALSA: hda - Fix Oops at reloading beep devicesTakashi Iwai2009-12-271-3/+7
* ALSA: hda - Don't cache beep controlsTakashi Iwai2009-12-271-3/+3
* ALSA: hda - Fix beep_mode option valueTakashi Iwai2009-11-161-1/+3
* ALSA: hda - add beep_mode module parameterJaroslav Kysela2009-11-161-5/+16
* ALSA: hda: beep - add missing cancel_delayed_workJaroslav Kysela2009-11-161-0/+1
* ALSA: hda_intel: Digital PC Beep - delay input device unregistrationJaroslav Kysela2009-11-161-15/+27
* ALSA: hda_intel: Digital PC Beep - change behaviour for input layerJaroslav Kysela2009-11-161-18/+70
* Merge branch 'fix/hda' into topic/hdaTakashi Iwai2009-07-091-4/+7
|\
| * ALSA: hda - fix beep tone calculation for IDT/STAC codecsPaul Vojta2009-07-091-4/+7
* | ALSA: hda - Check "beep" hintTakashi Iwai2009-06-291-0/+4
|/
* ALSA: hda - Fix digital beep tone calculationTakashi Iwai2009-05-191-11/+44
* ALSA: hda - Clear codec->beep at releaseTakashi Iwai2009-02-061-0/+1
* ALSA: hda - Use own workqueueTakashi Iwai2009-01-121-1/+0
* ALSA: hda - Don't export symbols when built-in kernelTakashi Iwai2008-11-281-2/+2
* ALSA: hda - Modularize HD-audio driverTakashi Iwai2008-11-271-0/+2
* ALSA: hda - Missing NULL check in hda_beep.cTakashi Iwai2008-11-131-0/+4
* ALSA: hda - Add digital beep playback switch for STAC/IDT codecsTakashi Iwai2008-11-131-0/+4
* ALSA: hda - use input_free_device()Takashi Iwai2008-07-291-1/+1
* ALSA: hda: digital pc-beep support hd-audio codecsMatthew Ranostay2008-07-201-0/+134