Skip to content
Snippets Groups Projects
Commit 7a78d943 authored by Mark Brown's avatar Mark Brown
Browse files

Merge remote-tracking branch 'asoc/fix/arizona' into asoc-linus

parents 16830985 e73694d8
No related branches found
No related tags found
No related merge requests found
...@@ -1537,7 +1537,7 @@ static int arizona_hw_params(struct snd_pcm_substream *substream, ...@@ -1537,7 +1537,7 @@ static int arizona_hw_params(struct snd_pcm_substream *substream,
bool reconfig; bool reconfig;
unsigned int aif_tx_state, aif_rx_state; unsigned int aif_tx_state, aif_rx_state;
if (params_rate(params) % 8000) if (params_rate(params) % 4000)
rates = &arizona_44k1_bclk_rates[0]; rates = &arizona_44k1_bclk_rates[0];
else else
rates = &arizona_48k_bclk_rates[0]; rates = &arizona_48k_bclk_rates[0];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment