qt5: adapt to audio_drv rename

This commit is contained in:
Christian Helmuth 2015-08-28 15:33:08 +02:00
parent 30db0c5364
commit f4cadb8406
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ proc drivers_start_nodes { feature_arg } {
}
append_if [use_audio_out_drv feature] start_nodes {
<start name="audio_out_drv">
<start name="audio_drv">
<resource name="RAM" quantum="4M"/>
<provides><service name="Audio_out"/></provides>
</start>