summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: usb-audio: Prevent printk ratelimiting from spamming kernel log while D...Sander Eikelenboom2014-07-091-3/+3
* ALSA: usb-audio: Suppress repetitive debug messages from retire_playback_urb()Tim Gardner2014-07-091-1/+2
* ALSA: hda - hdmi: call overridden init on resumePierre Ossman2014-07-061-1/+1
* ALSA: usb-audio: Fix races at disconnection and PCM closingTakashi Iwai2014-07-063-6/+25
* ALSA: control: Make sure that id->index does not overflowLars-Peter Clausen2014-06-261-0/+3
* ALSA: control: Handle numid overflowLars-Peter Clausen2014-06-261-0/+4
* ALSA: control: Don't access controls outside of protected regionsLars-Peter Clausen2014-06-261-5/+10
* ALSA: control: Fix replacing user controlsLars-Peter Clausen2014-06-261-16/+9
* ALSA: control: Protect user controls against concurrent accessLars-Peter Clausen2014-06-262-6/+26
* ALSA: hda - Add quirk for external mic on Lifebook U904David Henningsson2014-06-261-0/+9
* ALSA: hda/realtek - Add more entry for enable HP mute ledKailang Yang2014-06-261-0/+14
* ALSA: hda/realtek - Add support of ALC891 codecKailang Yang2014-06-261-0/+1
* ASoC: tlv320aci3x: Fix custom snd_soc_dapm_put_volsw_aic3x() functionPeter Ujfalusi2014-06-261-1/+1
* ASoC: max98090: Fix reset at resume timeLiam Girdwood2014-06-261-0/+3
* ASoC: dapm: Make sure to always update the DAPM graph in _put_volsw()Lars-Peter Clausen2014-06-261-13/+10
* ALSA: hda/realtek - Fix COEF widget NID for ALC260 replacer fixupTakashi Iwai2014-06-111-2/+2
* ALSA: hda/realtek - Correction of fixup codes for PB V7900 laptopRonan Marquet2014-06-111-4/+2
* ALSA: hda/analog - Fix silent output on ASUS A8JNTakashi Iwai2014-06-111-0/+1
* ASoC: wm8962: Update register CLASS_D_CONTROL_1 to be non-volatileCharles Keepax2014-06-072-3/+16
* ASoC: dapm: Skip CODEC<->CODEC links in connect_dai_link_widgets()Lars-Peter Clausen2014-06-071-2/+5
* ALSA: hda - Fix onboard audio on Intel H97/Z97 chipsetsTakashi Iwai2014-06-071-0/+3
* ALSA: hda - hdmi: Set converter channel count even without sinkAnssi Hannula2014-06-071-1/+3
* ALSA: usb-audio: work around corrupted TEAC UD-H01 feedback dataClemens Ladisch2014-06-072-1/+15
* ASoC: dapm: Fix widget double free with auto-disable DAPM kcontrolJarkko Nikula2014-05-131-1/+0
* ALSA: hda/realtek - Add headset Mic support for Dell machineKailang Yang2014-05-061-0/+2
* ALSA: hda/realtek - Add support of ALC288 codecKailang Yang2014-05-061-0/+2
* ALSA: hda - Fix silent speaker output due to mute LED fixupTakashi Iwai2014-05-061-2/+3
* ALSA: ice1712: Fix boundary checks in PCM pointer opsTakashi Iwai2014-05-061-5/+10
* ALSA: hda - Enable beep for ASUS 1015EW. Trevor King2014-05-061-0/+1
* ALSA: hda - add headset mic detect quirks for three Dell laptopsHui Wang2014-05-061-0/+3
* ALSA: hda/realtek - Restore default value for ALC283Kailang Yang2014-05-061-0/+85
* ASoC: cs42l73: Fix mask bits for SOC_VALUE_ENUM_SINGLEBrian Austin2014-05-061-3/+3
* ASoC: cs42l52: Fix mask bits for SOC_VALUE_ENUM_SINGLEBrian Austin2014-05-061-4/+4
* ASoC: cs42l51: Fix SOC_DOUBLE_R_SX_TLV shift values for ADC, PCM, and Analog ...Brian Austin2014-05-061-5/+4
* ASoC: pcm: Drop incorrect double/extra freesMark Brown2014-05-061-3/+0
* Revert "ALSA: hda - Increment default stream numbers for AMD HDMI controllers"Takashi Iwai2014-04-141-2/+2
* ALSA: compress: Pass through return value of open ops callbackCharles Keepax2014-03-191-1/+1
* ALSA: oxygen: Xonar DG(X): fix Stereo Upmixing regressionClemens Ladisch2014-03-181-6/+24
* Merge tag 'asoc-v3.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Takashi Iwai2014-03-114-2/+10
|\
| *---. Merge remote-tracking branches 'asoc/fix/88pm860', 'asoc/fix/omap' and 'asoc/...Mark Brown2014-03-103-2/+7
| |\ \ \
| | | | * ASoC: si476x: Fix IO setupLars-Peter Clausen2014-03-101-1/+1
| | | * | ASoC: n810: fix init with DT bootAaro Koskinen2014-03-041-1/+3
| | | |/
| | * / ASoC: 88pm860: Fix IO setupLars-Peter Clausen2014-03-101-0/+3
| | |/
| * | Merge remote-tracking branch 'asoc/fix/pcm' into asoc-linusMark Brown2014-03-101-0/+3
| |\ \
| | * | ASoC: pcm: free path list before exiting from error conditionsPatrick Lai2014-03-051-0/+3
| | |/
* | / ALSA: hda - Fix loud click noise with IdeaPad 410YTakashi Iwai2014-03-071-0/+19
|/ /
* | ALSA: usb-audio: Add quirk for Logitech Webcam C500Takashi Iwai2014-03-051-0/+1
* | ALSA: hda - Use analog beep for Thinkpads with AD1984 codecsTakashi Iwai2014-03-051-0/+3
* | ALSA: hda - Add missing loopback merge path for AD1884/1984 codecsTakashi Iwai2014-03-051-0/+1
* | ALSA: hda - add automute fix for another dell AIO modelHui Wang2014-03-041-1/+1