1. 07 8月, 2013 4 次提交
  2. 31 7月, 2013 1 次提交
    • F
      ASoC: fsl: Fix module build · 3f1a91aa
      Fabio Estevam 提交于
      Building imx_v6_v7_defconfig with all audio drivers as modules results in
      the folowing build error:
      
      ERROR: "imx_pcm_fiq_init" [sound/soc/fsl/snd-soc-imx-ssi.ko] undefined!
      ERROR: "imx_pcm_dma_init" [sound/soc/fsl/snd-soc-imx-ssi.ko] undefined!
      ERROR: "imx_pcm_fiq_exit" [sound/soc/fsl/snd-soc-imx-ssi.ko] undefined!
      ERROR: "imx_pcm_dma_exit" [sound/soc/fsl/snd-soc-imx-ssi.ko] undefined!
      ERROR: "imx_pcm_dma_init" [sound/soc/fsl/snd-soc-fsl-ssi.ko] undefined!
      ERROR: "imx_pcm_dma_exit" [sound/soc/fsl/snd-soc-fsl-ssi.ko] undefined!
      
      Fix this by allowing SND_SOC_IMX_PCM_FIQ and SND_SOC_IMX_PCM_DMA to be also
      built as modules and by using 'IS_ENABLED' to cover the module case.
      Reported-by: NGuennadi Liakhovetski <g.liakhovetski@gmx.de>
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      Acked-by: NShawn Guo <shawn.guo@linaro.org>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      3f1a91aa
  3. 26 7月, 2013 1 次提交
  4. 22 7月, 2013 2 次提交
  5. 19 7月, 2013 2 次提交
  6. 18 7月, 2013 1 次提交
  7. 17 7月, 2013 2 次提交
  8. 16 7月, 2013 2 次提交
  9. 15 7月, 2013 4 次提交
  10. 10 7月, 2013 1 次提交
    • E
      ALSA: usb-audio: fix regression for fixed stream quirk · 42d4ab83
      Eldad Zack 提交于
      Commit 8f898e92 removed the redundant
      reads of bInterfaceProtocol from the descriptors, but introduced a
      regression to devices with quirks of type QUIRK_AUDIO_FIXED_ENDPOINT,
      since fp->protocol is not set in setup process.
      
      As a consequence, audio streams would not get initialized, as the
      following logs show:
      
      [   48.923043] setting usb interface 3:1
      [   48.923056] Creating new capture data endpoint #81
      [   48.923484] 4:3:1: cannot set freq 48000 to ep 0x81
      
      This patch sets fp->protocol in create_fixed_stream_quirk() and
      resolves the regression.
      Signed-off-by: NEldad Zack <eldad@fogrefinery.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      42d4ab83
  11. 08 7月, 2013 1 次提交
  12. 04 7月, 2013 7 次提交
  13. 03 7月, 2013 1 次提交
  14. 02 7月, 2013 1 次提交
  15. 01 7月, 2013 2 次提交
  16. 30 6月, 2013 2 次提交
  17. 29 6月, 2013 6 次提交