Skip to content

Commit

Permalink
ASoC: spdif_transmitter: Allow 192kHz sample rate
Browse files Browse the repository at this point in the history
Transmitters and receivers may support a 192kHz sample rate.

Tested with a Cubox-i imx6 system and an Onkyo TX-SR607 receiver.

Signed-off-by: Anssi Hannula <anssi.hannula@iki.fi>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Anssi Hannula authored and Mark Brown committed Jun 17, 2014
1 parent 7171511 commit 294e8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/spdif_transmitter.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#define DRV_NAME "spdif-dit"

#define STUB_RATES SNDRV_PCM_RATE_8000_96000
#define STUB_RATES SNDRV_PCM_RATE_8000_192000
#define STUB_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | \
SNDRV_PCM_FMTBIT_S20_3LE | \
SNDRV_PCM_FMTBIT_S24_LE)
Expand Down

0 comments on commit 294e8a7

Please sign in to comment.