Loading sound/soc/codecs/twl6040.c +2 −2 Original line number Diff line number Diff line Loading @@ -1123,8 +1123,8 @@ static int twl6040_probe(struct snd_soc_codec *codec) priv->plug_irq = platform_get_irq(pdev, 0); if (priv->plug_irq < 0) { dev_err(codec->dev, "invalid irq\n"); return -EINVAL; dev_err(codec->dev, "invalid irq: %d\n", priv->plug_irq); return priv->plug_irq; } INIT_DELAYED_WORK(&priv->hs_jack.work, twl6040_accessory_work); Loading sound/soc/codecs/wm8523.c +3 −3 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ static const struct snd_soc_dapm_route wm8523_dapm_routes[] = { { "LINEVOUTR", NULL, "DAC" }, }; static struct { static const struct { int value; int ratio; } lrclk_ratios[WM8523_NUM_RATES] = { Loading @@ -113,10 +113,10 @@ static struct { { 7, 1152 }, }; static struct { static const struct { int value; int ratio; } bclk_ratios[WM8523_NUM_RATES] = { } bclk_ratios[] = { { 2, 32 }, { 3, 64 }, { 4, 128 }, Loading sound/soc/soc-utils.c +1 −1 Original line number Diff line number Diff line Loading @@ -284,7 +284,7 @@ static const struct snd_pcm_ops dummy_dma_ops = { .ioctl = snd_pcm_lib_ioctl, }; static struct snd_soc_platform_driver dummy_platform = { static const struct snd_soc_platform_driver dummy_platform = { .ops = &dummy_dma_ops, }; Loading sound/soc/txx9/txx9aclc.c +2 −2 Original line number Diff line number Diff line Loading @@ -271,7 +271,7 @@ static int txx9aclc_pcm_close(struct snd_pcm_substream *substream) return 0; } static struct snd_pcm_ops txx9aclc_pcm_ops = { static const struct snd_pcm_ops txx9aclc_pcm_ops = { .open = txx9aclc_pcm_open, .close = txx9aclc_pcm_close, .ioctl = snd_pcm_lib_ioctl, Loading Loading @@ -403,7 +403,7 @@ static int txx9aclc_pcm_remove(struct snd_soc_platform *platform) return 0; } static struct snd_soc_platform_driver txx9aclc_soc_platform = { static const struct snd_soc_platform_driver txx9aclc_soc_platform = { .probe = txx9aclc_pcm_probe, .remove = txx9aclc_pcm_remove, .ops = &txx9aclc_pcm_ops, Loading sound/soc/ux500/mop500.c +0 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,6 @@ static int mop500_probe(struct platform_device *pdev) dev_dbg(&pdev->dev, "%s: Card %s: Set platform drvdata.\n", __func__, mop500_card.name); platform_set_drvdata(pdev, &mop500_card); snd_soc_card_set_drvdata(&mop500_card, NULL); Loading Loading
sound/soc/codecs/twl6040.c +2 −2 Original line number Diff line number Diff line Loading @@ -1123,8 +1123,8 @@ static int twl6040_probe(struct snd_soc_codec *codec) priv->plug_irq = platform_get_irq(pdev, 0); if (priv->plug_irq < 0) { dev_err(codec->dev, "invalid irq\n"); return -EINVAL; dev_err(codec->dev, "invalid irq: %d\n", priv->plug_irq); return priv->plug_irq; } INIT_DELAYED_WORK(&priv->hs_jack.work, twl6040_accessory_work); Loading
sound/soc/codecs/wm8523.c +3 −3 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ static const struct snd_soc_dapm_route wm8523_dapm_routes[] = { { "LINEVOUTR", NULL, "DAC" }, }; static struct { static const struct { int value; int ratio; } lrclk_ratios[WM8523_NUM_RATES] = { Loading @@ -113,10 +113,10 @@ static struct { { 7, 1152 }, }; static struct { static const struct { int value; int ratio; } bclk_ratios[WM8523_NUM_RATES] = { } bclk_ratios[] = { { 2, 32 }, { 3, 64 }, { 4, 128 }, Loading
sound/soc/soc-utils.c +1 −1 Original line number Diff line number Diff line Loading @@ -284,7 +284,7 @@ static const struct snd_pcm_ops dummy_dma_ops = { .ioctl = snd_pcm_lib_ioctl, }; static struct snd_soc_platform_driver dummy_platform = { static const struct snd_soc_platform_driver dummy_platform = { .ops = &dummy_dma_ops, }; Loading
sound/soc/txx9/txx9aclc.c +2 −2 Original line number Diff line number Diff line Loading @@ -271,7 +271,7 @@ static int txx9aclc_pcm_close(struct snd_pcm_substream *substream) return 0; } static struct snd_pcm_ops txx9aclc_pcm_ops = { static const struct snd_pcm_ops txx9aclc_pcm_ops = { .open = txx9aclc_pcm_open, .close = txx9aclc_pcm_close, .ioctl = snd_pcm_lib_ioctl, Loading Loading @@ -403,7 +403,7 @@ static int txx9aclc_pcm_remove(struct snd_soc_platform *platform) return 0; } static struct snd_soc_platform_driver txx9aclc_soc_platform = { static const struct snd_soc_platform_driver txx9aclc_soc_platform = { .probe = txx9aclc_pcm_probe, .remove = txx9aclc_pcm_remove, .ops = &txx9aclc_pcm_ops, Loading
sound/soc/ux500/mop500.c +0 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,6 @@ static int mop500_probe(struct platform_device *pdev) dev_dbg(&pdev->dev, "%s: Card %s: Set platform drvdata.\n", __func__, mop500_card.name); platform_set_drvdata(pdev, &mop500_card); snd_soc_card_set_drvdata(&mop500_card, NULL); Loading