summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: x86: Handle reset at prepare callbackTakashi Iwai2017-02-132-14/+26
* ALSA: x86: Support S16 formatTakashi Iwai2017-02-101-3/+5
* ALSA: x86: Support S32 formatTakashi Iwai2017-02-101-9/+19
* ALSA: x86: Allow no-period-wakeup setupTakashi Iwai2017-02-101-2/+5
* ALSA: x86: Allow single period PCM operationTakashi Iwai2017-02-102-3/+13
* ALSA: x86: Don't pass SNDRV_PCM_INFO_BATCH flagTakashi Iwai2017-02-101-4/+2
* ALSA: x86: Cache AUD_CONFIG register valueTakashi Iwai2017-02-072-27/+13
* ALSA: x86: Rearrange definesTakashi Iwai2017-02-073-81/+83
* ALSA: x86: mark hdmi suspend/resume functions as __maybe_unusedArnd Bergmann2017-02-071-2/+2
* ALSA: x86: Fix driver name string overflowTakashi Iwai2017-02-072-2/+3
* ALSA: x86: Rename had_enable_audio_int() to had_ack_irqs()Takashi Iwai2017-02-071-14/+7
* ALSA: x86: Drop suspicious U24 format supportTakashi Iwai2017-02-071-2/+1
* ALSA: line6: Always setup isochronous transfer propertiesAndrej Krutak2017-02-071-22/+26
* Merge branch 'for-linus' into for-nextTakashi Iwai2017-02-072-9/+3
|\
| * Revert "ALSA: line6: Only determine control port properties if needed"Takashi Iwai2017-02-071-1/+2
| * ALSA: seq: Don't handle loop timeout at snd_seq_pool_done()Takashi Iwai2017-02-061-8/+1
* | ALSA: x86: Refactor PCM process engineTakashi Iwai2017-02-063-354/+231
* | ALSA: x86: Unify local function prefixTakashi Iwai2017-02-051-67/+60
* | ALSA: x86: Minor cleanup of reset buffer procedureTakashi Iwai2017-02-051-7/+6
* | ALSA: x86: Don't check connection in lowlevel accessorsTakashi Iwai2017-02-051-66/+25
* | ALSA: x86: Explicit specify 32bit DMATakashi Iwai2017-02-051-2/+6
* | Merge branch 'topic/intel-lpe-audio' into for-nextTakashi Iwai2017-02-036-2679/+1026
|\ \
| * | ALSA: x86: Rename drv_status to connectedTakashi Iwai2017-02-033-30/+22
| * | ALSA: x86: Yet more tidy-up and clean-upsTakashi Iwai2017-02-031-32/+36
| * | ALSA: x86: Simplify commentsTakashi Iwai2017-02-031-52/+14
| * | ALSA: x86: Set CA bits for DisplayPort tooTakashi Iwai2017-02-031-4/+4
| * | ALSA: x86: Create ELD control elementTakashi Iwai2017-02-031-21/+51
| * | ALSA: x86: Clean up unused defines and inclusionsTakashi Iwai2017-02-033-69/+20
| * | ALSA: x86: Reduce redundant register field namesTakashi Iwai2017-02-033-169/+90
| * | ALSA: x86: Use the standard ELD bytes definitionsTakashi Iwai2017-02-033-127/+9
| * | ALSA: x86: Move stream status into pcm_stream_infoTakashi Iwai2017-02-033-50/+14
| * | ALSA: x86: Implement runtime PMTakashi Iwai2017-02-031-77/+50
| * | ALSA: x86: Properly manage PCM substream lifetypeTakashi Iwai2017-02-032-74/+98
| * | ALSA: x86: Drop unused fields from pcm_stream_infoTakashi Iwai2017-02-032-21/+1
| * | ALSA: x86: Drop redundant had_stream_pvtTakashi Iwai2017-02-033-63/+4
| * | ALSA: x86: Drop superfluous state fieldTakashi Iwai2017-02-033-44/+21
| * | ALSA: x86: Drop flag_underrun fieldTakashi Iwai2017-02-032-9/+1
| * | ALSA: x86: Fix racy access to chmapTakashi Iwai2017-02-032-9/+24
| * | ALSA: x86: Remove superfluous irqsave flagsTakashi Iwai2017-02-031-38/+33
| * | ALSA: x86: Constfy tablesTakashi Iwai2017-02-031-3/+3
| * | ALSA: x86: Remove _v[12] sufficesTakashi Iwai2017-02-033-41/+31
| * | ALSA: x86: Tidy up codesTakashi Iwai2017-02-031-89/+59
| * | ALSA: x86: Drop had_get_hwstate()Takashi Iwai2017-02-031-28/+14
| * | ALSA: x86: Remove superfluous check at resumeTakashi Iwai2017-02-031-9/+1
| * | ALSA: x86: Fix sleep-in-atomic via i915 notificationTakashi Iwai2017-02-031-27/+24
| * | ALSA: x86: Drop superfluous PCM private_freeTakashi Iwai2017-02-031-12/+0
| * | ALSA: x86: Drop unused fields from snd_intelhad structTakashi Iwai2017-02-032-22/+6
| * | ALSA: x86: Remove indirect call of snd_pcm_period_elapsed()Takashi Iwai2017-02-032-11/+7
| * | ALSA: x86: Fix for CONFIG_PM=nTakashi Iwai2017-02-031-1/+1
| * | ALSA: x86: Replace pr_xxx() with dev_xxx()Takashi Iwai2017-02-031-121/+84