Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293204
b: refs/heads/master
c: 8d725b2
h: refs/heads/master
v: v3
  • Loading branch information
Peter Ujfalusi authored and Mark Brown committed Jan 20, 2012
1 parent 8f0d1f5 commit e9a0134
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f2c6e757f60d3d3e90dc5d1f1ff1a241dc0ea916
refs/heads/master: 8d725b2bcb82ff46236bf745c9ab7cc4dde74699
3 changes: 1 addition & 2 deletions trunk/sound/soc/codecs/tlv320dac33.c
Original file line number Diff line number Diff line change
Expand Up @@ -806,8 +806,6 @@ static int dac33_startup(struct snd_pcm_substream *substream,
/* Stream started, save the substream pointer */
dac33->substream = substream;

snd_pcm_hw_constraint_msbits(substream->runtime, 0, 32, 24);

return 0;
}

Expand Down Expand Up @@ -1516,6 +1514,7 @@ static struct snd_soc_dai_driver dac33_dai = {
.channels_max = 2,
.rates = DAC33_RATES,
.formats = DAC33_FORMATS,},
.sig_bits = 24,
.ops = &dac33_dai_ops,
};

Expand Down

0 comments on commit e9a0134

Please sign in to comment.