aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/asound.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-20ALSA: hda - Advertise MODALIAS in ueventThierry Reding1-0/+12
2015-10-20ALSA: hda - convert to hda_device_idTakashi Iwai14-595/+407
2015-10-20ALSA: hda - Add hdaudio bus modalias supportSubhransu S. Prusty1-0/+8
2015-10-20ALSA: hda - Add a common helper to give the codec modalias stringTakashi Iwai2-0/+16
2015-10-20ALSA: hda - Add hduadio support to DEVTABLESubhransu S. Prusty5-11/+32
2015-10-20ALSA: hda - Add api_version to hda_device_id structTakashi Iwai1-0/+1
2015-10-19ALSA: firewire-tascam: off by one in identify_model()Dan Carpenter1-1/+1
2015-10-19ALSA: USB-audio: Remove mixer entry from Zoom R16/24 quirkRicard Wanderlof1-7/+0
2015-10-19ALSA: USB-audio: Adjust max packet size calculation for tx_length_quirkRicard Wanderlof1-2/+10
2015-10-19ALSA: USB-audio: Add quirk for Zoom R16/24 playbackRicard Wanderlof7-9/+61
2015-10-19ALSA: USB-audio: Add offset parameter to copy_to_urb()Ricard Wanderlof1-6/+6
2015-10-19ALSA: USB-audio: Break out creation of silent urbs from prepare_outbound_urb()Ricard Wanderlof1-19/+27
2015-10-19ALSA: USB-audio: Also move out hwptr_done wrap from prepare_playback_urb()Ricard Wanderlof1-3/+6
2015-10-19ALSA: USB-audio: Break out copying to urb from prepare_playback_urb()Ricard Wanderlof1-14/+21
2015-10-19ALSA: oxfw: add an entry for TASCAM FireOneTakashi Sakamoto1-0/+17
2015-10-19ALSA: oxfw: support more MIDI portsTakashi Sakamoto1-1/+1
2015-10-19ALSA: oxfw: calculating MIDI ports in stream discoverTakashi Sakamoto2-22/+37
2015-10-19ALSA: firewire-lib: avoid NULL pointer dereference after closing MIDI portTakashi Sakamoto1-1/+5
2015-10-19ALSA: firewire-digi00x/firewire-tascam: remove wrong conversion for Config ROMTakashi Sakamoto2-4/+2
2015-10-19ALSA: bebob: use correct type for __be32 dataTakashi Sakamoto1-1/+1
2015-10-19ALSA: fireworks: use u32 type for be32_to_cpup() macroTakashi Sakamoto1-1/+1
2015-10-19ALSA: dice: assign converted data to the same type of variableTakashi Sakamoto1-1/+2
2015-10-19ALSA: dice: correct variable types for __be32 dataTakashi Sakamoto1-6/+6
2015-10-18ALSA: oxfw: remove a meaningless entry from firewire MakefileTakashi Sakamoto1-1/+0
2015-10-18ALSA: fireworks/bebob/oxfw/dice: enable to make as built-inTakashi Sakamoto4-4/+4
2015-10-17ALSA: hda - Remove obsoleted documentationTakashi Iwai1-322/+0
2015-10-17ALSA: hda - Remove leftover snd_hda_bus() prototypeTakashi Iwai1-4/+0
2015-10-17ALSA: hda - Fix bogus codec address check for mixer name assignmentTakashi Iwai4-4/+4
2015-10-17ALSA: firewire-tascam: off by one in handle_midi_tx()Dan Carpenter1-1/+1
2015-10-17ALSA: firewire-tascam: fix an LED bugDan Carpenter1-1/+1
2015-10-16ALSA: timer: add config item to export PCM timer disabling for expertJie Yang5-23/+39
2015-10-16ALSA: USB-audio: Add support for Novation Nocturn MIDIcontrol surfaceRicard Wanderlof1-0/+9
2015-10-15ALSA: hda - Update mixer name for the lower codec addressTakashi Iwai3-1/+5
2015-10-15ALSA: hda - consolidate chip rename functionsTakashi Iwai7-39/+54
2015-10-15ALSA: hda - Enable widget power saving for Cirrus codecsTakashi Iwai1-0/+1
2015-10-15ALSA: hdspm: use __u8, __u32 and __u64 from linux/types.h instead of stdint.hMikko Rapeli1-22/+18
2015-10-15ALSA: emu10k1: added EMU10K1 version of DECLARE_BITMAP macro for UAPIMikko Rapeli1-3/+11
2015-10-15ALSA: oss: underflow in snd_mixer_oss_proc_write()Dan Carpenter1-1/+2
2015-10-13ALSA: usb-audio: Fix max packet size calculation for USB audioRicard Wanderlof1-2/+17
2015-10-13ALSA: hda - Fix inverted internal mic on Lenovo G50-80David Henningsson1-0/+1
2015-10-13ALSA: hdac: Explicitly add io.hVinod Koul1-0/+1
2015-10-12ALSA: firewire-tascam: change device probing processingTakashi Sakamoto1-46/+32
2015-10-12ALSA: firewire-tascam: Turn on/off FireWire LEDTakashi Sakamoto2-0/+16
2015-10-12ALSA: firewire-tascam: add support for MIDI functionalityTakashi Sakamoto4-1/+142
2015-10-12ALSA: firewire-tascam: add support for outgoing MIDI messages by asynchronous transactionTakashi Sakamoto2-1/+102
2015-10-12ALSA: firewire-tascam: add support for incoming MIDI messages by asynchronous transactionTakashi Sakamoto4-1/+213
2015-10-11ALSA: firewire-digi00x: add support for MIDI ports for physical controlsTakashi Sakamoto1-16/+45
2015-10-11ALSA: firewire-digi00x: add support of asynchronous transaction for outgoing MIDI messages to physical controlsTakashi Sakamoto2-4/+26
2015-10-11ALSA: firewire-digi00x: add support of asynchronous transaction for incoming MIDI messages from physical controlsTakashi Sakamoto2-3/+41
2015-10-11ALSA: firewire-digi00x: add support for MIDI ports corresponding to isochronous packet streamingTakashi Sakamoto5-1/+140