aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2014-03-10Merge branch 'topic/pcm' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown10-92/+122
2014-03-06ASoC: core: use regmap's parse_val to do endian translationNenghua Cao1-5/+29
2014-03-06Merge tag 'parse-val' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Mark Brown42-702/+1133
2014-03-06ASoC: Move ignore_pmdown_time from CODEC to componentLars-Peter Clausen2-9/+5
2014-03-06ASoC: Move active count from CODEC to componentLars-Peter Clausen1-6/+4
2014-03-06ASoC: Add component pointer to the DAI structLars-Peter Clausen1-6/+12
2014-03-06ASoC: Add helper function to check whether a CODEC is activeLars-Peter Clausen7-9/+9
2014-03-06ASoC: Fix active count tracking for CODEC to CODEC linksLars-Peter Clausen1-2/+6
2014-03-06ASoC: Add helper functions for PCM runtime 'active' managementLars-Peter Clausen2-72/+76
2014-03-06ASoC: Handle ignore_pmdown_time for CODEC to CODEC linksLars-Peter Clausen2-4/+26
2014-03-04ASoC: cache: Do the codec->reg_cache zero pionter checkXiubo Li1-6/+7
2014-03-04ASoC: core: fix coccinelle warningsNenghua Cao1-2/+2
2014-01-31Merge tag 'sound-fix-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds31-565/+934
2014-01-31ALSA: hda/hdmi - allow PIN_OUT to be dynamically enabledStephen Warren1-4/+36
2014-01-30ALSA: hda - add headset mic detect quirks for another Dell laptopHui Wang1-0/+1
2014-01-30Merge branch 'xonar-dg' of git://git.alsa-project.org/alsa-kprivate into for-...Takashi Iwai9-501/+713
2014-01-29Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+27
2014-01-29ALSA: oxygen: Xonar DG(X): cleanup and minor changesRoman Volkov3-33/+11
2014-01-29ALSA: oxygen: Xonar DG(X): modify high-pass filter controlRoman Volkov1-2/+6
2014-01-29ALSA: oxygen: Xonar DG(X): modify input select functionsRoman Volkov2-25/+30
2014-01-29ALSA: oxygen: Xonar DG(X): modify capture volume functionsRoman Volkov2-8/+26
2014-01-29ALSA: oxygen: Xonar DG(X): use headphone volume controlRoman Volkov1-32/+83
2014-01-29ALSA: oxygen: Xonar DG(X): modify playback output selectRoman Volkov3-33/+47
2014-01-29ALSA: oxygen: Xonar DG(X): capture from I2S channel 1, not 2Roman Volkov1-1/+1
2014-01-29ALSA: oxygen: Xonar DG(X): move the mixer code into another fileRoman Volkov4-364/+411
2014-01-29ALSA: oxygen: modify CS4245 register dumping functionRoman Volkov1-3/+4
2014-01-29ALSA: oxygen: modify adjust_dg_dac_routing functionRoman Volkov2-24/+22
2014-01-29ALSA: oxygen: Xonar DG(X): modify DAC/ADC parameters functionRoman Volkov1-20/+38
2014-01-29ALSA: oxygen: Xonar DG(X): modify initialization functionsRoman Volkov2-65/+42
2014-01-29ALSA: oxygen: Xonar DG(X): add new CS4245 SPI functionsRoman Volkov3-4/+73
2014-01-29ALSA: oxygen: additional definitions for the Xonar DG/DGX cardRoman Volkov2-14/+23
2014-01-29ALSA: oxygen: change description of the xonar_dg.c fileRoman Volkov1-5/+13
2014-01-29ALSA: oxygen: export oxygen_update_dac_routing symbolRoman Volkov1-0/+1
2014-01-29ALSA: oxygen: add mute mask for the OXYGEN_PLAY_ROUTING registerRoman Volkov1-0/+1
2014-01-29ALSA: oxygen: modify the SPI writing functionRoman Volkov2-12/+7
2014-01-29ALSA: oxygen: add the separate SPI waiting functionRoman Volkov1-0/+18
2014-01-29ALSA: hda - Add parameter for dumping processing coefficientsDavid Henningsson2-2/+33
2014-01-29Merge tag 'asoc-v3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Takashi Iwai16-29/+89
2014-01-27Merge remote-tracking branches 'asoc/fix/arizona', 'asoc/fix/fsl', 'asoc/fix/...Mark Brown245-9982/+10043
2014-01-27ASoC: tlv320aic32x4: Fix MICPGA input configurationMarkus Pargmann2-4/+8
2014-01-27ASoC: tlv320aic32x4: Fix mono playbackMarkus Pargmann2-7/+12
2014-01-25ALSA: hda - Fix silent output on MacBook Air 1,1Adrien Vergé1-1/+18
2014-01-24ASoC: samsung: Remove dma.h inclusionSachin Kamat1-2/+0
2014-01-24ASoC: samsung: Add NULL check in i2s.cSachin Kamat1-1/+2
2014-01-24ASoC: Samsung: Fix build error due to missing dependencySachin Kamat1-1/+1
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-135/+171
2014-01-23ASoC: core: set_tdm_slot() will return -ENOTSUPP if no operation providedXiubo Li1-1/+1
2014-01-23ASoC: samsung: Fix Kconfig dependencySachin Kamat1-1/+1
2014-01-23ASoC: wm5100: Export wm5100_detectSachin Kamat1-0/+2
2014-01-23ALSA: Refactor slot assignment codeTakashi Iwai1-27/+30