mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
ASoC: Staticise rx51_aux_dev
Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
1dfb6efd87
commit
a0e17b4e3e
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ static struct snd_soc_dai_link rx51_dai[] = {
|
|||
},
|
||||
};
|
||||
|
||||
struct snd_soc_aux_dev rx51_aux_dev[] = {
|
||||
static struct snd_soc_aux_dev rx51_aux_dev[] = {
|
||||
{
|
||||
.name = "TLV320AIC34b",
|
||||
.codec_name = "tlv320aic3x-codec.2-0019",
|
||||
|
|
Loading…
Add table
Reference in a new issue