Age | Commit message (Expand) | Author | Files | Lines |
2017-02-21 | ALSA: x86: Don't enable runtime PM as default | Takashi Iwai | 1 | -2/+4 |
2017-02-21 | ALSA: x86: Use runtime PM autosuspend | Takashi Iwai | 1 | -4/+18 |
2017-02-16 | ALSA: x86: Don't bail out from PCM ops when disconnected | Takashi Iwai | 1 | -22/+0 |
2017-02-16 | ALSA: x86: Minor code rearrangement | Takashi Iwai | 1 | -16/+11 |
2017-02-16 | ALSA: x86: Stop the stream when buffer is processed after disconnection | Takashi Iwai | 1 | -3/+6 |
2017-02-16 | ALSA: x86: Avoid register accesses during disconnection | Takashi Iwai | 1 | -8/+26 |
2017-02-16 | ALSA: x86: Don't return an error from chmap ctl at disconnected | Takashi Iwai | 1 | -9/+3 |
2017-02-16 | ALSA: x86: Fix memory leak in had_build_channel_allocation_map() | Takashi Iwai | 1 | -6/+5 |
2017-02-16 | ALSA: x86: Use snd_pcm_stop_xrun() for connection / disconnection paths | Takashi Iwai | 1 | -2/+2 |
2017-02-16 | ALSA: x86: Implement jack control | Takashi Iwai | 1 | -0/+23 |
2017-02-13 | ALSA: x86: Drop unused stream.running field | Takashi Iwai | 1 | -9/+2 |
2017-02-13 | ALSA: x86: Handle reset at prepare callback | Takashi Iwai | 1 | -14/+25 |
2017-02-10 | ALSA: x86: Support S16 format | Takashi Iwai | 1 | -3/+5 |
2017-02-10 | ALSA: x86: Support S32 format | Takashi Iwai | 1 | -9/+19 |
2017-02-10 | ALSA: x86: Allow no-period-wakeup setup | Takashi Iwai | 1 | -2/+5 |
2017-02-10 | ALSA: x86: Allow single period PCM operation | Takashi Iwai | 1 | -2/+12 |
2017-02-10 | ALSA: x86: Don't pass SNDRV_PCM_INFO_BATCH flag | Takashi Iwai | 1 | -4/+2 |
2017-02-07 | ALSA: x86: Cache AUD_CONFIG register value | Takashi Iwai | 1 | -27/+12 |
2017-02-07 | ALSA: x86: Rearrange defines | Takashi Iwai | 1 | -2/+3 |
2017-02-07 | ALSA: x86: mark hdmi suspend/resume functions as __maybe_unused | Arnd Bergmann | 1 | -2/+2 |
2017-02-07 | ALSA: x86: Fix driver name string overflow | Takashi Iwai | 1 | -1/+2 |
2017-02-07 | ALSA: x86: Rename had_enable_audio_int() to had_ack_irqs() | Takashi Iwai | 1 | -14/+7 |
2017-02-07 | ALSA: x86: Drop suspicious U24 format support | Takashi Iwai | 1 | -2/+1 |
2017-02-06 | ALSA: x86: Refactor PCM process engine | Takashi Iwai | 1 | -324/+212 |
2017-02-05 | ALSA: x86: Unify local function prefix | Takashi Iwai | 1 | -67/+60 |
2017-02-05 | ALSA: x86: Minor cleanup of reset buffer procedure | Takashi Iwai | 1 | -7/+6 |
2017-02-05 | ALSA: x86: Don't check connection in lowlevel accessors | Takashi Iwai | 1 | -66/+25 |
2017-02-05 | ALSA: x86: Explicit specify 32bit DMA | Takashi Iwai | 1 | -2/+6 |
2017-02-03 | ALSA: x86: Rename drv_status to connected | Takashi Iwai | 1 | -20/+20 |
2017-02-03 | ALSA: x86: Yet more tidy-up and clean-ups | Takashi Iwai | 1 | -32/+36 |
2017-02-03 | ALSA: x86: Simplify comments | Takashi Iwai | 1 | -52/+14 |
2017-02-03 | ALSA: x86: Set CA bits for DisplayPort too | Takashi Iwai | 1 | -4/+4 |
2017-02-03 | ALSA: x86: Create ELD control element | Takashi Iwai | 1 | -21/+51 |
2017-02-03 | ALSA: x86: Clean up unused defines and inclusions | Takashi Iwai | 1 | -3/+7 |
2017-02-03 | ALSA: x86: Reduce redundant register field names | Takashi Iwai | 1 | -51/+51 |
2017-02-03 | ALSA: x86: Use the standard ELD bytes definitions | Takashi Iwai | 1 | -7/+7 |
2017-02-03 | ALSA: x86: Move stream status into pcm_stream_info | Takashi Iwai | 1 | -37/+13 |
2017-02-03 | ALSA: x86: Implement runtime PM | Takashi Iwai | 1 | -77/+50 |
2017-02-03 | ALSA: x86: Properly manage PCM substream lifetype | Takashi Iwai | 1 | -73/+96 |
2017-02-03 | ALSA: x86: Drop unused fields from pcm_stream_info | Takashi Iwai | 1 | -18/+1 |
2017-02-03 | ALSA: x86: Drop redundant had_stream_pvt | Takashi Iwai | 1 | -42/+4 |
2017-02-03 | ALSA: x86: Drop superfluous state field | Takashi Iwai | 1 | -36/+20 |
2017-02-03 | ALSA: x86: Drop flag_underrun field | Takashi Iwai | 1 | -8/+1 |
2017-02-03 | ALSA: x86: Fix racy access to chmap | Takashi Iwai | 1 | -9/+23 |
2017-02-03 | ALSA: x86: Remove superfluous irqsave flags | Takashi Iwai | 1 | -38/+33 |
2017-02-03 | ALSA: x86: Constfy tables | Takashi Iwai | 1 | -3/+3 |
2017-02-03 | ALSA: x86: Remove _v[12] suffices | Takashi Iwai | 1 | -23/+23 |
2017-02-03 | ALSA: x86: Tidy up codes | Takashi Iwai | 1 | -89/+59 |
2017-02-03 | ALSA: x86: Drop had_get_hwstate() | Takashi Iwai | 1 | -28/+14 |
2017-02-03 | ALSA: x86: Remove superfluous check at resume | Takashi Iwai | 1 | -9/+1 |