summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda/generic - fix uninitialized variableJiri Slaby2013-04-051-1/+1
* Revert "ALSA: hda - Allow power_save_controller option override DCAPS"Takashi Iwai2013-04-041-4/+2
* ALSA: hda - fix typo in proc outputDavid Henningsson2013-04-041-1/+1
* ALSA: hda - Enabling Realtek ALC 671 codecRainer Koenig2013-04-041-1/+3
* ALSA: usb: Work around CM6631 sample rate change bugTorstein Hegge2013-04-031-10/+35
* ALSA: hda - bug fix on HDMI ELD debug messageMengdong Lin2013-04-021-1/+1
* ALSA: hda - bug fix on return value when getting HDMI ELD infoMengdong Lin2013-04-021-1/+1
* Merge remote-tracking branch 'asoc/fix/spear' into asoc-nextMark Brown2013-03-261-6/+6
|\
| * ASoC: spear_pcm: Update to new pcm_new() APILars-Peter Clausen2013-03-201-6/+6
* | Merge remote-tracking branch 'asoc/fix/si476x' into asoc-nextMark Brown2013-03-261-0/+1
|\ \
| * | ASoC: si476x: Add missing break for SNDRV_PCM_FORMAT_S8 switch caseAxel Lin2013-02-201-0/+1
* | | Merge remote-tracking branch 'asoc/fix/sh' into asoc-nextMark Brown2013-03-261-2/+2
|\ \ \
| * | | ASoC: dma-sh7760: Fix compile errorLars-Peter Clausen2013-03-221-2/+2
| | |/ | |/|
* | | Merge remote-tracking branch 'asoc/fix/max98090' into asoc-nextMark Brown2013-03-262-0/+0
|\ \ \
| * | | ASoC:: max98090: Remove executable bitJoe Perches2013-03-202-0/+0
| |/ /
* | | Merge remote-tracking branch 'asoc/fix/fsl' into asoc-nextMark Brown2013-03-262-1/+6
|\ \ \
| * | | ASoC: pcm030 audio fabric: remove __init from probeMarkus Pargmann2013-03-121-1/+1
| * | | ASoC: imx-ssi: Fix occasional AC97 reset failureSascha Hauer2013-03-121-0/+5
* | | | Merge remote-tracking branch 'asoc/fix/dapm' into asoc-nextMark Brown2013-03-261-0/+14
|\ \ \ \
| * | | | ASoC: dapm: Fix pointer dereference in is_connected_output_ep()Peter Ujfalusi2013-03-151-1/+0
| * | | | ASoC: dapm: Fix handling of loopsMark Brown2013-02-251-0/+15
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'asoc/fix/core' into asoc-nextMark Brown2013-03-261-4/+4
|\ \ \ \
| * | | | ASoC: core: fix invalid free of devm_ allocated dataSilviu-Mihai Popescu2013-03-201-2/+0
| * | | | ASoC: core: fix possible memory leak in snd_soc_bytes_put()Wei Yongjun2013-03-121-2/+4
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'asoc/fix/adsp' into asoc-nextMark Brown2013-03-261-2/+3
|\ \ \ \
| * | | | ASoC: wm_adsp: fix possible memory leak in wm_adsp_load_coeff()Wei Yongjun2013-03-121-2/+3
| |/ / /
* | | | ALSA: hda - Fix DAC assignment for independent HPTakashi Iwai2013-03-211-0/+46
* | | | ALSA: hda - Fix abuse of snd_hda_lock_devices() for DSP loaderTakashi Iwai2013-03-201-23/+109
* | | | ALSA: hda - Fix typo in checking IEC958 emphasis bitTakashi Iwai2013-03-201-1/+1
* | | | ALSA: snd-usb: mixer: ignore -EINVAL in snd_usb_mixer_controls()Daniel Mack2013-03-201-3/+3
* | | | ALSA: snd-usb: mixer: propagate errors up the call chainDaniel Mack2013-03-201-4/+6
* | | | ALSA: usb: Parse UAC2 extension unit like for UAC1Torstein Hegge2013-03-201-1/+4
* | | | ALSA: hda - Fix yet missing GPIO/EAPD setup in cirrus driverTakashi Iwai2013-03-181-2/+2
* | | | ALSA: hda/cirrus - Fix the digital beep registrationTakashi Iwai2013-03-181-4/+4
* | | | ALSA: hda - Fix missing beep detach in patch_conexant.cTakashi Iwai2013-03-181-1/+7
| |_|/ |/| |
* | | ALSA: hda - Fix missing EAPD/GPIO setup for Cirrus codecsTakashi Iwai2013-03-151-0/+4
* | | sound: sequencer: cap array index in seq_chn_common_event()Dan Carpenter2013-03-151-0/+6
* | | ALSA: hda/ca0132 - Remove extra setting of dsp_state.Dylan Reid2013-03-151-9/+6
* | | ALSA: hda/ca0132 - Check download state of DSP.Dylan Reid2013-03-151-2/+3
* | | ALSA: hda/ca0132 - Check if dspload_image succeeded.Dylan Reid2013-03-151-2/+6
* | | ALSA: hda - Disable IDT eapd_switch if there are no internal speakersDavid Henningsson2013-03-141-0/+29
* | | ALSA: hda - Fix snd_hda_get_num_raw_conns() to return a correct valueTakashi Iwai2013-03-121-10/+14
* | | ALSA: usb-audio: add a workaround for the NuForce UDH-100Clemens Ladisch2013-03-121-0/+15
* | | ALSA: asihpi - fix potential NULL pointer dereferenceWei Yongjun2013-03-121-1/+2
* | | ALSA: seq: Fix missing error handling in snd_seq_timer_open()Takashi Iwai2013-03-111-4/+4
|/ /
* | ALSA: ice1712: Initialize card->private_data properlySean Connor2013-03-071-0/+2
* | ALSA: hda - Add support of new codec ALC233Kailang Yang2013-03-071-0/+2
* | ALSA: hda/ca0132 - Avoid division by zero in dspxfr_one_seg()Xi Wang2013-03-071-2/+6
* | ALSA: hda - check NULL pointer when creating SPDIF PCM switchMengdong Lin2013-03-071-2/+7
* | ALSA: hda - check NULL pointer when creating SPDIF controlsMengdong Lin2013-03-071-0/+2
OpenPOWER on IntegriCloud