summaryrefslogtreecommitdiffstats
path: root/sound/pci
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ALSA: lola: Deletion of an unnecessary check before the function call "vfree"Markus Elfring2014-11-171-2/+1Star
| * | | | ALSA: ice17xx: Deletion of unnecessary checks before the function call "snd_a...Markus Elfring2014-11-172-4/+2Star
| * | | | ALSA: hda: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-172-4/+2Star
| * | | | ALSA: ice1712: consider error valueSudip Mukherjee2014-11-141-1/+3
| * | | | ALSA: ice1712: remove unused variableSudip Mukherjee2014-11-141-2/+1Star
| * | | | ALSA: ice1712: remove unneeded return statementSudip Mukherjee2014-11-146-34/+12Star
| * | | | ALSA: Fix invalid kerneldoc markersTakashi Iwai2014-11-113-26/+26
| * | | | ALSA: mixart: Fix kerneldoc commentsTakashi Iwai2014-11-111-4/+5
| * | | | ALSA: hda - Fix kerneldoc errors in patch_ca0132.cTakashi Iwai2014-11-111-5/+6
| * | | | ALSA: vx: Fix missing kerneldoc parameter descriptionsTakashi Iwai2014-11-111-0/+5
| * | | | ALSA: pcm: Add snd_pcm_stop_xrun() helperTakashi Iwai2014-11-093-10/+3Star
| * | | | Merge branch 'for-linus' into for-nextTakashi Iwai2014-11-052-33/+53
| |\ \ \ \
| * | | | | ALSA: echoaudio: cleanup of unnecessary messagesSudip Mukherjee2014-11-0518-110/+0Star
| * | | | | ALSA: emu10k1: Deletion of unnecessary checks before three function callsMarkus Elfring2014-11-032-8/+4Star
| * | | | | ALSA: echoaudio: remove all snd_printkSudip Mukherjee2014-11-0321-283/+327
| * | | | | ALSA: echoaudio: add reference of struct echoaudioSudip Mukherjee2014-11-033-7/+9
| * | | | | Merge branch 'topic/kerneldoc' into for-nextTakashi Iwai2014-10-311-29/+135
| |\ \ \ \ \
| | * | | | | ALSA: hda - Add kerneldoc comments to hda_generic.cTakashi Iwai2014-10-301-29/+135
| * | | | | | Merge branch 'topic/kerneldoc' into for-nextTakashi Iwai2014-10-307-25/+443
| |\| | | | |
| | * | | | | ALSA: hda - More kerneldoc commentsTakashi Iwai2014-10-296-19/+297
| | * | | | | ALSA: hda - Correct kerneldoc commentsTakashi Iwai2014-10-294-6/+146
| * | | | | | ALSA: es1968: Replace timeval with ktime_tTina Ruchandani2014-10-301-9/+6Star
| * | | | | | ALSA: hdspm: remove unused variableSudip Mukherjee2014-10-291-20/+3Star
| |/ / / / /
| * | | | | ALSA: au88x0: Kill the rest snd_print*()Takashi Iwai2014-10-281-1/+1
| * | | | | ALSA: pcxhr: Kill the rest snd_print*()Takashi Iwai2014-10-281-21/+21
| * | | | | ALSA: ctxfi: Kill the rest snd_print*()Takashi Iwai2014-10-282-4/+6
| * | | | | ALSA: pcxhr: convert timeval to ktime_tAya Mahfouz2014-10-282-8/+12
| * | | | | ALSA: hda - Pass printf argument directly to request_module()Takashi Iwai2014-10-271-6/+4Star
| * | | | | Merge branch 'for-linus' into for-nextTakashi Iwai2014-10-273-10/+12
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'topic/enum-info-cleanup' into for-nextTakashi Iwai2014-10-2233-816/+264Star
| |\ \ \ \ \ \
| | * | | | | | ALSA: via82xx: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-8/+2Star
| | * | | | | | ALSA: sonicvibes: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-8/+2Star
| | * | | | | | ALSA: rme9652: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-40/+18Star
| | * | | | | | ALSA: hdspm: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-12/+1Star
| | * | | | | | ALSA: hdsp: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-118/+57Star
| | * | | | | | ALSA: rme96: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-41/+21Star
| | * | | | | | ALSA: rme32: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-24/+10Star
| | * | | | | | ALSA: pcxhr: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-16/+2Star
| | * | | | | | ALSA: korg1212: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-19/+7Star
| | * | | | | | ALSA: ice1724: Use snd_ctl_enum_info()Takashi Iwai2014-10-219-137/+22Star
| | * | | | | | ALSA: ice1712: Use snd_ctl_enum_info()Takashi Iwai2014-10-212-37/+6Star
| | * | | | | | ALSA: hda: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-17/+2Star
| | * | | | | | ALSA: fm801: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-8/+2Star
| | * | | | | | ALSA: es1938: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-8/+2Star
| | * | | | | | ALSA: emu10k1: Use snd_ctl_enum_info()Takashi Iwai2014-10-212-61/+17Star
| | * | | | | | ALSA: echoaudio: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-27/+6Star
| | * | | | | | ALSA: ca0106: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-32/+8Star
| | * | | | | | ALSA: azt3328: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-9/+4Star
| | * | | | | | ALSA: aw2: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-11/+2Star
| | * | | | | | ALSA: asihpi: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-41/+5Star