Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148317
b: refs/heads/master
c: 203350c
h: refs/heads/master
i:
  148315: f03c270
v: v3
  • Loading branch information
Mark Brown committed May 28, 2009
1 parent b3dc5f0 commit eaa23f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: be461ba836770263826457624bc4a5173a1f5040
refs/heads/master: 203350c1a8e23adf17fd9a96d8bfc7adf63c1ff6
4 changes: 3 additions & 1 deletion trunk/sound/soc/codecs/spdif_transciever.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@
#include <sound/soc.h>
#include <sound/pcm.h>

#include "spdif_transciever.h"

#define STUB_RATES SNDRV_PCM_RATE_8000_96000
#define STUB_FORMATS SNDRV_PCM_FMTBIT_S16_LE


struct snd_soc_dai dit_stub_dai = {
.name = "DIT",
.playback = {
Expand All @@ -36,6 +37,7 @@ struct snd_soc_dai dit_stub_dai = {

static int spdif_dit_probe(struct platform_device *pdev)
{
dit_stub_dai.dev = &pdev->dev;
return snd_soc_register_dai(&dit_stub_dai);
}

Expand Down

0 comments on commit eaa23f1

Please sign in to comment.