Skip to content
Snippets Groups Projects
Commit 9ce2fdf0 authored by Angus Ainslie (Purism)'s avatar Angus Ainslie (Purism)
Browse files

Clean up patches from vendor tree


Signed-off-by: default avatarAngus Ainslie (Purism) <angus@akkea.ca>
parent 8c0f56d5
No related branches found
No related tags found
No related merge requests found
......@@ -706,7 +706,6 @@ static int fsl_sai_startup(struct snd_pcm_substream *substream,
ret = clk_prepare_enable(sai->bus_clk);
if (ret) {
dev_err(dev, "failed to enable bus clock: %d\n", ret);
return ret;
}
......
......@@ -15,6 +15,9 @@
SNDRV_PCM_FMTBIT_S32_LE)
/* SAI Register Map Register */
#define FSL_SAI_VERID 0x00 /* SAI Version ID Register */
#define FSL_SAI_PARAM 0x04 /* SAI Parameter Register */
#define FSL_SAI_TCSR(offset) (0x00 + offset) /* SAI Transmit Control */
#define FSL_SAI_TCR1(offset) (0x04 + offset) /* SAI Transmit Configuration 1 */
#define FSL_SAI_TCR2(offset) (0x08 + offset) /* SAI Transmit Configuration 2 */
......
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