summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: ctxfi: Neaten get_daio_rscJoe Perches2014-12-031-17/+13
* ALSA: hda - Drop AZX_DCAPS_ALIGN_BUFSIZETakashi Iwai2014-12-032-11/+9
* ALSA: hda - Define the DCAPS preset for the old Intel chipsetsTakashi Iwai2014-12-031-17/+20
* Merge tag 'v3.18-rc7' into for-nextTakashi Iwai2014-12-032-5/+20
|\
| * Merge tag 'sound-3.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-11-285-5/+14
| |\
| * | sound/radeon: Move 64-bit MSI quirk from arch to driverBenjamin Herrenschmidt2014-11-242-2/+9
| * | ALSA: hda - Limit 40bit DMA for AMD HDMI controllersTakashi Iwai2014-11-241-3/+11
* | | ALSA: i2sbus: Deletion of unnecessary checks before the function call "releas...Markus Elfring2014-12-031-4/+2
* | | ALSA: trident: Deletion of a check before snd_util_memhdr_free()Markus Elfring2014-12-021-2/+1
* | | ALSA: echoaudio: Deletion of a check before release_and_free_resource()Markus Elfring2014-12-021-2/+1
* | | ALSA: asihpi: Deletion of an unnecessary check before the function call "vfree"Markus Elfring2014-12-021-2/+1
* | | ALSA: dice: fix semicolon.cocci warningsFengguang Wu2014-12-011-1/+1
* | | ALSA: usb-audio: Add support for Zoom R16/24 capture and midi interfacesPanu Matilainen2014-12-012-0/+48
* | | ALSA: virmidi: Fix wrong error checkTakashi Iwai2014-11-301-1/+1
* | | ALSA: virmidi: fixed code style issuesKyle Chamberlin2014-11-291-8/+13
* | | ALSA: oxfw: Split control functionality to a new fileTakashi Sakamoto2014-11-294-277/+287
* | | ALSA: oxfw: Split PCM functionality to a new fileTakashi Sakamoto2014-11-294-240/+255
* | | ALSA: oxfw: Split stream functionality to a new file and add a header fileTakashi Sakamoto2014-11-294-109/+159
* | | ALSA: oxfw: Move to its own directoryTakashi Sakamoto2014-11-293-5/+7
* | | ALSA: speakers: Rename to oxfw and rename some membersTakashi Sakamoto2014-11-293-177/+180
* | | ALSA: dice: remove experimental stateTakashi Sakamoto2014-11-291-2/+2
* | | ALSA: dice: Add new functions for constraints of PCM parametersTakashi Sakamoto2014-11-291-44/+65
* | | ALSA: dice: Split proc interface into a fileTakashi Sakamoto2014-11-294-245/+257
* | | ALSA: dice: Split hwdep functionality into a fileTakashi Sakamoto2014-11-294-182/+195
* | | ALSA: dice: Split PCM functionality into a fileTakashi Sakamoto2014-11-295-292/+305
* | | ALSA: dice: Split stream functionality into a fileTakashi Sakamoto2014-11-294-233/+288
* | | ALSA: dice: Split transaction functionality into a fileTakashi Sakamoto2014-11-294-383/+653
* | | ALSA: dice: Move file to its own directoryTakashi Sakamoto2014-11-294-5/+6
* | | ALSA: dice: Rename structure and its membersTakashi Sakamoto2014-11-291-81/+81
* | | ALSA: dice: suppress checkpatch.pl warningsTakashi Sakamoto2014-11-291-4/+5
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2014-11-284-3/+12
|\ \ \ | | |/ | |/|
| * | ALSA: pcm: Add big-endian DSD sample formats and fix XMOS DSD sample formatJussi Laako2014-11-213-2/+12
| * | ALSA: hda - One more HP machine needs to change mute led quirkHui Wang2014-11-211-1/+0
* | | ALSA: usb-audio: Add mode select quirk for Denon/Marantz DACsJurgen Kramer2014-11-283-0/+46
* | | ALSA: usb-audio: Add native DSD support for Denon/Marantz DACsJurgen Kramer2014-11-281-0/+11
* | | ALSA: hda - Allow forcibly enabling/disabling snoopTakashi Iwai2014-11-281-15/+18
* | | ALSA: hda - Add AZX_DCAPS_SNOOP_OFF (and refactor snoop setup)Takashi Iwai2014-11-282-36/+47
* | | Merge branch 'topic/usb-resume' into for-nextTakashi Iwai2014-11-2725-578/+871
|\ \ \
| * | | ALSA: usb-audio: Add resume support for Scarlett mixersTakashi Iwai2014-11-211-14/+51
| * | | ALSA: usb-audio: Add resume support for MicroII SPDIF ctlsTakashi Iwai2014-11-211-42/+93
| * | | ALSA: usb-audio: Add resume support for FTU controlsTakashi Iwai2014-11-211-140/+54
| * | | ALSA: usb-audio: Add resume support for Native Instruments controlsTakashi Iwai2014-11-211-47/+52
| * | | ALSA: usb-audio: Add Digidesign Mbox 1 resume supportTakashi Iwai2014-11-211-23/+29
| * | | ALSA: usb-audio: Add Xonar U1 resume supportTakashi Iwai2014-11-212-30/+38
| * | | ALSA: usb-audio: Add Emu0204 channel switch resume supportTakashi Iwai2014-11-211-38/+46
| * | | ALSA: usb-audio: Add audigy2nx resume supportTakashi Iwai2014-11-212-57/+92
| * | | ALSA: usb-audio: Allow quirks to handle own resume and proc dumpTakashi Iwai2014-11-214-88/+114
| * | | ALSA: usb-audio: Refactor ignore_ctl_error checksTakashi Iwai2014-11-201-23/+16
| * | | Merge branch 'for-linus' into test/usb-resumeTakashi Iwai2014-11-2023-85/+295
| |\| |
| | * | ALSA: usb-audio: Use snd_usb_ctl_msg() for Native Instruments quirkTakashi Iwai2014-11-201-2/+2
| | |/