mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
alsa-lib: topology: fix DSP_B mode string
Use the correct string for DSP_B mode. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
764302ebdd
commit
6f0da86f45
1 changed files with 1 additions and 1 deletions
|
|
@ -1068,7 +1068,7 @@ static int get_audio_hw_format(const char *val)
|
|||
if (!strcmp(val, "DSP_A"))
|
||||
return SND_SOC_DAI_FORMAT_DSP_A;
|
||||
|
||||
if (!strcmp(val, "LEFT_B"))
|
||||
if (!strcmp(val, "DSP_B"))
|
||||
return SND_SOC_DAI_FORMAT_DSP_B;
|
||||
|
||||
if (!strcmp(val, "AC97"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue