summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'for-linus' into for-nextTakashi Iwai2017-06-0722-108/+238
|\
| * ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECTTakashi Iwai2017-06-071-0/+1
| * ALSA: timer: Fix race between read and ioctlTakashi Iwai2017-06-071-2/+4
| * Merge tag 'asoc-fix-v4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Takashi Iwai2017-06-0618-92/+204
| |\
| | * Merge remote-tracking branch 'asoc/fix/rt286' into asoc-linusMark Brown2017-05-261-0/+7
| | |\
| | | * rt286: add Thinkpad Helix 2 to force_combo_jack_tableYifeng Li2017-05-141-0/+7
| | | |
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | *-------. \ Merge remote-tracking branches 'asoc/fix/atmel', 'asoc/fix/cirrus', 'asoc/fix...Mark Brown2017-05-264-4/+14
| | |\ \ \ \ \ \ | | | | | |_|_|/ | | | | |/| | |
| | | | | | | * ASoC: simple-card: fix mic jack initializationStefan Agner2017-05-191-1/+1
| | | | | |_|/ | | | | |/| |
| | | | | | * ASoC: Fix use-after-free at card unregistrationTakashi Iwai2017-05-241-2/+3
| | | | | |/ | | | | |/|
| | | | | * ASoC: da7213: Fix incorrect usage of bitwise '&' operator for SRM checkAdam Thomson2017-05-141-1/+1
| | | | |/
| | | * | ASoC: atmel-classd: sync regcache when resumingQuentin Schulz2017-05-171-0/+9
| | | |/
| | * | Merge remote-tracking branch 'asoc/fix/rcar' into asoc-linusMark Brown2017-05-268-8/+86
| | |\ \
| | | * | ASoC: rsnd: fixup parent_clk_name of AUDIO_CLKOUTxKuninori Morimoto2017-05-261-2/+4
| | | * | ASoC: rsnd: SSI PIO adjust to 24bit modeKuninori Morimoto2017-05-241-2/+9
| | | * | ASoC: rsnd: don't call free_irq() on Parent SSIKuninori Morimoto2017-05-191-0/+5
| | | * | ASoC: rsnd: don't use PDTA bit for 24bit on SSIKuninori Morimoto2017-05-177-4/+68
| | | |/
| | * | Merge remote-tracking branch 'asoc/fix/intel' into asoc-linusMark Brown2017-05-264-76/+97
| | |\ \
| | | * | ASoC: Intel: Skylake: Fix to parse consecutive string tkns in manifestShreyas NC2017-05-241-1/+1
| | | * | ASoC: Intel: Skylake: Fix IPC rx_list corruptionPardha Saradhi K2017-05-241-0/+5
| | | * | ASoC: Intel: Skylake: Move i915 registration to worker threadVinod Koul2017-05-142-75/+91
| | | |/
| | * | drm/i915: Fix runtime PM for LPE audioVille Syrjälä2017-05-151-4/+0
| | |/
| * | ALSA: hda/realtek - Reorder ALC269 ASUS quirk entriesTakashi Iwai2017-06-061-5/+5
| * | ALSA: hda/realtek: Fix mic and headset jack sense on Asus X705UDChris Chiu2017-06-061-0/+1
| * | ALSA: hda - Fix applying MSI dual-codec mobo quirkTakashi Iwai2017-06-011-2/+2
| * | ALSA: usb: Avoid VLA in mixer_us16x08.cTakashi Iwai2017-05-311-3/+8
| * | ALSA: usb: Fix a typo in Tascam US-16x08 mixer elementTakashi Iwai2017-05-311-1/+1
| * | Revert "ALSA: usb-audio: purge needless variable length array"Takashi Iwai2017-05-311-4/+4
| * | ALSA: hda - apply STAC_9200_DELL_M22 quirk for Dell Latitude D430Alexander Tsoy2017-05-231-0/+2
| * | ALSA: hda - Provide dual-codecs model option for a few Realtek codecsTakashi Iwai2017-05-221-0/+3
| * | ALSA: hda - Apply dual-codec quirk for MSI Z270-Gaming moboTakashi Iwai2017-05-221-0/+1
| * | ALSA: hda - No loopback on ALC299 codecTakashi Iwai2017-05-161-0/+3
* | | ALSA: fireface: constify ALSA specific operationsTakashi Sakamoto2017-06-072-39/+35
* | | ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callbackTakashi Sakamoto2017-06-0710-0/+150
* | | ALSA: pcm: Build OSS writev/readv helpers conditionallyTakashi Iwai2017-06-023-12/+10
* | | ALSA: pcm: Kill set_fs() in PCM OSS layerTakashi Iwai2017-06-021-65/+12
* | | ALSA: pcm: Direct in-kernel read/write supportTakashi Iwai2017-06-021-1/+25
* | | ALSA: pcm: Simplify snd_pcm_playback_silence()Takashi Iwai2017-06-021-30/+20
* | | ALSA: pcm: Unify read/write loopTakashi Iwai2017-06-021-138/+46
* | | ALSA: pcm: More unification of PCM transfer codesTakashi Iwai2017-06-021-131/+123
* | | ALSA: pcm: Call directly the common read/write helpersTakashi Iwai2017-06-021-101/+55
* | | ALSA: pcm: Shuffle codesTakashi Iwai2017-06-021-106/+106
* | | ALSA: pcm: Check PCM state by a common helper functionTakashi Iwai2017-06-021-52/+29
* | | ALSA: pcm: Drop the old copy and silence opsTakashi Iwai2017-06-022-39/+1
* | | ASoC: blackfin: Convert to the new PCM opsTakashi Iwai2017-06-022-20/+43
* | | ALSA: sh: Convert to the new PCM opsTakashi Iwai2017-06-021-24/+30
* | | ALSA: sb: Convert to the new PCM opsTakashi Iwai2017-06-021-81/+109
* | | ALSA: gus: Convert to the new PCM opsTakashi Iwai2017-06-021-38/+59
* | | ALSA: hdsp: Convert to the new PCM opsTakashi Iwai2017-06-021-17/+50
* | | ALSA: rme9652: Convert to the new PCM opsTakashi Iwai2017-06-021-17/+54
* | | ALSA: rme96: Convert to the new PCM opsTakashi Iwai2017-06-021-26/+44
OpenPOWER on IntegriCloud