mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00
drivers: sound: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
parent
21797b2216
commit
e3b2ae6dc6
1 changed files with 0 additions and 2 deletions
|
@ -579,7 +579,6 @@ static int wm8994_init_volume_aif2_dac1(struct wm8994_priv *priv)
|
|||
ret = wm8994_bic_or(priv, WM8994_AIF2_DAC_FILTERS_1,
|
||||
WM8994_AIF2DAC_MUTE_MASK, 0);
|
||||
|
||||
|
||||
ret |= wm8994_bic_or(priv, WM8994_AIF2_DAC_LEFT_VOLUME,
|
||||
WM8994_AIF2DAC_VU_MASK | WM8994_AIF2DACL_VOL_MASK,
|
||||
WM8994_AIF2DAC_VU | 0xff);
|
||||
|
@ -588,7 +587,6 @@ static int wm8994_init_volume_aif2_dac1(struct wm8994_priv *priv)
|
|||
WM8994_AIF2DAC_VU_MASK | WM8994_AIF2DACR_VOL_MASK,
|
||||
WM8994_AIF2DAC_VU | 0xff);
|
||||
|
||||
|
||||
ret |= wm8994_bic_or(priv, WM8994_DAC1_LEFT_VOLUME,
|
||||
WM8994_DAC1_VU_MASK | WM8994_DAC1L_VOL_MASK |
|
||||
WM8994_DAC1L_MUTE_MASK, WM8994_DAC1_VU | 0xc0);
|
||||
|
|
Loading…
Add table
Reference in a new issue