summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2017-02-16ALSA: x86: Don't bail out from PCM ops when disconnectedTakashi Iwai1-22/+0
2017-02-16ALSA: x86: Minor code rearrangementTakashi Iwai1-16/+11
2017-02-16ALSA: x86: Stop the stream when buffer is processed after disconnectionTakashi Iwai1-3/+6
2017-02-16ALSA: x86: Avoid register accesses during disconnectionTakashi Iwai1-8/+26
2017-02-16ALSA: x86: Don't return an error from chmap ctl at disconnectedTakashi Iwai1-9/+3
2017-02-16ALSA: x86: Fix memory leak in had_build_channel_allocation_map()Takashi Iwai1-6/+5
2017-02-16ALSA: x86: Use snd_pcm_stop_xrun() for connection / disconnection pathsTakashi Iwai1-2/+2
2017-02-16ALSA: x86: Implement jack controlTakashi Iwai2-0/+24
2017-02-16ALSA: hda/realtek - Cannot adjust speaker's volume on a Dell AIOKai-Heng Feng1-0/+6
2017-02-15ALSA: hda - add sanity check to force the separate stream tagsJaroslav Kysela1-0/+8
2017-02-15ALSA: hda - fix Lewisburg audio issueJaroslav Kysela1-2/+2
2017-02-14ALSA: hda/patch_sigmatel: Add AmigaOne X1000 pinconfigsDarren Stevens1-0/+30
2017-02-13ALSA: x86: Drop unused stream.running fieldTakashi Iwai2-10/+2
2017-02-13ALSA: x86: Handle reset at prepare callbackTakashi Iwai2-14/+26
2017-02-10ALSA: x86: Support S16 formatTakashi Iwai1-3/+5
2017-02-10ALSA: x86: Support S32 formatTakashi Iwai1-9/+19
2017-02-10ALSA: x86: Allow no-period-wakeup setupTakashi Iwai1-2/+5
2017-02-10ALSA: x86: Allow single period PCM operationTakashi Iwai2-3/+13
2017-02-10ALSA: x86: Don't pass SNDRV_PCM_INFO_BATCH flagTakashi Iwai1-4/+2
2017-02-07ALSA: x86: Cache AUD_CONFIG register valueTakashi Iwai2-27/+13
2017-02-07ALSA: x86: Rearrange definesTakashi Iwai3-81/+83
2017-02-07ALSA: x86: mark hdmi suspend/resume functions as __maybe_unusedArnd Bergmann1-2/+2
2017-02-07ALSA: x86: Fix driver name string overflowTakashi Iwai2-2/+3
2017-02-07ALSA: x86: Rename had_enable_audio_int() to had_ack_irqs()Takashi Iwai1-14/+7
2017-02-07ALSA: x86: Drop suspicious U24 format supportTakashi Iwai1-2/+1
2017-02-07ALSA: line6: Always setup isochronous transfer propertiesAndrej Krutak1-22/+26
2017-02-07Merge branch 'for-linus' into for-nextTakashi Iwai2-9/+3
2017-02-07Revert "ALSA: line6: Only determine control port properties if needed"Takashi Iwai1-1/+2
2017-02-06ALSA: seq: Don't handle loop timeout at snd_seq_pool_done()Takashi Iwai1-8/+1
2017-02-06ALSA: x86: Refactor PCM process engineTakashi Iwai3-354/+231
2017-02-05ALSA: x86: Unify local function prefixTakashi Iwai1-67/+60
2017-02-05ALSA: x86: Minor cleanup of reset buffer procedureTakashi Iwai1-7/+6
2017-02-05ALSA: x86: Don't check connection in lowlevel accessorsTakashi Iwai1-66/+25
2017-02-05ALSA: x86: Explicit specify 32bit DMATakashi Iwai1-2/+6
2017-02-03Merge branch 'topic/intel-lpe-audio' into for-nextTakashi Iwai6-2679/+1026
2017-02-03ALSA: x86: Rename drv_status to connectedTakashi Iwai3-30/+22
2017-02-03ALSA: x86: Yet more tidy-up and clean-upsTakashi Iwai1-32/+36
2017-02-03ALSA: x86: Simplify commentsTakashi Iwai1-52/+14
2017-02-03ALSA: x86: Set CA bits for DisplayPort tooTakashi Iwai1-4/+4
2017-02-03ALSA: x86: Create ELD control elementTakashi Iwai1-21/+51
2017-02-03ALSA: x86: Clean up unused defines and inclusionsTakashi Iwai3-69/+20
2017-02-03ALSA: x86: Reduce redundant register field namesTakashi Iwai3-169/+90
2017-02-03ALSA: x86: Use the standard ELD bytes definitionsTakashi Iwai3-127/+9
2017-02-03ALSA: x86: Move stream status into pcm_stream_infoTakashi Iwai3-50/+14
2017-02-03ALSA: x86: Implement runtime PMTakashi Iwai1-77/+50
2017-02-03ALSA: x86: Properly manage PCM substream lifetypeTakashi Iwai2-74/+98
2017-02-03ALSA: x86: Drop unused fields from pcm_stream_infoTakashi Iwai2-21/+1
2017-02-03ALSA: x86: Drop redundant had_stream_pvtTakashi Iwai3-63/+4
2017-02-03ALSA: x86: Drop superfluous state fieldTakashi Iwai3-44/+21
2017-02-03ALSA: x86: Drop flag_underrun fieldTakashi Iwai2-9/+1