summaryrefslogtreecommitdiffstats
path: root/sound/x86
Commit message (Expand)AuthorAgeFilesLines
* ALSA: x86: hdmi: select CONFIG_SND_PCMArnd Bergmann2017-02-211-0/+1
* ALSA: x86: Don't enable runtime PM as defaultTakashi Iwai2017-02-211-2/+4
* ALSA: x86: Use runtime PM autosuspendTakashi Iwai2017-02-211-4/+18
* ALSA: x86: Don't bail out from PCM ops when disconnectedTakashi Iwai2017-02-161-22/+0
* ALSA: x86: Minor code rearrangementTakashi Iwai2017-02-161-16/+11
* ALSA: x86: Stop the stream when buffer is processed after disconnectionTakashi Iwai2017-02-161-3/+6
* ALSA: x86: Avoid register accesses during disconnectionTakashi Iwai2017-02-161-8/+26
* ALSA: x86: Don't return an error from chmap ctl at disconnectedTakashi Iwai2017-02-161-9/+3
* ALSA: x86: Fix memory leak in had_build_channel_allocation_map()Takashi Iwai2017-02-161-6/+5
* ALSA: x86: Use snd_pcm_stop_xrun() for connection / disconnection pathsTakashi Iwai2017-02-161-2/+2
* ALSA: x86: Implement jack controlTakashi Iwai2017-02-162-0/+24
* ALSA: x86: Drop unused stream.running fieldTakashi Iwai2017-02-132-10/+2
* 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: 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
* 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