Merge pull request #125 from edmcdonagh/master
Corrected location of options
This commit is contained in:
commit
fcdb78d315
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ Installing...""")
|
||||||
"snd-i2smic-rpi"
|
"snd-i2smic-rpi"
|
||||||
)
|
)
|
||||||
shell.write_text_file(
|
shell.write_text_file(
|
||||||
"/etc/modules-load.d/snd-i2smic-rpi.conf",
|
"/etc/modprobe.d/snd-i2smic-rpi.conf",
|
||||||
"options snd-i2smic-rpi rpi_platform_generation={}".format(pimodel_select)
|
"options snd-i2smic-rpi rpi_platform_generation={}".format(pimodel_select)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue