summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ASoC: switch over to use snd_soc_register_component() on au1x ac97cKuninori Morimoto2013-03-261-2/+7
* ASoC: switch over to use snd_soc_register_component() on au1x psc-i2sKuninori Morimoto2013-03-261-2/+7
* ASoC: switch over to use snd_soc_register_component() on au1x psc-ac97Kuninori Morimoto2013-03-261-2/+7
* ASoC: switch over to use snd_soc_register_component() on au1x i2scKuninori Morimoto2013-03-261-2/+7
* ASoC: switch over to use snd_soc_register_component() on atmel sscKuninori Morimoto2013-03-261-3/+8
* ASoC: switch over to use snd_soc_register_component() on mpc5200 ac97Kuninori Morimoto2013-03-261-2/+6
* ASoC: switch over to use snd_soc_register_component() on dw i2sKuninori Morimoto2013-03-261-2/+7
* ASoC: switch over to use snd_soc_register_component() on davinci mcaspKuninori Morimoto2013-03-261-5/+10
* ASoC: switch over to use snd_soc_register_component() on davinci vcifKuninori Morimoto2013-03-261-3/+8
* ASoC: switch over to use snd_soc_register_component() on davinci i2sKuninori Morimoto2013-03-261-5/+10
* ASoC: snd_soc_register_component() uses properly snd_soc_register_dai[s]()Kuninori Morimoto2013-03-261-1/+9
* Merge branch 'topic/pxa' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2013-03-269-30/+90
|\
| * ASoC: pxa2xx-ac97: move EXPORT_SYMBOL_GPL() next to definitionKuninori Morimoto2013-03-221-2/+1
| * 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
* | ASoC: fsi: use snd_soc_register_component() instead of snd_soc_register_dais()Kuninori Morimoto2013-03-151-4/+8
* | ASoC: add snd_soc_register_component()Kuninori Morimoto2013-03-131-0/+77
|/
* 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
* Merge tag 'asoc-v3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai2013-03-076-18/+29
|\
| * Merge remote-tracking branch 'asoc/fix/wm8960' into tmpMark Brown2013-03-071-4/+4
| |\
| | * ASoC: wm8960: Fix ADC power bitsMark Brown2013-03-011-2/+2
| | * ASoC: wm8960: Correct register 0 and 1 defaultsMark Brown2013-03-011-2/+2
| * | Merge remote-tracking branch 'asoc/fix/wm8350' into tmpMark Brown2013-03-071-2/+2
| |\ \
| | * | ASoC: wm8350: Use jiffies rather than msecs in schedule_delayed_work()Axel Lin2013-03-031-2/+2
| | |/
| * | Merge remote-tracking branch 'asoc/fix/tegra' into tmpMark Brown2013-03-072-2/+2
| |\ \
| | * | ASoC: tegra: fix I2S bit count maskStephen Warren2013-03-052-2/+2
| * | | Merge remote-tracking branch 'asoc/fix/arizona' into tmpMark Brown2013-03-072-10/+21
| |\ \ \ | | |/ / | |/| |
| | * | ASoC: wm5102: Apply a SYSCLK patch for later revsMark Brown2013-03-061-0/+11
| | * | ASoC: wm5110: Correct OUT2/3 volume and switch namesCharles Keepax2013-03-011-8/+8
| | * | ASoC: wm5102: Correct OUT2 volume and switch namesCharles Keepax2013-03-011-2/+2
* | | | ALSA: vmaster: Fix slave change notificationTakashi Iwai2013-03-051-1/+4
* | | | ALSA: seq: seq_oss_event: missing range checksDan Carpenter2013-03-041-2/+12
|/ / /
* | | Merge tag 'sound-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2013-02-276-17/+57
|\ \ \
| * | | ALSA: emu10k1: Allow to switch hardware sampe rate on EMUMihail Zenkov2013-02-251-2/+6
| * | | ALSA: hda - Enable beep for ASUS EeeBox EBP1501PTakashi Iwai2013-02-251-0/+1
| * | | ALSA: emu10k1: Load firmware when it was already cachedFlorian Zeitz2013-02-251-5/+6
| * | | ALSA: ice1724: M-Audio Audiophile192: Fix SPDIF inputJonas Petersen2013-02-251-13/+24
| * | | ALSA: bt87x: Make load_all parameter working againTakashi Iwai2013-02-251-2/+17