mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 00:02:14 -04:00
audio_soc: set "status" as being at simplebus
This is more true and less confusing than previous "at EXPERIMENT".
This commit is contained in:
parent
320e4beb97
commit
b587cb69f3
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ audio_soc_init(void *arg)
|
|||
pcm_addchan(sc->dev, PCMDIR_PLAY, &audio_soc_chan_class, &sc->play_channel);
|
||||
pcm_addchan(sc->dev, PCMDIR_REC, &audio_soc_chan_class, &sc->rec_channel);
|
||||
|
||||
pcm_setstatus(sc->dev, "at EXPERIMENT");
|
||||
pcm_setstatus(sc->dev, "at simplebus");
|
||||
|
||||
AUDIO_DAI_SETUP_INTR(sc->cpu_dev, audio_soc_intr, sc);
|
||||
AUDIO_DAI_SETUP_MIXER(sc->codec_dev, sc->dev);
|
||||
|
|
|
|||
Loading…
Reference in a new issue