Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270729
b: refs/heads/master
c: c6add3f
h: refs/heads/master
i:
  270727: cf1975a
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Oct 2, 2011
1 parent 105c9ab commit 1c1207c
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: 8fccf46905b05baa08f69516cabc229ef222f5d7
refs/heads/master: c6add3f0e690e156d2e028e34916793497546152
3 changes: 1 addition & 2 deletions trunk/sound/soc/pxa/magician.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,10 @@ static int magician_playback_hw_params(struct snd_pcm_substream *substream,
struct snd_soc_pcm_runtime *rtd = substream->private_data;
struct snd_soc_dai *codec_dai = rtd->codec_dai;
struct snd_soc_dai *cpu_dai = rtd->cpu_dai;
unsigned int acps, acds, width, rate;
unsigned int acps, acds, width;
unsigned int div4 = PXA_SSP_CLK_SCDB_4;
int ret = 0;

rate = params_rate(params);
width = snd_pcm_format_physical_width(params_format(params));

/*
Expand Down

0 comments on commit 1c1207c

Please sign in to comment.