|
@@ -261,12 +261,14 @@ static const struct snd_soc_dai_ops tegra20_i2s_dai_ops = {
|
|
|
static const struct snd_soc_dai_driver tegra20_i2s_dai_template = {
|
|
|
.probe = tegra20_i2s_probe,
|
|
|
.playback = {
|
|
|
+ .stream_name = "Playback",
|
|
|
.channels_min = 2,
|
|
|
.channels_max = 2,
|
|
|
.rates = SNDRV_PCM_RATE_8000_96000,
|
|
|
.formats = SNDRV_PCM_FMTBIT_S16_LE,
|
|
|
},
|
|
|
.capture = {
|
|
|
+ .stream_name = "Capture",
|
|
|
.channels_min = 2,
|
|
|
.channels_max = 2,
|
|
|
.rates = SNDRV_PCM_RATE_8000_96000,
|