Last change
on this file was 772, checked in by David Azarewicz, 6 months ago |
Merge in changes from 6.6-LTS branch.
Fixed additional 25+ problems.
|
File size:
361 bytes
|
Line | |
---|
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */
|
---|
2 | /*
|
---|
3 | * Copyright (ST) 2012 Vipin Kumar (vipin.kumar@st.com)
|
---|
4 | */
|
---|
5 |
|
---|
6 | #ifndef __SOUND_SPDIF_H
|
---|
7 | #define __SOUND_SPDIF_H
|
---|
8 |
|
---|
9 | struct spear_spdif_platform_data {
|
---|
10 | /* DMA params */
|
---|
11 | void *dma_params;
|
---|
12 | bool (*filter)(struct dma_chan *chan, void *slave);
|
---|
13 | void (*reset_perip)(void);
|
---|
14 | };
|
---|
15 |
|
---|
16 | #endif /* SOUND_SPDIF_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.