mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-05 16:07:46 -04:00
15 lines
310 B
Text
15 lines
310 B
Text
DT bindings for ARM PXA2xx PCM platform driver
|
|
|
|
This is just a dummy driver that registers the PXA ASoC platform driver.
|
|
It does not have any resources assigned.
|
|
|
|
Required properties:
|
|
|
|
- compatible 'mrvl,pxa-pcm-audio'
|
|
|
|
Example:
|
|
|
|
pxa_pcm_audio: snd_soc_pxa_audio {
|
|
compatible = "mrvl,pxa-pcm-audio";
|
|
};
|
|
|