summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: fireworks: Add transaction and some commandsTakashi Sakamoto2014-05-266-7/+751
* ALSA: fireworks: Add skelton for Fireworks based devicesTakashi Sakamoto2014-05-265-0/+240
* ALSA: firewire-lib: Add some AV/C general commandsTakashi Sakamoto2014-05-265-49/+194
* ALSA: firewire-lib: Add support for deferred transactionTakashi Sakamoto2014-05-261-7/+28
* ALSA: firewire-lib: Add a new function to check others' connectionTakashi Sakamoto2014-05-262-0/+19
* ALSA: firewire-lib: Add handling output connection by CMPTakashi Sakamoto2014-05-261-9/+90
* ALSA: firewire-lib: Add 'direction' member to 'cmp_connection' structureTakashi Sakamoto2014-05-263-1/+9
* ALSA: firewire-lib: Rename macros, variables and functions for CMPTakashi Sakamoto2014-05-262-48/+49
* ALSA: firewire-lib: Restrict calling flush_context_completion() when context ...Takashi Sakamoto2014-05-261-1/+1
* ALSA: firewire-lib/dice/speakers: Add common PCM constraints for AMDTP streamsTakashi Sakamoto2014-05-264-23/+61
* ALSA: dice/firewire-lib: Keep dualwire mode but obsolete CIP_HI_DUALWIRETakashi Sakamoto2014-05-263-158/+34
* ALSA: firewire-lib: Add support for channel mappingTakashi Sakamoto2014-05-262-47/+79
* ALSA: firewire-lib: Add support for duplex streams synchronization in blockin...Takashi Sakamoto2014-05-262-10/+110
* ALSA: firewire-lib: Give syt value as parameter to handle_out_packet()Takashi Sakamoto2014-05-261-12/+12
* ALSA: firewire-lib: Add support for MIDI capture/playbackTakashi Sakamoto2014-05-262-8/+88
* ALSA: firewire-lib: Add support for AMDTP in-stream and PCM captureTakashi Sakamoto2014-05-262-17/+214
* ALSA: firewire-lib: Split some codes into functions to reuse for both streamsTakashi Sakamoto2014-05-261-73/+81
* ALSA: firewire-lib: Add 'direction' member to 'amdtp_stream' structureTakashi Sakamoto2014-05-264-3/+13
* ALSA: firewire-lib: Add macros instead of fixed value for AMDTPTakashi Sakamoto2014-05-261-7/+23
* ALSA: firewire-lib: Rename functions, structure, member for AMDTPTakashi Sakamoto2014-05-264-152/+158
* ALSA: sb_mixer: missing return statementDan Carpenter2014-05-141-6/+8
* Merge tag 'asoc-v3.15-rc5-intel' of git://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2014-05-1411-59/+126
|\
| * ASoC: Intel: Fix Baytrail SST DSP firmware loadingJarkko Nikula2014-05-131-1/+1
| * ASoC: Intel: Fix block offset calculations.Liam Girdwood2014-05-071-5/+3
| * ASoC: Intel: Fix check for pdata usage before dereference.Liam Girdwood2014-05-051-1/+3
| * ASoC: Intel: Fix stream position pointer.Liam Girdwood2014-05-023-7/+29
| * ASoC: Intel: Fix allow hw_params to be called more than once.Liam Girdwood2014-05-021-0/+28
| * ASoC: Intel: Fix Audio DSP usage when IOMMU is enabled.Liam Girdwood2014-05-027-15/+12
| * ASoC: Intel: Fix Haswell/Broadwell DSP page table creation.Liam Girdwood2014-05-021-27/+31
| * ASoC: Intel: Fix allocated block list usage when adding blocks.Liam Girdwood2014-05-021-0/+3
| * ASoC: Intel: Fix block allocation so we only allocate blocks once.Liam Girdwood2014-05-021-4/+0
| * ASoC: Intel: Cancel hsw_notification_work before freeing the streamJarkko Nikula2014-04-241-0/+1
| * ASoC: Intel: Fix audio crash due to race condition in stream deletionWenkai Du2014-04-232-0/+16
* | Merge tag 'asoc-v3.15-rc5-drivers' of git://git.kernel.org/pub/scm/linux/kern...Takashi Iwai2014-05-146-16/+34
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *---------. \ Merge remote-tracking branches 'asoc/fix/audmux', 'asoc/fix/cs42l52', 'asoc/f...Mark Brown2014-05-149-23/+43
| |\ \ \ \ \ \ \
| | | | | | | * | ASoC: wm8962: Update register CLASS_D_CONTROL_1 to be non-volatileCharles Keepax2014-05-132-3/+16
| | | | | | * | | ASoC: tlv320aic31xx: Convert /n to \nJoe Perches2014-04-251-1/+1
| | | | | | |/ /
| | | | | * | | ASoC: rsnd: call rsnd_dai_pointer_update() from outside of lockKuninori Morimoto2014-04-231-3/+2
| | | * | | | | ASoC: fsl_esai: Set PCRC and PRRC registers at the end of hw_params()Nicolin Chen2014-05-121-6/+5
| | | * | | | | ASoC: fsl_esai: Only bypass sck_div for EXTAL sourceNicolin Chen2014-05-121-1/+7
| | | * | | | | ASoC: fsl_esai: Fix incorrect condition within ratio range check for FPNicolin Chen2014-05-121-1/+2
| | | | |_|/ / | | | |/| | |
| * | | | | | ASoC: imx-audmux: Fix section mismatchLars-Peter Clausen2014-04-241-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'asoc-v3.15-rc5-core' of git://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2014-05-142-5/+11
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'asoc/fix/pcm' into asoc-linusMark Brown2014-05-141-1/+1
| |\ \ \ \ \ \
| | * | | | | | ASoC: pcm: Fix incorrect condition check for case SNDRV_PCM_TRIGGER_SUSPENDNicolin Chen2014-05-121-1/+1
| | |/ / / / /
| * | | | | | ASoC: dapm: Fix SUSPEND -> OFF bias sequenceLars-Peter Clausen2014-05-121-2/+5
| * | | | | | ASoC: dapm: Skip CODEC<->CODEC links in connect_dai_link_widgets()Lars-Peter Clausen2014-05-121-2/+5
* | | | | | | ALSA: hda - mask buggy stream DMA0 for Broadwell display controllerMengdong Lin2014-05-131-0/+6
* | | | | | | ALSA: hda - Add new GPU codec ID to snd-hdaAaron Plattner2014-05-131-0/+2
* | | | | | | ALSA: hda - add headset mic detect quirks for three Dell laptopsHui Wang2014-05-091-0/+3
OpenPOWER on IntegriCloud