summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* 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
* ALSA: emu10k1: Fix regression in emu1010 firmware loadingMihail Zenkov2013-02-221-0/+5
* ALSA: hda - hdmi: Make jacks phantom, if they're not detectableDavid Henningsson2013-02-221-0/+3
* ALSA: hda - hdmi: Notify userspace when ELD control changesDavid Henningsson2013-02-191-2/+12
* ALSA: hda - hdmi: Protect ELD bufferDavid Henningsson2013-02-193-13/+47
* ALSA: hda - hdmi: Refactor hdmi_eld into parsed_hdmi_eldDavid Henningsson2013-02-193-44/+57
* ALSA: hda - hdmi: Do not expose eld data when eld is invalidDavid Henningsson2013-02-191-7/+18
* ALSA: hda - hdmi: ELD shouldn't be valid after unplugDavid Henningsson2013-02-191-0/+1
* ALSA: hda - Fix the silent speaker output on Fujitsu S7020 laptopTakashi Iwai2013-02-181-1/+7
* ALSA: hda - add quirks for mute LED on two HP machinesDavid Henningsson2013-02-181-0/+19
* ALSA: usb/quirks, fix out-of-bounds accessJiri Slaby2013-02-171-1/+1
* Merge tag 'asoc-3.9-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Takashi Iwai2013-02-1610-40/+2151
|\
| * Merge remote-tracking branch 'asoc/topic/da7213' into asoc-nextMark Brown2013-02-144-0/+2128
| |\
| | * ASoC: codecs: Add da7213 codecAdam Thomson2013-02-144-0/+2128
| * | Merge remote-tracking branch 'asoc/topic/wm8994' into asoc-nextMark Brown2013-02-121-5/+5
| |\ \
| | * | ASoC: wm8994: Fix variable double useMark Brown2012-12-071-5/+5
| * | | Merge remote-tracking branch 'asoc/topic/omap' into asoc-nextMark Brown2013-02-121-4/+0
| |\ \ \
| | * | | ASoC: omap-mcpdm: Remove useless ressource get.Sebastien Guiriec2013-02-111-4/+0
| | | |/ | | |/|
| * | | Merge remote-tracking branch 'asoc/topic/fsl' into asoc-nextMark Brown2013-02-121-1/+1
| |\ \ \
| | * | | ASoC: fsl: imx-audmux: Fix sparse warningFabio Estevam2013-02-111-1/+1
| | |/ /
| * | | ASoC: arizona: Automatically manage input mutesMark Brown2013-02-123-30/+17
* | | | ALSA: au88x0 - Define channel map for au88x0Raymond Yau2013-02-141-0/+23
* | | | ALSA: compress: add support for gapless playbackJeeja KP2013-02-141-0/+96
* | | | ALSA: hda - Remove speaker clicks on CX20549David Henningsson2013-02-141-0/+1
* | | | ALSA: hda - Disable runtime PM for Intel 5 Series/3400Takashi Iwai2013-02-141-1/+1
* | | | ALSA: hda - Increase badness for missing multi-ioTakashi Iwai2013-02-131-1/+1
* | | | ALSA: hda - Fix broken workaround for HDMI/SPDIF conflictsTakashi Iwai2013-02-122-23/+23
* | | | ALSA: hda/ca0132 - Add missing \n to debug printsTakashi Iwai2013-02-121-75/+75
* | | | ALSA: hda/ca0132 - Fix type of INVALID_CHIP_ADDRESSTakashi Iwai2013-02-122-3/+3
* | | | ALSA: hda - update documentation for no-primary-hp fixupFernando Luis Vázquez Cao2013-02-121-1/+2
* | | | ALSA: hda - Workaround for silent output on Sony Vaio VGC-LN51JGB with ALC889Fernando Luis Vázquez Cao2013-02-121-0/+1
* | | | ALSA: ali5451: remove irq enabling in pointer callbackDenis Efremov2013-02-111-1/+1
* | | | ALSA: rme32.c irq enabling after spin_lock_irqDenis Efremov2013-02-111-1/+1
* | | | ALSA: core: don't return uninitialized snd_compr_tstampRichard Fitzgerald2013-02-111-6/+12
* | | | ALSA: hda/ca0132 - Slight optimization for build with DSPTakashi Iwai2013-02-111-0/+4
* | | | Merge tag 'asoc-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai2013-02-1179-1743/+6955
|\| | |
| * | | Merge remote-tracking branch 'asoc/topic/wm8993' into asoc-nextMark Brown2013-02-111-19/+22
| |\ \ \
| | * | | ASoC: wm8993: Refactor set_pll code to avoid GCC warningsFabio Estevam2012-12-241-19/+22
| * | | | Merge remote-tracking branch 'asoc/topic/wm8985' into asoc-nextMark Brown2013-02-111-23/+20
| |\ \ \ \
| | * | | | ASoC: wm8985: Refactor set_pll code to avoid gcc warningsFabio Estevam2012-12-271-23/+20
| | |/ / /
| * | | | Merge remote-tracking branch 'asoc/topic/wm8962' into asoc-nextMark Brown2013-02-111-17/+20
| |\ \ \ \
| | * | | | ASoC: wm8962: Unconditionally wait for the FLL to lockMark Brown2012-12-241-14/+12
| | * | | | ASoC: wm8962: Convert to devm_input_allocate_device()Mark Brown2012-12-241-3/+1
| | * | | | ASoC: wm8962: Add device tree supportFabio Estevam2012-12-241-0/+7
| | |/ / /
| * | | | Merge remote-tracking branch 'asoc/topic/wm8804' into asoc-nextMark Brown2013-02-111-3/+0
| |\ \ \ \
| | * | | | ASoC: wm8804: Remove redundant checkFabio Estevam2012-12-241-3/+0
| | |/ / /
| * | | | Merge remote-tracking branch 'asoc/topic/wm8350' into asoc-nextMark Brown2013-02-111-6/+4
| |\ \ \ \