Skip to content

Commit

Permalink
Merge remote-tracking branch 'asoc/topic/pcm3168a' into asoc-next
Browse files Browse the repository at this point in the history
  • Loading branch information
broonie committed Feb 19, 2017
2 parents 16b5711 + fc25914 commit 715d525
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sound/soc/codecs/pcm3168a.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,8 @@ static int pcm3168a_hw_params(struct snd_pcm_substream *substream,
u32 val, mask, shift, reg;
unsigned int rate, fmt, ratio, max_ratio;
int i, min_frame_size;
snd_pcm_format_t format;

rate = params_rate(params);
format = params_format(params);

ratio = pcm3168a->sysclk / rate;

Expand Down

0 comments on commit 715d525

Please sign in to comment.