summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2016-04-12ALSA: hda - Implement loopback control switch for Realtek and other codecsTakashi Iwai1-19/+68
2016-04-12ALSA: usb-audio: Set correct type for some UAC2 mixer controls.Johan Rastén1-3/+3
2016-04-12ALSA: hda - Fixup inverted internal mic for Lenovo E50-80David Henningsson1-0/+8
2016-03-22ASoC: wm_adsp: Fix enum ctl accesses in a wrong typeTakashi Iwai1-4/+4
2016-03-21ASoC: wm8994: Fix enum ctl accesses in a wrong typeTakashi Iwai1-2/+2
2016-03-21ASoC: wm8958: Fix enum ctl accesses in a wrong typeTakashi Iwai1-4/+4
2016-03-13ALSA: hda - Fix mic issues on Acer Aspire E1-472Simon South1-0/+1
2016-03-11ALSA: seq: oss: Don't drain at closing a clientTakashi Iwai3-19/+0
2016-03-11ALSA: usb-audio: Add a quirk for Plantronics DA45Dennis Kadioglu1-0/+1
2016-03-11ALSA: hdsp: Fix wrong boolean ctl value accessesTakashi Iwai1-2/+2
2016-03-11ALSA: hdspm: Fix zero-divisionTakashi Iwai1-0/+8
2016-03-11ALSA: hdspm: Fix wrong boolean ctl value accessesTakashi Iwai1-4/+4
2016-03-11ALSA: timer: Fix ioctls for X32 ABITakashi Iwai1-0/+13
2016-03-11ALSA: timer: Fix broken compat timer user status ioctlTakashi Iwai1-2/+3
2016-03-11ALSA: rawmidi: Fix ioctls X32 ABITakashi Iwai1-0/+53
2016-03-11ALSA: ctl: Fix ioctls for X32 ABITakashi Iwai1-16/+74
2016-03-11ALSA: hda - Fix headset support and noise on HP EliteBook 755 G2Takashi Iwai1-0/+8
2016-03-11ALSA: hda - Fixup speaker pass-through control for nid 0x14 on ALC225Sasha Levin1-0/+25
2016-03-11ALSA: hda/realtek - Support Dell headset mode for ALC225Kailang Yang1-0/+9
2016-03-11ALSA: hda - Fixing background noise on Dell Inspiron 3162Kai-Heng Feng1-0/+8
2016-03-11ALSA: hda - Add mic mute hotkey quirk for Lenovo ThinkCentre AIOKailang1-13/+71
2016-03-11ALSA: hda - Fixing speaker noise on the two latest thinkpad modelsHui Wang1-0/+9
2016-03-11ALSA: hda - Fix headphone noise after Dell XPS 13 resume back from S3Sasha Levin1-0/+13
2016-03-11ALSA: hda/realtek - Dell XPS one ALC3260 speaker no sound after resume backKailang Yang1-0/+13
2016-03-11ALSA: hda/realtek - Support Dell headset mode for ALC298Kailang Yang1-0/+26
2016-03-11ALSA: hda/realtek - Support Dell headset mode for ALC288Kailang Yang1-0/+67
2016-03-11ALSA: hda - Enable docking station for an HP machineTienFu Chen1-0/+13
2016-03-11ALSA: hda - Enable mic mute hotkey and LEDs for an HP machineDavid Henningsson1-0/+88
2016-03-11ALSA: hda/realtek - Supported HP mute Led for ALC286Kailang Yang1-0/+27
2016-03-11ALSA: hda/realtek - Clean up mute/mic GPIO LED handlingTakashi Iwai1-41/+40
2016-03-04ALSA: pcm: Fix rwsem deadlock for non-atomic PCM streamTakashi Iwai1-2/+14
2016-03-04ALSA: pcm: More kerneldoc updatesTakashi Iwai2-2/+66
2016-03-04ALSA: seq: Fix double port list deletionTakashi Iwai1-5/+8
2016-03-04ALSA: seq: Fix leak of pool buffer at concurrent writesTakashi Iwai1-4/+9
2016-03-04ALSA: seq: Drop superfluous error/debug messages after malloc failuresTakashi Iwai6-21/+7
2016-03-04ALSA: usb-audio: avoid freeing umidi object twiceAndrey Konovalov1-1/+0
2016-03-04ALSA: timer: Fix race at concurrent readsTakashi Iwai1-19/+15
2016-03-04ALSA: timer: Handle disconnection more safelyTakashi Iwai1-0/+48
2016-03-04ALSA: timer: Fix race between stop and interruptTakashi Iwai1-0/+4
2016-03-04ALSA: timer: Fix wrong instance passed to slave callbacksTakashi Iwai1-1/+1
2016-03-02ALSA: dummy: Implement timer backend switching more safelyTakashi Iwai1-18/+19
2016-03-02ALSA: hda - Fix speaker output from VAIO AiO machinesTakashi Iwai1-0/+1
2016-03-02ALSA: hda - Fix static checker warning in patch_hdmi.cDavid Henningsson1-1/+2
2016-03-02ASoC: dpcm: fix the BE state on hw_freeVinod Koul1-1/+2
2016-02-28ASoC: rt5645: fix the shift bit of IN1 boostBard Liao1-1/+1
2016-02-15ALSA: timer: Fix leftover link at closingTakashi Iwai1-2/+2
2016-02-15ALSA: timer: Fix double unlink of active_listTakashi Iwai1-1/+1
2016-02-15ALSA: seq: Fix lockdep warnings due to double mutex locksTakashi Iwai2-103/+133
2016-02-15ALSA: rawmidi: Fix race at copying & updating the positionTakashi Iwai1-12/+22
2016-02-15ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai2-31/+84