Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120234
b: refs/heads/master
c: 5de27b6
h: refs/heads/master
v: v3
  • Loading branch information
Karl Beldan authored and Mark Brown committed Nov 21, 2008
1 parent 316f841 commit bb6c522
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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: faab5a32f4d0784d6bde57963267be0453be3546
refs/heads/master: 5de27b6cc0a8a1d27158ec9047cb5981745edfc0
7 changes: 5 additions & 2 deletions trunk/sound/soc/codecs/ssm2602.c
Original file line number Diff line number Diff line change
Expand Up @@ -514,20 +514,23 @@ static int ssm2602_set_bias_level(struct snd_soc_codec *codec,
SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_88200 |\
SNDRV_PCM_RATE_96000)

#define SSM2602_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE |\
SNDRV_PCM_FMTBIT_S24_LE | SNDRV_PCM_FMTBIT_S32_LE)

struct snd_soc_dai ssm2602_dai = {
.name = "SSM2602",
.playback = {
.stream_name = "Playback",
.channels_min = 2,
.channels_max = 2,
.rates = SSM2602_RATES,
.formats = SNDRV_PCM_FMTBIT_S32_LE,},
.formats = SSM2602_FORMATS,},
.capture = {
.stream_name = "Capture",
.channels_min = 2,
.channels_max = 2,
.rates = SSM2602_RATES,
.formats = SNDRV_PCM_FMTBIT_S32_LE,},
.formats = SSM2602_FORMATS,},
.ops = {
.startup = ssm2602_startup,
.prepare = ssm2602_pcm_prepare,
Expand Down

0 comments on commit bb6c522

Please sign in to comment.