Age | Commit message (Expand) | Author | Files | Lines |
2015-06-22 | Merge remote-tracking branch 'asoc/topic/rt5670' into asoc-next | Mark Brown | 1 | -3/+2 |
2015-06-22 | Merge remote-tracking branch 'asoc/topic/rt5645' into asoc-next | Mark Brown | 2 | -56/+56 |
2015-06-22 | Merge tag 'asoc-v4.2' into asoc-next | Mark Brown | 196 | -2214/+8455 |
2015-06-22 | Merge remote-tracking branches 'asoc/fix/wm8737', 'asoc/fix/wm8903', 'asoc/fi... | Mark Brown | 4 | -5/+7 |
2015-06-22 | Merge remote-tracking branches 'asoc/fix/arizona', 'asoc/fix/fmtbit', 'asoc/f... | Mark Brown | 10 | -18/+22 |
2015-06-22 | Merge remote-tracking branch 'asoc/fix/rt5645' into asoc-linus | Mark Brown | 1 | -4/+4 |
2015-06-22 | Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co... | Ingo Molnar | 16 | -18/+109 |
2015-06-20 | ALSA: hda-beep: Update authors dead email address | Matt Ranostay | 1 | -1/+1 |
2015-06-19 | ASoC: wm_adsp: Move DSP Rate controls into the codec | Richard Fitzgerald | 7 | -48/+48 |
2015-06-19 | Merge branches 'topic/adsp' and 'topic/dapm' of git://git.kernel.org/pub/scm/... | Mark Brown | 109 | -470/+572 |
2015-06-17 | ASoC: wm8995: Fix setting sysclk for WM8995_SYSCLK_MCLK2 case | Axel Lin | 1 | -1/+1 |
2015-06-17 | ALSA: hda: provide default bus io ops extended hdac | Vinod Koul | 1 | -1/+58 |
2015-06-17 | ALSA: hda: add hda link cleanup routine | Vinod Koul | 1 | -0/+18 |
2015-06-17 | ALSA: hda: add hdac_ext stream creation and cleanup routines | Vinod Koul | 1 | -0/+50 |
2015-06-17 | ASoC: rsrc-card: remove unused ret | Kuninori Morimoto | 1 | -2/+0 |
2015-06-16 | ALSA: HDAC: move SND_HDA_PREALLOC_SIZE to core | Vinod Koul | 2 | -13/+13 |
2015-06-16 | ASoC: mediatek: Add machine driver for rt5650 rt5676 codec | Koro Chen | 3 | -0/+290 |
2015-06-16 | ASoC: mediatek: Add machine driver for MAX98090 codec | Koro Chen | 3 | -0/+225 |
2015-06-16 | ASoC: mediatek: Add AFE platform driver | Koro Chen | 6 | -0/+1355 |
2015-06-16 | ASoC: rsnd: remove io from rsnd_mod | Kuninori Morimoto | 2 | -4/+0 |
2015-06-16 | ASoC: rsnd: move rsnd_mod_is_working() to rsnd_io_is_working() | Kuninori Morimoto | 5 | -8/+5 |
2015-06-16 | ASoC: rsnd: don't use rsnd_mod_to_io() on snd_kcontrol | Kuninori Morimoto | 4 | -23/+40 |
2015-06-16 | ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_src_xxx() | Kuninori Morimoto | 1 | -25/+32 |
2015-06-16 | ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_ssi_xxx() | Kuninori Morimoto | 3 | -16/+20 |
2015-06-16 | ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_dma_xxx() | Kuninori Morimoto | 6 | -71/+85 |
2015-06-16 | ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_get_adinr() | Kuninori Morimoto | 5 | -20/+23 |
2015-06-16 | ASoC: rsnd: add common interrupt handler for SSI/SRC/DMA | Kuninori Morimoto | 2 | -0/+26 |
2015-06-16 | ASoC: rsnd: adds struct rsnd_dai_stream as on each fuction as parameter | Kuninori Morimoto | 5 | -15/+48 |
2015-06-16 | ASoC: rsnd: rsnd_mod has rsnd_priv | Kuninori Morimoto | 5 | -6/+10 |
2015-06-16 | ASoC: rsnd: count each mod (SSI/SRC/DVC) | Kuninori Morimoto | 2 | -21/+37 |
2015-06-16 | ASoC: rsrc-card: cleanup for DPCM | Kuninori Morimoto | 1 | -189/+135 |
2015-06-16 | ASoC: rsrc-card: tidyup return value of clock error | Kuninori Morimoto | 1 | -4/+2 |
2015-06-16 | ASoC: rsrc-card: move rsrc_card_parse_daifmt() to upper side | Kuninori Morimoto | 1 | -35/+35 |
2015-06-16 | ASoC: rsnd-card: tidyup rsrc_priv_to_() | Kuninori Morimoto | 1 | -4/+4 |
2015-06-16 | ASoC: rsrc-card: remove unused name | Kuninori Morimoto | 1 | -1/+0 |
2015-06-16 | ASoC: rsrc-card: enable multi cpu/codec for DPCM | Kuninori Morimoto | 1 | -6/+19 |
2015-06-16 | ASoC: rsrc-card: tidyup priv->snd_card setup timing | Kuninori Morimoto | 1 | -14/+10 |
2015-06-16 | ASoC: rsrc-card: used "fe.xxx"/"be.xxx" name for dai_link | Kuninori Morimoto | 1 | -13/+7 |
2015-06-16 | ASoC: rsnd: don't call snd_pcm_period_elapsed() under spin lock | Kuninori Morimoto | 4 | -5/+35 |
2015-06-16 | ASoC: rsnd: don't care under/over run error when PIO | Kuninori Morimoto | 1 | -7/+9 |
2015-06-16 | Merge branch 'for-linus' into for-next | Takashi Iwai | 2 | -0/+3 |
2015-06-16 | ALSA: hda - Fix unused label skip_i915 | Takashi Iwai | 1 | -0/+2 |
2015-06-15 | ASoC: rt5645: move RT5650 muxes to rt5650_specific_dapm_widgets | Michele Curti | 1 | -17/+18 |
2015-06-15 | ALSA: hda - Fix noisy outputs on Dell XPS13 (2015 model) | Takashi Iwai | 1 | -0/+1 |
2015-06-15 | ALSA: bebob: add support for Behringer FCA 610/1616 | Takashi Sakamoto | 2 | -2/+5 |
2015-06-15 | ALSA: bebob: keep duplex streams always to keep internal multiplexer properly | Takashi Sakamoto | 4 | -27/+16 |
2015-06-15 | ALSA: bebob: loosen up severity of checking continuity for BeBoB v3 quirk | Takashi Sakamoto | 1 | -0/+11 |
2015-06-15 | ALSA: bebob: expand timeout for DM1500 quirk | Takashi Sakamoto | 1 | -1/+1 |
2015-06-15 | ALSA: bebob: add 'version' member for BeBoB protocol version | Takashi Sakamoto | 2 | -0/+11 |
2015-06-15 | ALSA: bebob: add SYT-Match support | Takashi Sakamoto | 2 | -7/+18 |